|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.types.ResourceBaseConstraints
com.ibm.tws.objects.plan.types.ResourceInPlanConstraints
This class includes the information required to describe the additional constraints of a resource in plan, associated to a given interval. For the moment this class is only used for TWS z/OS resources, but its usage could be extended in the future also to TWS Distributed resources
zosSpecificAttributes | See ResourceInPlanZOSAttributes for details on this field |
alternateWorkstationInPlanKeys | A list of WorkstationInPlanKey |
See WorkstationInPlanKey for constraints on this field |
WorkstationInPlanKey
,
ResourceInPlanZOSAttributes
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
ResourceInPlanConstraints()
Creates an empty ResourceInPlanConstraints object |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this ResourceInPlanConstraints object are equal to those of the given one. |
java.util.List |
getAlternateWorkstationInPlanKeys()
Returns a list of Workstation Keys objects. |
ResourceInPlanZOSAttributes |
getZosSpecificAttributes()
Returns the Z/OS Specific Attributes |
int |
hashCode()
Returns a hash code for this ResourceInPlanConstraints object. |
void |
setZosSpecificAttributes(ResourceInPlanZOSAttributes zosSpecificAttributes)
Sets the Z/OS Specific Attributes |
java.lang.String |
toString()
Returns a string representation of this ResourceInPlanConstraints object. |
Methods inherited from class com.ibm.tws.objects.types.ResourceBaseConstraints |
---|
getActionOnComplete, getActionOnError, getGroupId, getMaxUsageLimitType, getMaxUsageLimitValue, getQuantity, getUsedFor, isAvailable, isZOSHiperbatch, setActionOnComplete, setActionOnError, setAvailable, setGroupId, setMaxUsageLimitType, setMaxUsageLimitValue, setQuantity, setUsedFor, setZOSHiperbatch |
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 ResourceInPlanConstraints()
Method Detail |
public ResourceInPlanZOSAttributes getZosSpecificAttributes()
public java.util.List getAlternateWorkstationInPlanKeys()
public void setZosSpecificAttributes(ResourceInPlanZOSAttributes zosSpecificAttributes)
zosSpecificAttributes
- The zosSpecificAttributes to set.public boolean equals(java.lang.Object object)
equals
in class ResourceBaseConstraints
object
- The object to be compared with this one.
public int hashCode()
hashCode
in class ResourceBaseConstraints
public java.lang.String toString()
toString
in class ResourceBaseConstraints
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |