org.pentaho.di.www
Class SocketPortAllocation
java.lang.Object
  
org.pentaho.di.www.SocketPortAllocation
public class SocketPortAllocation
- extends Object
 
 
 
 
SocketPortAllocation
public SocketPortAllocation(int port,
                            Date lastRequested,
                            String clusterRunId,
                            String transformationName,
                            String sourceSlaveName,
                            String sourceStepName,
                            String sourceStepCopy,
                            String targetSlaveName,
                            String targetStepName,
                            String targetStepCopy)
- Parameters:
 port - lastRequested - slaveName - transformationName - sourceStepName - sourceStepCopy - 
getPort
public int getPort()
- Returns:
 - the port
 
 
setPort
public void setPort(int port)
- Parameters:
 port - the port to set
 
equals
public boolean equals(Object obj)
- Overrides:
 equals in class Object
 
 
hashCode
public int hashCode()
- Overrides:
 hashCode in class Object
 
 
getLastRequested
public Date getLastRequested()
- Returns:
 - the lastRequested
 
 
setLastRequested
public void setLastRequested(Date lastRequested)
- Parameters:
 lastRequested - the lastRequested to set
 
getTransformationName
public String getTransformationName()
- Returns:
 - the transformationName
 
 
setTransformationName
public void setTransformationName(String transformationName)
- Parameters:
 transformationName - the transformationName to set
 
isAllocated
public boolean isAllocated()
- Returns:
 - the allocated
 
 
setAllocated
public void setAllocated(boolean allocated)
- Parameters:
 allocated - the allocated to set
 
getSourceStepName
public String getSourceStepName()
- Returns:
 - the sourceStepName
 
 
setSourceStepName
public void setSourceStepName(String sourceStepName)
- Parameters:
 sourceStepName - the sourceStepName to set
 
getSourceStepCopy
public String getSourceStepCopy()
- Returns:
 - the sourceStepCopy
 
 
setSourceStepCopy
public void setSourceStepCopy(String sourceStepCopy)
- Parameters:
 sourceStepCopy - the sourceStepCopy to set
 
getTargetStepName
public String getTargetStepName()
- Returns:
 - the targetStepName
 
 
setTargetStepName
public void setTargetStepName(String targetStepName)
- Parameters:
 targetStepName - the targetStepName to set
 
getTargetStepCopy
public String getTargetStepCopy()
- Returns:
 - the targetStepCopy
 
 
setTargetStepCopy
public void setTargetStepCopy(String targetStepCopy)
- Parameters:
 targetStepCopy - the targetStepCopy to set
 
getSourceSlaveName
public String getSourceSlaveName()
- Returns:
 - the sourceSlaveName
 
 
setSourceSlaveName
public void setSourceSlaveName(String sourceSlaveName)
- Parameters:
 sourceSlaveName - the sourceSlaveName to set
 
getTargetSlaveName
public String getTargetSlaveName()
- Returns:
 - the targetSlaveName
 
 
setTargetSlaveName
public void setTargetSlaveName(String targetSlaveName)
- Parameters:
 targetSlaveName - the targetSlaveName to set
 
getClusterRunId
public String getClusterRunId()
- Returns:
 - the carteObjectId
 
 
setClusterRunId
public void setClusterRunId(String clusterRunId)
- Parameters:
 clusterRunId - the carteObjectId to set