public class ULNGImpl extends GEObjectImpl implements ULNG
Warning: The ULNGImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
ULNGImpl()
Create a new instance of ULNGImpl.
|
ULNGImpl(boolean initWithDefaultValues)
Create a new instanceof
|
| 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) |
int |
getValue()
Get the value of the value attribute.
|
boolean |
isSetValue()
Determine if the value attribute is set
|
void |
setValue(int aValue)
Set the value attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParentpublic ULNGImpl()
public ULNGImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public boolean isSetValue()
isSetValue in interface ULNGtrue if the value attribute is setpublic void setValue(int aValue)
public int getValue()
public 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.ObjectCopyright © 2007 Sun Microsystems, Inc. All rights reserved.