|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.FileInPlanKey
This class represents a file instance key, included in a FileInPlan object. It include a reference to the workstation on which the file is present. This class implements TWSKey.
The following syntax validation constraints must be met on FileInPlanKey objects:
name | Name of an existing file in the Symphony. |
workstationKey | Reference to an existing workstation. |
FileInPlan
,
WorkstationInPlanKey
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright |
Constructor Summary | |
---|---|
FileInPlanKey()
Creates an empty FileInPlanKey. |
|
FileInPlanKey(java.lang.String name,
WorkstationInPlanKey key)
Creates a FileInPlanKey |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
equality method. |
java.lang.String |
getName()
Returns the key name. |
WorkstationInPlanKey |
getWorkstationKey()
Return the WorkstationInPlanKey on which this FileInPlan object is defined. |
int |
hashCode()
Returns a hash code for this FileInPlanKey object. |
void |
setName(java.lang.String string)
Set the name of the FileInPlan object. |
void |
setWorkstationKey(WorkstationInPlanKey key)
Set the WorkstationInPlanKey on which this FileInPlan object is defined. |
java.lang.String |
toString()
Returns a string representation of this FileInPlanKey. |
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 FileInPlanKey()
public FileInPlanKey(java.lang.String name, WorkstationInPlanKey key)
name
- The name of this FileInPlankey
- The WorkstationInPlanKeyMethod Detail |
public java.lang.String getName()
getName
in interface TWSKey
public void setName(java.lang.String string)
string
- the new key namepublic boolean equals(java.lang.Object object)
object
- the object to be evaluated.
public int hashCode()
public java.lang.String toString()
public WorkstationInPlanKey getWorkstationKey()
public void setWorkstationKey(WorkstationInPlanKey key)
key
- the workstation on which this object is defined.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |