com.sun.grid.jgdi.configuration
public class FPETImpl extends GEObjectImpl implements FPET
Warning: The FPETImpl class will not be compatible with future Sun™ Grid Engine releases.
Constructor and Description |
---|
FPETImpl()
Create a new instance of FPETImpl.
|
FPETImpl(boolean initWithDefaultValues)
Create a new instanceof
|
FPETImpl(java.lang.String id)
Create a new instance of FPETImpl
|
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 |
getId()
Get the value of the id attribute.
|
boolean |
isSetId()
Determine if the id attribute is set
|
void |
setId(java.lang.String aId)
Set the id attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParent
public FPETImpl()
public FPETImpl(boolean initWithDefaultValues)
initWithDefaultValues
- if true
the new instance will
be initialized with the default values as defined
in the cull definition.public FPETImpl(java.lang.String id)
public boolean isSetId()
public void setId(java.lang.String aId)
public java.lang.String getId()
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.