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, setParent
public 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 JobReference
true
if the jobNumber attribute is setpublic void setJobNumber(int aJobNumber)
setJobNumber
in interface JobReference
aJobNumber
- the new value for the jobNumber attributepublic int getJobNumber()
getJobNumber
in interface JobReference
public boolean isSetJobName()
isSetJobName
in interface JobReference
true
if the jobName attribute is setpublic void setJobName(java.lang.String aJobName)
setJobName
in interface JobReference
aJobName
- the new value for the jobName attributepublic java.lang.String getJobName()
getJobName
in interface JobReference
public boolean equals(java.lang.Object obj)
obj
.equals
in class java.lang.Object
obj
- 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 GEObject
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String dump()
dump
in interface JobReference
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.