|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.model.FlowNodeHeader
com.ibm.tws.objects.model.JobStreamHeader
This subclass of FlowNodeHeader hosts the attributes to be shown by TWS external interfaces when listing job streams in addition to those already hosted by the FlowNodeHeader class.
JobStream
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
static int |
NO_LIMIT
The constant used to check for unbounded job stream limit. |
Fields inherited from class com.ibm.tws.objects.model.FlowNodeHeader |
---|
DEFAULT_PRIORITY |
Constructor Summary | |
---|---|
JobStreamHeader()
Creates an empty JobStreamHeader. |
|
JobStreamHeader(Identifier jobStreamId)
Creates a JobStreamHeader with the specified identifier. |
|
JobStreamHeader(Identifier jobStreamId,
JobStreamKey jobStreamKey)
Creates a JobStreamHeader with the specified identifier and key. |
|
JobStreamHeader(JobStreamKey jobStreamKey)
Creates a JobStreamHeader with the specified key. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this JobStreamHeader object are equal to those of the given one. |
java.lang.String |
getAuthorityGroup()
Returns the job stream authority group. |
boolean |
getCarryForward()
Returns the job stream carryForward property. |
int |
getDeadlineLimitFeedback()
Returns the job stream deadline limit feedback. |
int |
getDeadlineSmoothingFactor()
Returns the job stream deadline smoothing factor. |
FlowTargetKey |
getFlowTargetKey()
Returns the key of the workstation or workstation class referenced by this job stream. |
CalendarKey |
getFreeDaysCalendarKey()
Returns the key of the free days calendar used with this job stream. |
java.lang.String |
getGroupName()
Returns the job stream group name. |
int |
getLimit()
Returns the job stream limit. |
LockData |
getLockData()
Returns the job stream lock data. |
ModifyData |
getModifyData()
Returns the job stream modification data. |
java.lang.String |
getNextTimeZone()
Returns the time zone of the following job stream version. |
java.lang.String |
getOwnerDescription()
Returns the job stream owner description. |
java.lang.String |
getOwnerName()
Returns the job stream owner name. |
java.util.Date |
getValidFrom()
Returns the start date of the job stream validity period. |
java.util.Date |
getValidTo()
Returns the end date of the job stream validity period. |
int |
hashCode()
Returns a hash code for this JobStreamHeader object. |
boolean |
isDraft()
Returns true if this job stream is a draft one. |
boolean |
isGroup()
Returns true if this job stream is a group of job streams. |
void |
setAuthorityGroup(java.lang.String value)
Sets the job stream authority group. |
void |
setCarryForward(boolean value)
Sets the job stream carryForward property. |
void |
setDeadlineLimitFeedback(int value)
Sets the deadline limit feedback used with this job stream. |
void |
setDeadlineSmoothingFactor(int value)
Sets the deadline smoothing factor used with this job stream. |
void |
setDraft(boolean value)
Sets the property used to decide if this job stream is a draft one. |
void |
setFlowTargetKey(FlowTargetKey key)
Sets the key of the workstation or workstation class referenced by this job stream. |
void |
setFreeDaysCalendarKey(CalendarKey key)
Sets the key of the free days calendar used with this job stream. |
void |
setGroup(boolean value)
Sets the property used to decide if this job stream is a group of job streams. |
void |
setGroupName(java.lang.String value)
Sets the job stream group name. |
void |
setLimit(int value)
Sets the job stream limit. |
void |
setLockData(LockData data)
Sets the job stream lock data. |
void |
setModifyData(ModifyData data)
Sets the job stream modification data. |
void |
setNextTimeZone(java.lang.String value)
Sets the time zone of the following job stream version. |
void |
setOwnerDescription(java.lang.String value)
Sets the job stream owner description. |
void |
setOwnerName(java.lang.String value)
Sets the job stream owner name. |
void |
setValidFrom(java.util.Date value)
Sets the start date of the job stream validity period. |
void |
setValidTo(java.util.Date value)
Sets the end date of the job stream validity period. |
java.lang.String |
toString()
Returns a string representation of this JobStreamHeader object. |
Methods inherited from class com.ibm.tws.objects.model.FlowNodeHeader |
---|
getDescription, getId, getKey, getName, getObjectKey, getPriority, getTimeZone, setDescription, setId, setKey, setName, setPriority, setTimeZone |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final int NO_LIMIT
Constructor Detail |
public JobStreamHeader()
public JobStreamHeader(Identifier jobStreamId)
jobStreamId
- The job stream identifier.public JobStreamHeader(JobStreamKey jobStreamKey)
jobStreamKey
- The job stream key.public JobStreamHeader(Identifier jobStreamId, JobStreamKey jobStreamKey)
jobStreamId
- The job stream identifier.jobStreamKey
- The job stream key.Method Detail |
public FlowTargetKey getFlowTargetKey()
public java.util.Date getValidFrom()
public java.util.Date getValidTo()
public java.lang.String getNextTimeZone()
public boolean isDraft()
public boolean getCarryForward()
public int getLimit()
public boolean isGroup()
public java.lang.String getGroupName()
public java.lang.String getOwnerName()
public java.lang.String getOwnerDescription()
public java.lang.String getAuthorityGroup()
public CalendarKey getFreeDaysCalendarKey()
public int getDeadlineSmoothingFactor()
public int getDeadlineLimitFeedback()
public ModifyData getModifyData()
public LockData getLockData()
public void setFlowTargetKey(FlowTargetKey key)
key
- The key of the workstation or workstation class referenced by this job stream.public void setValidFrom(java.util.Date value)
value
- The start date of the job stream validity period.public void setValidTo(java.util.Date value)
value
- The end date of the job stream validity period.public void setNextTimeZone(java.lang.String value)
value
- The time zone of the following job stream version.public void setDraft(boolean value)
value
- True if this job stream is a draft one.public void setCarryForward(boolean value)
value
- The job stream carryForward property.public void setLimit(int value)
value
- The job stream limit.public void setGroup(boolean value)
value
- True if this job stream is a group of job streams.public void setGroupName(java.lang.String value)
value
- The job stream group name.public void setOwnerName(java.lang.String value)
value
- The job stream owner name.public void setOwnerDescription(java.lang.String value)
value
- The job stream owner description.public void setAuthorityGroup(java.lang.String value)
value
- The job stream authority group.public void setFreeDaysCalendarKey(CalendarKey key)
key
- The key of the free days calendar used with this job stream.public void setDeadlineSmoothingFactor(int value)
value
- The deadline smoothing factor used with this job stream.public void setDeadlineLimitFeedback(int value)
value
- The deadline limit feedback used with this job stream.public void setModifyData(ModifyData data)
data
- A ModifyData object.public void setLockData(LockData data)
data
- A LockData object.public boolean equals(java.lang.Object object)
equals
in class FlowNodeHeader
object
- The object to be compared with this one.
public int hashCode()
hashCode
in class FlowNodeHeader
public java.lang.String toString()
toString
in class FlowNodeHeader
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |