com.ibm.tws.objects.plan.types
Class JobStreamInPlanZOSAttributes

java.lang.Object
  extended bycom.ibm.tws.objects.plan.types.JobStreamInPlanZOSAttributes
All Implemented Interfaces:
java.io.Serializable

public class JobStreamInPlanZOSAttributes
extends java.lang.Object
implements java.io.Serializable

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

See Also:
JobStreamInPlan, AddingFunctions, Serialized Form

Field 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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.

Constructor Detail

JobStreamInPlanZOSAttributes

public JobStreamInPlanZOSAttributes()
Creates an empty ResourceInPlanZOSAttributes object

Method Detail

getLTPInputArrival

public java.util.Date getLTPInputArrival()
Returns the LTP input arrival.

Returns:
The LTP input arrival.

getErrorCode

public java.lang.String getErrorCode()
Returns the error code.

Returns:
The error code.

isRerunRequested

public boolean isRerunRequested()
Returns if rerun requested.

Returns:
True if rerun requested.

isAddedToCurrentPlan

public boolean isAddedToCurrentPlan()
Returns if added to current plan.

Returns:
True if added to current plan.

getAddingFunction

public AddingFunctions getAddingFunction()
Returns the adding function.

Returns:
The adding function.

isLatestOutPassed

public boolean isLatestOutPassed()
Returns if latest out passed.

Returns:
True if latest out passed.

getRemainingDurationCriticalPath

public long getRemainingDurationCriticalPath()
Returns the remaining duration on critical path.

Returns:
the remaining duration on critical path.

getRemainingOperationsCriticalPath

public long getRemainingOperationsCriticalPath()
Returns the remaining operations on critical path.

Returns:
the remaining operations on critical path.

getFirstCriticalOperation

public java.lang.String getFirstCriticalOperation()
Returns the first operations on critical path.

Returns:
the remaining operations on critical path.

getFirstCriticalOperationWorkstation

public java.lang.String getFirstCriticalOperationWorkstation()
Returns the first operations workstation on critical path.

Returns:
the remaining operations workstation on critical path.

getOccurrenceToken

public java.lang.String getOccurrenceToken()
Returns the occurrence token.

Returns:
the occurrence token.

getMostCriticalDate

public java.util.Date getMostCriticalDate()
Returns the most critical data.

Returns:
the most critical date.

setLTPInputArrival

public void setLTPInputArrival(java.util.Date value)
Sets the LTP input arrival.

Parameters:
value - The LTP input arrival.

setErrorCode

public void setErrorCode(java.lang.String value)
Sets the error code.

Parameters:
value - The error code.

setRerunRequested

public void setRerunRequested(boolean value)
Sets if rerun requested.

Parameters:
value - True if rerun requested.

setAddedToCurrentPlan

public void setAddedToCurrentPlan(boolean value)
Sets if added to current plan.

Parameters:
value - True if added to current plan.

setAddingFunction

public void setAddingFunction(AddingFunctions value)
Sets the adding function.

Parameters:
value - The adding function.

setLatestOutPassed

public void setLatestOutPassed(boolean value)
Sets if latest out passed.

Parameters:
value - True if latest out passed.

setRemainingDurationCriticalPath

public void setRemainingDurationCriticalPath(long value)
Sets the remaining duration on critical path.

Parameters:
value - The remaining duration on critical path.

setRemainingOperationsCriticalPath

public void setRemainingOperationsCriticalPath(int value)
Sets the remaining operations on critical path.

Parameters:
value - The remaining operations on critical path.

setFirstCriticalOperation

public void setFirstCriticalOperation(java.lang.String value)
Sets the first operations on critical path.

Parameters:
value - The remaining operations on critical path.

setFirstCriticalOperationWorkstation

public void setFirstCriticalOperationWorkstation(java.lang.String value)
Sets the first operations workstation on critical path.

Parameters:
value - The remaining operations workstation on critical path.

setOccurrenceToken

public void setOccurrenceToken(java.lang.String value)
Sets the occurrence token.

Parameters:
value - The occurrence token.

setMostCriticalDate

public void setMostCriticalDate(java.util.Date value)
Sets the most critical data.

Parameters:
value - The most critical date.

equals

public boolean equals(java.lang.Object object)
Returns true if all fields of this ResourceInPlanZOSAttributes object are equal to those of the given one.

Parameters:
object - The object to be compared with this one.
Returns:
True if this object equals to the given one.

hashCode

public int hashCode()
Returns a hash code for this ResourceInPlanZOSAttributes object.

Returns:
The object's hash code.

toString

public java.lang.String toString()
Returns a string representation of this ResourceInPlanZOSAttributes object.

Returns:
A text string including all ResourceInPlanZOSAttributes fields.


Copyright © 2005 IBM All Rights Reserved.