com.sun.grid.jgdi.configuration
public class SubordinateImpl extends GEObjectImpl implements Subordinate
Warning: The SubordinateImpl class will not be compatible with future Sun™ Grid Engine releases.
Constructor and Description |
---|
SubordinateImpl()
Create a new instance of SubordinateImpl.
|
SubordinateImpl(boolean initWithDefaultValues)
Create a new instanceof
|
SubordinateImpl(java.lang.String name)
Create a new instance of SubordinateImpl
|
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 |
getAction()
Get the value of the action attribute.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
int |
getSeqNo()
Get the value of the seqNo attribute.
|
int |
getSlotsSum()
Get the value of the slotsSum attribute.
|
int |
getThreshold()
Get the value of the threshold attribute.
|
boolean |
isSetAction()
Determine if the action attribute is set
|
boolean |
isSetName()
Determine if the name attribute is set
|
boolean |
isSetSeqNo()
Determine if the seqNo attribute is set
|
boolean |
isSetSlotsSum()
Determine if the slotsSum attribute is set
|
boolean |
isSetThreshold()
Determine if the threshold attribute is set
|
void |
setAction(int aAction)
Set the action attribute.
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setSeqNo(int aSeqNo)
Set the seqNo attribute.
|
void |
setSlotsSum(int aSlotsSum)
Set the slotsSum attribute.
|
void |
setThreshold(int aThreshold)
Set the threshold attribute.
|
java.lang.String |
toString() |
getParent, getPathName, getRoot, setParent
public SubordinateImpl()
public SubordinateImpl(boolean initWithDefaultValues)
initWithDefaultValues
- if true
the new instance will
be initialized with the default values as defined
in the cull definition.public SubordinateImpl(java.lang.String name)
public boolean isSetName()
isSetName
in interface Subordinate
true
if the name attribute is setpublic void setName(java.lang.String aName)
setName
in interface Subordinate
setName
in class GEObjectImpl
aName
- the new value for the name attributepublic java.lang.String getName()
getName
in interface GEObject
getName
in interface Subordinate
getName
in class GEObjectImpl
public boolean isSetThreshold()
isSetThreshold
in interface Subordinate
true
if the threshold attribute is setpublic void setThreshold(int aThreshold)
setThreshold
in interface Subordinate
aThreshold
- the new value for the threshold attributepublic int getThreshold()
getThreshold
in interface Subordinate
public boolean isSetSlotsSum()
isSetSlotsSum
in interface Subordinate
true
if the slotsSum attribute is setpublic void setSlotsSum(int aSlotsSum)
setSlotsSum
in interface Subordinate
aSlotsSum
- the new value for the slotsSum attributepublic int getSlotsSum()
getSlotsSum
in interface Subordinate
public boolean isSetSeqNo()
isSetSeqNo
in interface Subordinate
true
if the seqNo attribute is setpublic void setSeqNo(int aSeqNo)
setSeqNo
in interface Subordinate
aSeqNo
- the new value for the seqNo attributepublic int getSeqNo()
getSeqNo
in interface Subordinate
public boolean isSetAction()
isSetAction
in interface Subordinate
true
if the action attribute is setpublic void setAction(int aAction)
setAction
in interface Subordinate
aAction
- the new value for the action attributepublic int getAction()
getAction
in interface Subordinate
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 Subordinate
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.