|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.JobDefinitionInPlanKey
This object represents a job definition in plan external key, including fields used to identify a job definition in TWS external interfaces. Since a job definition is identified by its name and by a referenced workstation, this class includes a name attribute and a reference to a WorkstationInPlanKey object.
JobDefinition
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
JobDefinitionInPlanKey()
Creates an empty JobDefinitionInPlanKey. |
|
JobDefinitionInPlanKey(java.lang.String jobDefinitionName,
WorkstationInPlanKey wksKey)
Creates a JobDefinitionInPlanKey with the specified name and workstation key. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this JobDefinitionInPlanKey object are equal to those of the given one. |
java.lang.String |
getName()
Returns the job definition name. |
WorkstationInPlanKey |
getWorkstationKey()
Returns the key of the workstation referenced by this job definition. |
int |
hashCode()
Returns a hash code for this JobDefinitionInPlanKey object. |
void |
setName(java.lang.String value)
Sets the job definition name. |
void |
setWorkstationKey(WorkstationInPlanKey wksKey)
Sets the key of the workstation referenced by this job definition. |
java.lang.String |
toString()
Returns a string representation of this JobDefinitionInPlanKey. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public JobDefinitionInPlanKey()
public JobDefinitionInPlanKey(java.lang.String jobDefinitionName, WorkstationInPlanKey wksKey)
jobDefinitionName
- The job definition name.wksKey
- The key of the workstation referenced by this job definition.Method Detail |
public java.lang.String getName()
getName
in interface TWSKey
public WorkstationInPlanKey getWorkstationKey()
public void setName(java.lang.String value)
value
- The job definition name.public void setWorkstationKey(WorkstationInPlanKey wksKey)
wksKey
- The key of the workstation referenced by this job definition.public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |