|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.model.FlowNodeKey
This is a base abstraction for JobStreamKey and JobKey, hosting the attributes shared by these key classes, and is used in TWS external interfaces to identify job streams or jobs respectively.
FlowNode
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
protected |
FlowNodeKey()
Creates an empty FlowNodeKey. |
protected |
FlowNodeKey(java.lang.String flowNodeName)
Creates a FlowNodeKey with the specified name. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this FlowNodeKey object are equal to those of the given one. |
java.lang.String |
getName()
Returns the job stream or job name. |
int |
hashCode()
Returns a hash code for this FlowNodeKey object. |
void |
setName(java.lang.String value)
Sets the job stream or job name. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
protected FlowNodeKey()
protected FlowNodeKey(java.lang.String flowNodeName)
flowNodeName
- The job stream or job name.Method Detail |
public java.lang.String getName()
getName
in interface TWSKey
public void setName(java.lang.String value)
value
- The job stream or job name.public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |