|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
This class includes some adidtional information for a JobInPlan object on the TWS z/OS environment.
The following syntax validation constraints must be met on JobStreamInPlanZOSAttributes objects in ZOS environment:
lTPInputArrival | An amount of time, expressed in milliseconds |
Read only value | |
errorCode | Not longer than 4 characters |
rerunRequested | Default value is false |
Read only value | |
addedToCurrentPlan | Default value is false |
Read only value | |
addingFunction | One of the following values exposed by the AddingFunctions class: |
AddingFunctions.FUNCTION_AUTOMATIRECOVERY | |
AddingFunctions.FUNCTION_DAILYPLANBATCHRUN | |
AddingFunctions.FUNCTION_EVENTTRIGGERTRACKING | |
AddingFunctions.FUNCTION_MODIFYCURRENTPLAN | |
AddingFunctions.FUNCTION_PROGRAMINTERFACE | |
Read only value | |
latestOutPassed | Default value is false |
Read only value | |
remainingDurationCriticalPath | An amount of time, expressed in milliseconds |
Default value is 0 | |
Read only value | |
remainingOperationsCriticalPath | Default value is 0 |
Read only value | |
firstCriticalOperation | Read only value |
firstCriticalOperationWorkstation | Read only value |
occurrenceToken | Alphanumeric characters |
Must be exactly 16 characters | |
Read only value | |
mostCriticalDate | An amount of time, expressed in milliseconds |
Read only value |
JobStreamInPlan
,
AddingFunctions
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
JobStreamInPlanZOSAttributes()
Creates an empty ResourceInPlanZOSAttributes object |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this ResourceInPlanZOSAttributes object are equal to those of the given one. |
AddingFunctions |
getAddingFunction()
Returns the adding function. |
java.lang.String |
getErrorCode()
Returns the error code. |
java.lang.String |
getFirstCriticalOperation()
Returns the first operations on critical path. |
java.lang.String |
getFirstCriticalOperationWorkstation()
Returns the first operations workstation on critical path. |
java.util.Date |
getLTPInputArrival()
Returns the LTP input arrival. |
java.util.Date |
getMostCriticalDate()
Returns the most critical data. |
java.lang.String |
getOccurrenceToken()
Returns the occurrence token. |
long |
getRemainingDurationCriticalPath()
Returns the remaining duration on critical path. |
long |
getRemainingOperationsCriticalPath()
Returns the remaining operations on critical path. |
int |
hashCode()
Returns a hash code for this ResourceInPlanZOSAttributes object. |
boolean |
isAddedToCurrentPlan()
Returns if added to current plan. |
boolean |
isLatestOutPassed()
Returns if latest out passed. |
boolean |
isRerunRequested()
Returns if rerun requested. |
void |
setAddedToCurrentPlan(boolean value)
Sets if added to current plan. |
void |
setAddingFunction(AddingFunctions value)
Sets the adding function. |
void |
setErrorCode(java.lang.String value)
Sets the error code. |
void |
setFirstCriticalOperation(java.lang.String value)
Sets the first operations on critical path. |
void |
setFirstCriticalOperationWorkstation(java.lang.String value)
Sets the first operations workstation on critical path. |
void |
setLatestOutPassed(boolean value)
Sets if latest out passed. |
void |
setLTPInputArrival(java.util.Date value)
Sets the LTP input arrival. |
void |
setMostCriticalDate(java.util.Date value)
Sets the most critical data. |
void |
setOccurrenceToken(java.lang.String value)
Sets the occurrence token. |
void |
setRemainingDurationCriticalPath(long value)
Sets the remaining duration on critical path. |
void |
setRemainingOperationsCriticalPath(int value)
Sets the remaining operations on critical path. |
void |
setRerunRequested(boolean value)
Sets if rerun requested. |
java.lang.String |
toString()
Returns a string representation of this ResourceInPlanZOSAttributes object. |
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 JobStreamInPlanZOSAttributes()
Method Detail |
public java.util.Date getLTPInputArrival()
public java.lang.String getErrorCode()
public boolean isRerunRequested()
public boolean isAddedToCurrentPlan()
public AddingFunctions getAddingFunction()
public boolean isLatestOutPassed()
public long getRemainingDurationCriticalPath()
public long getRemainingOperationsCriticalPath()
public java.lang.String getFirstCriticalOperation()
public java.lang.String getFirstCriticalOperationWorkstation()
public java.lang.String getOccurrenceToken()
public java.util.Date getMostCriticalDate()
public void setLTPInputArrival(java.util.Date value)
value
- The LTP input arrival.public void setErrorCode(java.lang.String value)
value
- The error code.public void setRerunRequested(boolean value)
value
- True if rerun requested.public void setAddedToCurrentPlan(boolean value)
value
- True if added to current plan.public void setAddingFunction(AddingFunctions value)
value
- The adding function.public void setLatestOutPassed(boolean value)
value
- True if latest out passed.public void setRemainingDurationCriticalPath(long value)
value
- The remaining duration on critical path.public void setRemainingOperationsCriticalPath(int value)
value
- The remaining operations on critical path.public void setFirstCriticalOperation(java.lang.String value)
value
- The remaining operations on critical path.public void setFirstCriticalOperationWorkstation(java.lang.String value)
value
- The remaining operations workstation on critical path.public void setOccurrenceToken(java.lang.String value)
value
- The occurrence token.public void setMostCriticalDate(java.util.Date value)
value
- The most critical date.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 |