public class ARAImpl extends GEObjectImpl implements ARA
Warning: The ARAImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
ARAImpl()
Create a new instance of ARAImpl.
|
ARAImpl(boolean initWithDefaultValues)
Create a new instanceof
|
ARAImpl(java.lang.String name)
Create a new instance of ARAImpl
|
| 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 |
getGroup()
Get the value of the group attribute.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
boolean |
isSetGroup()
Determine if the group attribute is set
|
boolean |
isSetName()
Determine if the name attribute is set
|
void |
setGroup(java.lang.String aGroup)
Set the group attribute.
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
java.lang.String |
toString() |
getParent, getPathName, getRoot, setParentpublic ARAImpl()
public ARAImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public ARAImpl(java.lang.String name)
public boolean isSetName()
public void setName(java.lang.String aName)
setName in interface ARAsetName in class GEObjectImplaName - the new value for the name attributepublic java.lang.String getName()
public boolean isSetGroup()
isSetGroup in interface ARAtrue if the group attribute is setpublic void setGroup(java.lang.String aGroup)
public java.lang.String getGroup()
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.