|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.model.FlowTargetHeader
com.ibm.tws.objects.model.WorkstationClassHeader
This subclass of FlowTargetHeader hosts the attributes to be shown by TWS external interfaces when listing workstation classes in addition to those already hosted by the FlowTargetHeader class.
WorkstationClass
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
WorkstationClassHeader()
Creates an empty WorkstationClassHeader. |
|
WorkstationClassHeader(FlowTargetKey workstationClassKey)
Creates a WorkstationClassHeader with the specified key. |
|
WorkstationClassHeader(Identifier workstationClassId)
Creates a WorkstationClassHeader with the specified identifier. |
|
WorkstationClassHeader(Identifier workstationClassId,
FlowTargetKey workstationClassKey)
Creates a WorkstationClassHeader with the specified identifier and key. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this WorkstationClassHeader object are equal to those of the given one. |
int |
hashCode()
Returns a hash code for this WorkstationClassHeader object. |
java.lang.String |
toString()
Returns a string representation of this WorkstationClassHeader object. |
Methods inherited from class com.ibm.tws.objects.model.FlowTargetHeader |
---|
getDescription, getId, getIncludeInPlan, getKey, getLockData, getModifyData, getName, getObjectKey, setDescription, setId, setIncludeInPlan, setKey, setLockData, setModifyData, setName |
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 WorkstationClassHeader()
public WorkstationClassHeader(Identifier workstationClassId)
workstationClassId
- The workstation class identifier.public WorkstationClassHeader(FlowTargetKey workstationClassKey)
workstationClassKey
- The workstation class key.public WorkstationClassHeader(Identifier workstationClassId, FlowTargetKey workstationClassKey)
workstationClassId
- The workstation class identifier.workstationClassKey
- The workstation class key.Method Detail |
public boolean equals(java.lang.Object object)
equals
in class FlowTargetHeader
object
- The object to be compared with this one.
public int hashCode()
hashCode
in class FlowTargetHeader
public java.lang.String toString()
toString
in class FlowTargetHeader
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |