|
||||||||||||
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.JobHeader
This subclass of FlowNodeHeader hosts the attributes to be shown by TWS external interfaces when listing jobs in addition to those already hosted by the FlowNodeHeader class.
Job
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Fields inherited from class com.ibm.tws.objects.model.FlowNodeHeader |
---|
DEFAULT_PRIORITY |
Constructor Summary | |
---|---|
JobHeader()
Creates an empty JobHeader. |
|
JobHeader(Identifier jobId)
Creates a JobHeader with the specified identifier. |
|
JobHeader(Identifier jobId,
JobKey jobKey)
Creates a JobHeader with the specified identifier and key. |
|
JobHeader(JobKey jobKey)
Creates a JobHeader with the specified key. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this JobHeader object are equal to those of the given one. |
JobStreamKey |
getJobStreamKey()
Returns the key of the job stream that includes this job. |
LockData |
getLockData()
Returns null, since this object has no lock data. |
ModifyData |
getModifyData()
Returns null, since this object has no modification data. |
int |
hashCode()
Returns a hash code for this JobHeader object. |
void |
setJobStreamKey(JobStreamKey jstKey)
Sets the key of the job stream that includes this job. |
java.lang.String |
toString()
Returns a string representation of this JobHeader 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
Constructor Detail |
public JobHeader()
public JobHeader(Identifier jobId)
jobId
- The job identifier.public JobHeader(JobKey jobKey)
jobKey
- The job key.public JobHeader(Identifier jobId, JobKey jobKey)
jobId
- The job identifier.jobKey
- The job key.Method Detail |
public JobStreamKey getJobStreamKey()
public ModifyData getModifyData()
public LockData getLockData()
public void setJobStreamKey(JobStreamKey jstKey)
jstKey
- The key of the job stream that includes this job.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 |