|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.WorkstationInPlanKey
This object represents a workstation in plan external key, including fields used to identify a workstation in TWS external interfaces. Since two workstations cannot have the same name, the only attribute of this class, which is called name, uniquely identifies a workstation.
WorkstationInPlan
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright |
Constructor Summary | |
---|---|
WorkstationInPlanKey()
Empty Constructor for WorkstationInPlanKey |
|
WorkstationInPlanKey(java.lang.String wkName)
Consructor for WorkstationInPlanKey |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Equality method. |
java.lang.String |
getName()
Gets the name of the workstation |
int |
hashCode()
HashCode method. |
void |
setName(java.lang.String string)
Set the name of the workstation. |
java.lang.String |
toString()
Returns a String representation of this 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 WorkstationInPlanKey()
public WorkstationInPlanKey(java.lang.String wkName)
wkName
- The workstation name.Method Detail |
public java.lang.String getName()
getName
in interface TWSKey
public void setName(java.lang.String string)
string
- The name of the workstation.public boolean equals(java.lang.Object object)
object
- The object to be compared.
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |