|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.comm.interfaces.ISeriesJobName
public class ISeriesJobName
This class represents a single job name, and is used to communicate the list of jobs to the JobMiner Similar to ISeriesHostObjectNameOnly, but simpler
Field Summary | |
---|---|
static String |
copyright
|
static String |
Error
|
Constructor Summary | |
---|---|
ISeriesJobName(String fullname)
Constructor which takes full job name in the format: jobNumber/userName/jobName |
|
ISeriesJobName(String fullname,
boolean reverseOrder)
Constructor which takes full job name in the format: jobName/userName/jobNumber |
|
ISeriesJobName(String name,
String user,
String number)
Constructor which takes individual job name parts: jobName userName jobNumber |
Method Summary | |
---|---|
String |
getName()
Get the name. |
String |
getNumber()
Get the number |
String |
getUser()
Get the user. |
String |
toCommand()
For using as a job name in Cl command parameter |
String |
toReversedString()
For printing to a stream file jobName/userName/jobNumber |
String |
toString()
For printing to a stream file jobNumber/userName/jobName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String copyright
public static final String Error
Constructor Detail |
---|
public ISeriesJobName(String name, String user, String number)
public ISeriesJobName(String fullname)
public ISeriesJobName(String fullname, boolean reverseOrder)
Method Detail |
---|
public String getName()
public String getUser()
public String getNumber()
public String toString()
toString
in class Object
public String toReversedString()
public String toCommand()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |