|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.types.JobInPlanResourceUsageInfo
This class includes the information required to describe special resource usage in the current plan of a z/OS environment. This is a read only class.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
JobInPlanResourceUsageInfo()
Empty Constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this JobInPlanResourceUsageInfo object are equal to those of the given one. |
ResourceAllocationType |
getAllocationType()
Returns the Allocation Type |
int |
getUsedQuantity()
Returns the Used Quantity |
java.lang.String |
getWaitingReason()
Returns the Waiting Reason |
int |
hashCode()
Returns a hash code for this JobInPlanResourceUsageInfo object. |
void |
setAllocationType(ResourceAllocationType allocationType)
Sets the Allocation type. |
void |
setUsedQuantity(int usedQuantity)
Sets the Used Quantity. |
void |
setWaitingReason(java.lang.String waitingReason)
Sets the waiting Reason For Internal Use Only. |
java.lang.String |
toString()
Returns a string representation of this JobInPlanResourceUsageInfo. |
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 JobInPlanResourceUsageInfo()
Method Detail |
public int getUsedQuantity()
public java.lang.String getWaitingReason()
public ResourceAllocationType getAllocationType()
public void setUsedQuantity(int usedQuantity)
usedQuantity
- The usedQuantity to set.public void setWaitingReason(java.lang.String waitingReason)
waitingReason
- The waitingReason to set.public void setAllocationType(ResourceAllocationType allocationType)
allocationType
- The allocationType to set.public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |