|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.model.FlowNodeHeader
This is a base abstraction for JobStreamHeader and JobHeader, hosting the attributes shared by these header classes and shown in TWS external interfaces when listing job streams or jobs respectively.
FlowNode
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
static int |
DEFAULT_PRIORITY
The default priority for jobs and job streams. |
Constructor Summary | |
---|---|
protected |
FlowNodeHeader(FlowNodeKey flowNodeKey)
Creates a FlowNodeHeader with the specified key. |
protected |
FlowNodeHeader(Identifier flowNodeId,
FlowNodeKey flowNodeKey)
Creates a FlowNodeHeader with the specified identifier and key. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this FlowNodeHeader object are equal to those of the given one. |
java.lang.String |
getDescription()
Returns the job stream or job description. |
Identifier |
getId()
Returns the job stream or job identifier. |
FlowNodeKey |
getKey()
Returns the FlowNodeKey wrapped by this FlowNodeHeader object. |
java.lang.String |
getName()
Returns the job stream or job name. |
TWSKey |
getObjectKey()
Returns the job stream or job key as a TWS key. |
int |
getPriority()
Returns the job stream or job priority. |
java.lang.String |
getTimeZone()
Returns the job stream or job timezone. |
int |
hashCode()
Returns a hash code for this FlowNodeHeader object. |
void |
setDescription(java.lang.String value)
Sets the job stream or job description. |
void |
setId(Identifier identifier)
Sets the job stream or job identifier. |
void |
setKey(FlowNodeKey flowNodeKey)
Sets the FlowNodeKey to be wrapped by this FlowNodeHeader object. |
void |
setName(java.lang.String value)
Sets the job stream or job name. |
void |
setPriority(int value)
Sets the job stream or job priority. |
void |
setTimeZone(java.lang.String value)
Sets the job stream or job timezone. |
java.lang.String |
toString()
Returns a string representation of this FlowNodeHeader object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.tws.objects.TWSHeader |
---|
getLockData, getModifyData |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final int DEFAULT_PRIORITY
Constructor Detail |
protected FlowNodeHeader(FlowNodeKey flowNodeKey)
flowNodeKey
- The job stream or job key.protected FlowNodeHeader(Identifier flowNodeId, FlowNodeKey flowNodeKey)
flowNodeId
- The job stream or job identifier.flowNodeKey
- The job stream or job key.Method Detail |
public Identifier getId()
getId
in interface TWSHeader
public TWSKey getObjectKey()
getObjectKey
in interface TWSHeader
public FlowNodeKey getKey()
public java.lang.String getName()
getName
in interface TWSHeader
public java.lang.String getDescription()
public int getPriority()
public java.lang.String getTimeZone()
public void setId(Identifier identifier)
identifier
- The job stream or job identifier.public void setKey(FlowNodeKey flowNodeKey)
flowNodeKey
- The FlowNodeKey to be wrapped by this FlowNodeHeader object.public void setName(java.lang.String value)
value
- The job stream or job name.public void setDescription(java.lang.String value)
value
- The job stream or job description.public void setPriority(int value)
value
- The job stream or job priority.public void setTimeZone(java.lang.String value)
value
- The job stream or job timezone.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 |