|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.types.AbstractTimeRestrictions
This is only a base abstraction for classes that include the time restrictions of a job stream, job or run cycle. Separate classes are used to model time restrictions in the database of model definitions and in the production plan.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
AbstractTimeRestrictions()
Creates an empty AbstractTimeRestrictions object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this AbstractTimeRestrictions object are equal to those of the given one. |
LateAction |
getLatestStartAction()
Returns the latest start action. |
int |
hashCode()
Returns a hash code for this AbstractTimeRestrictions object. |
boolean |
isTimeDependent()
Returns true if the object that includes these time restrictions is time dependent. |
void |
setLatestStartAction(LateAction action)
Sets the latest start action. |
void |
setTimeDependent(boolean value)
Sets the property used to state if the object that includes these time restrictions is time dependent. |
java.lang.String |
toString()
Returns a string representation of this AbstractTimeRestrictions 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 AbstractTimeRestrictions()
Method Detail |
public boolean isTimeDependent()
public LateAction getLatestStartAction()
public void setTimeDependent(boolean value)
value
- True if the object that includes these time restrictions is time dependent.public void setLatestStartAction(LateAction action)
action
- The latest start action.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 |