|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.FlowNodeInPlanKey
com.ibm.tws.objects.plan.JobInPlanKey
This object represents a job instance in plan external key, including fields used to identify a job in TWS external interfaces. Since a job is identified by its name and a referenced job stream, this class includes a name attribute and a JobStreamKey reference.
JobInPlan
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
JobInPlanKey()
Creates an empty JobInPlanKey. |
|
JobInPlanKey(java.lang.String jobName,
JobStreamInPlanKey jstKey)
Creates a JobInPlanKey with the specified name and job stream key. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this JobInPlanKey object are equal to those of the given one. |
JobStreamInPlanKey |
getJobStreamKey()
Returns the key of the Job Stream to which this Job belongs |
int |
hashCode()
Returns a hash code for this JobInPlanKey object. |
void |
setJobStreamKey(JobStreamInPlanKey key)
Sets the key of the Job Stream to which this Job belongs |
java.lang.String |
toString()
Returns a string representation of this JobInPlanKey. |
Methods inherited from class com.ibm.tws.objects.plan.FlowNodeInPlanKey |
---|
getName, setName |
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 JobInPlanKey()
public JobInPlanKey(java.lang.String jobName, JobStreamInPlanKey jstKey)
jobName
- The job name.jstKey
- The key of the job stream that includes this job.Method Detail |
public JobStreamInPlanKey getJobStreamKey()
public void setJobStreamKey(JobStreamInPlanKey key)
key
- the Job Stream key to set.public boolean equals(java.lang.Object object)
equals
in class FlowNodeInPlanKey
object
- The object to be compared with this one.
public int hashCode()
hashCode
in class FlowNodeInPlanKey
public java.lang.String toString()
toString
in class FlowNodeInPlanKey
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |