|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.DomainInPlan
This class represents a domain instance object, and includes a reference to WorkstationInPlanKey that represents, the manager of this domain instance object, and a DomainInPlanKey that represents the parent Domain instance of this Domain. If this Domain instance is a Master Domain it is null. This class implements both TWSObject and TWSHeader.
The following syntax validation constraints must be met on DomainInPlan objects:
name | The Name of an Existing Domain |
parentDomainKey | Reference to an existing domain |
It is null for the master domain | |
Read Only field | |
managerWorkstationKey | Reference to the workstation manager |
Read Only field |
DomainInPlanKey
,
WorkstationInPlanKey
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
DomainInPlan()
Constructor. |
|
DomainInPlan(DomainInPlanKey domainKey)
Constructor. |
|
DomainInPlan(Identifier domainId)
Constructor. |
|
DomainInPlan(Identifier domainId,
DomainInPlanKey domainKey)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this DomainInPlan object are equal to those of the given one. |
Identifier |
getId()
Gets the Domain In Plan Identifier |
DomainInPlanKey |
getKey()
Returns the DomainInPlanKey wrapped by this DomainInPlan object. |
LockData |
getLockData()
Returns always null because locking is not available for objects in plan. |
WorkstationInPlanKey |
getManagerWorkstationKey()
Returns the key of the domain manager workstation. |
ModifyData |
getModifyData()
Returns always null because modification info are not available for objects in plan. |
java.lang.String |
getName()
Returns the domain name. |
TWSHeader |
getObjectHeader()
Returns the object header. |
TWSKey |
getObjectKey()
Returns the object key. |
Identifier |
getParentDomainId()
Gets the parent Domain identifier |
DomainInPlanKey |
getParentDomainKey()
Returns the key of the parent domain. |
int |
hashCode()
Returns a hash code for this DomainInPlan object. |
void |
setId(Identifier identifier)
Sets the domain Identifier. |
void |
setKey(DomainInPlanKey domainKey)
Sets the DomainInPlanKey to be wrapped by this DomainInPlan object. |
void |
setManagerWorkstationKey(WorkstationInPlanKey flowTargetKey)
Sets the key of the domain manager workstation. |
void |
setName(java.lang.String value)
Sets the domain name. |
void |
setParentDomainId(Identifier identifier)
Sets the parent domain identifier. |
void |
setParentDomainKey(DomainInPlanKey domainKey)
Sets the key of the parent domain. |
java.lang.String |
toString()
Returns a string representation of this DomainInPlan. |
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 DomainInPlan()
public DomainInPlan(Identifier domainId)
domainId
- The domain identifier.public DomainInPlan(DomainInPlanKey domainKey)
domainKey
- The domain key.public DomainInPlan(Identifier domainId, DomainInPlanKey domainKey)
domainId
- The domain id.domainKey
- The domain key.Method Detail |
public DomainInPlanKey getKey()
public java.lang.String getName()
getName
in interface TWSObject
public DomainInPlanKey getParentDomainKey()
public WorkstationInPlanKey getManagerWorkstationKey()
public void setKey(DomainInPlanKey domainKey)
domainKey
- The DomainInPlanKey to be wrapped by this DomainInPlan object.public void setName(java.lang.String value)
value
- The domain name.public void setParentDomainKey(DomainInPlanKey domainKey)
domainKey
- The DomainInPlanKey of the parent domain.public void setManagerWorkstationKey(WorkstationInPlanKey flowTargetKey)
flowTargetKey
- The FlowTargetInPlanKey of the domain manager workstation.public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
public ModifyData getModifyData()
getModifyData
in interface TWSObject
public LockData getLockData()
getLockData
in interface TWSObject
public TWSKey getObjectKey()
getObjectKey
in interface TWSObject
public TWSHeader getObjectHeader()
getObjectHeader
in interface TWSObject
public void setId(Identifier identifier)
identifier
- the object's Identifierpublic Identifier getId()
getId
in interface TWSObject
public Identifier getParentDomainId()
public void setParentDomainId(Identifier identifier)
identifier
- The parent Domain Identifier.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |