|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.FlowNodeInPlanKey
This is a base abstraction for JobStreamInPlanKey and JobInPlanKey, hosting the attributes shared by these key classes, and is used in TWS external interfaces to identify job streams in plan or jobs in plan respectively.
FlowNodeInPlan
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
protected |
FlowNodeInPlanKey()
Creates an empty FlowNodeInPlanKey. |
protected |
FlowNodeInPlanKey(java.lang.String flowNodeName)
Creates a FlowNodeInPlanKey with the specified name. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this FlowNodeInPlanKey object are equal to those of the given one. |
java.lang.String |
getName()
Returns The Flow Node Name |
int |
hashCode()
Returns a hash code for this FlowNodeInPlanKey object. |
void |
setName(java.lang.String string)
Sets The Flow Node Name |
java.lang.String |
toString()
Returns a string representation of this FlowNodeInPlanKey. |
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 |
protected FlowNodeInPlanKey()
protected FlowNodeInPlanKey(java.lang.String flowNodeName)
flowNodeName
- The Flow Node name.Method Detail |
public java.lang.String getName()
getName
in interface TWSKey
public void setName(java.lang.String string)
string
- The Flow Node Name to set.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 |