public class JGImpl extends GEObjectImpl implements JG
Warning: The JGImpl class will not be compatible with future Sun™ Grid Engine releases.
Constructor and Description |
---|
JGImpl()
Create a new instance of JGImpl.
|
JGImpl(boolean initWithDefaultValues)
Create a new instanceof
|
JGImpl(java.lang.String qname)
Create a new instance of JGImpl
|
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 |
getQhostname()
Get the value of the qhostname attribute.
|
java.lang.String |
getQname()
Get the value of the qname attribute.
|
int |
getSlots()
Get the value of the slots attribute.
|
boolean |
isSetQhostname()
Determine if the qhostname attribute is set
|
boolean |
isSetQname()
Determine if the qname attribute is set
|
boolean |
isSetSlots()
Determine if the slots attribute is set
|
void |
setQhostname(java.lang.String aQhostname)
Set the qhostname attribute.
|
void |
setQname(java.lang.String aQname)
Set the qname attribute.
|
void |
setSlots(int aSlots)
Set the slots attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParent
public JGImpl()
public JGImpl(boolean initWithDefaultValues)
initWithDefaultValues
- if true
the new instance will
be initialized with the default values as defined
in the cull definition.public JGImpl(java.lang.String qname)
public boolean isSetQname()
isSetQname
in interface JG
true
if the qname attribute is setpublic void setQname(java.lang.String aQname)
public java.lang.String getQname()
public boolean isSetQhostname()
isSetQhostname
in interface JG
true
if the qhostname attribute is setpublic void setQhostname(java.lang.String aQhostname)
setQhostname
in interface JG
aQhostname
- the new value for the qhostname attributepublic java.lang.String getQhostname()
getQhostname
in interface JG
public boolean isSetSlots()
isSetSlots
in interface JG
true
if the slots attribute is setpublic void setSlots(int aSlots)
public int getSlots()
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
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.