|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.utils.JobSummaryInfo
This class is used to hold the summary information for jobs running on a workstation in plan. It is only used in zOS environment.
The fields of this class are read only. Setter methods can only be used internally.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
JobSummaryInfo()
Constructor |
|
JobSummaryInfo(int numberOfJobs,
long estimatedDuration,
long actualDuration)
Constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
long |
getActualDuration()
Return Returns the actual Duration. |
long |
getEstimatedDuration()
Returns the estimated Duration. |
int |
getNumberOfJobs()
Returns the number of Jobs. |
int |
hashCode()
|
void |
setActualDuration(long actualDuration)
Sets the actual Duration. |
void |
setEstimatedDuration(long estimatedDuration)
Sets the estimated Duration. |
void |
setNumberOfJobs(int numberOfJobs)
Sets the number Of Jobs. |
java.lang.String |
toString()
|
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 JobSummaryInfo()
public JobSummaryInfo(int numberOfJobs, long estimatedDuration, long actualDuration)
numberOfJobs
- the number of JobsestimatedDuration
- the estimated durationactualDuration
- the actual durationMethod Detail |
public int getNumberOfJobs()
public long getEstimatedDuration()
public long getActualDuration()
public void setNumberOfJobs(int numberOfJobs)
numberOfJobs
- The numberofJobs to set.public void setEstimatedDuration(long estimatedDuration)
estimatedDuration
- The estimatedDuration to set.public void setActualDuration(long actualDuration)
actualDuration
- The actualDuration to set.public java.lang.String toString()
Object.toString()
public int hashCode()
Object.hashCode()
public boolean equals(java.lang.Object object)
Object.equals(java.lang.Object)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |