|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.model.JobDefinitionKey
This object represents a job definition 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 or workstation class, this class includes a name attribute and a reference to a FlowTargetKey object.
JobDefinition
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
JobDefinitionKey()
Creates an empty JobDefinitionKey. |
|
JobDefinitionKey(java.lang.String jobDefinitionName,
FlowTargetKey trgKey)
Creates a JobDefinitionKey with the specified name and workstation or workstation class key. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this JobDefinitionKey object are equal to those of the given one. |
FlowTargetKey |
getFlowTargetKey()
Returns the key of the workstation or workstation class referenced by this job definition. |
java.lang.String |
getName()
Returns the job definition name. |
int |
hashCode()
Returns a hash code for this JobDefinitionKey object. |
static JobDefinitionKey |
parseKey(java.lang.String key)
Parses data from the specified string and creates a new JobDefinitionKey. |
void |
setFlowTargetKey(FlowTargetKey trgKey)
Sets the key of the workstation or workstation class referenced by this job definition. |
void |
setName(java.lang.String value)
Sets the job definition name. |
java.lang.String |
toString()
Returns a string representation of this JobDefinitionKey object. |
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 JobDefinitionKey()
public JobDefinitionKey(java.lang.String jobDefinitionName, FlowTargetKey trgKey)
jobDefinitionName
- The job definition name.trgKey
- The key of the workstation or workstation class referenced by this job definition.Method Detail |
public static JobDefinitionKey parseKey(java.lang.String key)
key
- The string containing key data.
public java.lang.String getName()
getName
in interface TWSKey
public FlowTargetKey getFlowTargetKey()
public void setName(java.lang.String value)
value
- The job definition name.public void setFlowTargetKey(FlowTargetKey trgKey)
trgKey
- The key of the workstation or workstation class 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 |