public class JobReferenceImpl extends GEObjectImpl implements JobReference
Warning: The JobReferenceImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
JobReferenceImpl()
Create a new instance of JobReferenceImpl.
|
JobReferenceImpl(boolean initWithDefaultValues)
Create a new instanceof
|
JobReferenceImpl(int jobNumber)
Create a new instance of JobReferenceImpl
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dump() |
boolean |
equals(java.lang.Object obj)
Is the primary key information equal to the primary key information
of
obj. |
boolean |
equalsCompletely(java.lang.Object obj) |
java.lang.String |
getJobName()
Get the value of the jobName attribute.
|
int |
getJobNumber()
Get the value of the jobNumber attribute.
|
boolean |
isSetJobName()
Determine if the jobName attribute is set
|
boolean |
isSetJobNumber()
Determine if the jobNumber attribute is set
|
void |
setJobName(java.lang.String aJobName)
Set the jobName attribute.
|
void |
setJobNumber(int aJobNumber)
Set the jobNumber attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParentpublic JobReferenceImpl()
public JobReferenceImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public JobReferenceImpl(int jobNumber)
public boolean isSetJobNumber()
isSetJobNumber in interface JobReferencetrue if the jobNumber attribute is setpublic void setJobNumber(int aJobNumber)
setJobNumber in interface JobReferenceaJobNumber - the new value for the jobNumber attributepublic int getJobNumber()
getJobNumber in interface JobReferencepublic boolean isSetJobName()
isSetJobName in interface JobReferencetrue if the jobName attribute is setpublic void setJobName(java.lang.String aJobName)
setJobName in interface JobReferenceaJobName - the new value for the jobName attributepublic java.lang.String getJobName()
getJobName in interface JobReferencepublic boolean equals(java.lang.Object obj)
obj.equals in class java.lang.Objectobj - the compared objecttrue if the primary key information is equal to the
primary key informations of obj.public boolean equalsCompletely(java.lang.Object obj)
equalsCompletely in interface GEObjectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String dump()
dump in interface JobReferenceCopyright © 2007 Sun Microsystems, Inc. All rights reserved.