|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.types.JobControlLanguage
This class includes the information required to describe the Job Control Language. It is only used in zOS environment.
The following syntax validation constraints must be met on JobControlLanguage objects in zOS environment:
jobName | The jobname of the existing job associated to this JCL |
jobWorkstation | The name of the existng workstation where the job associated to this JCL runs. |
lastUpdatingFunction | One of the values exposed by the JCLLastUpdatingFunction class | Default is JCLLastUpdatingFunction.JCL_UPDATE_MODIFYCP |
status | One of the values exposed by the JCLStatus class | Default is JCLStatus.JCL_COMPLETED |
text | List of line (string) of jcl. Default is an empty list |
expanded | Default is false |
fromJS | Default is false |
JCLStatus
,
JCLLastUpdatingFunction
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
JobControlLanguage()
Creates an empty object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this object are equal to those of the given one. |
Identifier |
getJobId()
Returns the Job identifier. |
java.lang.String |
getJobName()
Returns the Job name. |
java.lang.String |
getJobWorkstation()
Returns the Job workstation. |
JCLLastUpdatingFunction |
getLastUpdatingFunction()
Returns the last updating function. |
ModifyData |
getModifyData()
Returns the Modify Data of this objects |
JCLStatus |
getStatus()
Returns the satatus. |
java.util.List |
getText()
Returns the List of text lines of the JCL. |
int |
hashCode()
Returns a hash code for this object. |
boolean |
isExpanded()
Returns true if the JCL is fro JS. |
boolean |
isFromJS()
Returns true if the JCL is fro JS. |
void |
setExpanded(boolean value)
Sets true if expanded. |
void |
setFromJs(boolean value)
Sets true if from JS. |
void |
setJobId(Identifier value)
Sets the Job identifier. |
void |
setJobName(java.lang.String value)
Sets the Job name. |
void |
setJobWorkstation(java.lang.String value)
Sets the Job workstation. |
void |
setLastUpdatingFunction(JCLLastUpdatingFunction value)
Sets the last updating function. |
void |
setModifyData(ModifyData modifyData)
Sets the modify data |
void |
setStatus(JCLStatus value)
Sets the status. |
java.lang.String |
toString()
Returns a string representation of this 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 JobControlLanguage()
Method Detail |
public Identifier getJobId()
public java.lang.String getJobName()
public java.lang.String getJobWorkstation()
public JCLStatus getStatus()
public JCLLastUpdatingFunction getLastUpdatingFunction()
public boolean isFromJS()
public boolean isExpanded()
public java.util.List getText()
public ModifyData getModifyData()
public void setJobId(Identifier value)
value
- The Jonb identifier.public void setJobName(java.lang.String value)
value
- The job name.public void setJobWorkstation(java.lang.String value)
value
- The job name.public void setStatus(JCLStatus value)
value
- The status.public void setLastUpdatingFunction(JCLLastUpdatingFunction value)
value
- The status.public void setFromJs(boolean value)
value
- True if from JS.public void setExpanded(boolean value)
value
- True if expanded.public void setModifyData(ModifyData modifyData)
modifyData
- The modifyData to set.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 |