public class CalendarQueueStateImpl extends GEObjectImpl implements CalendarQueueState
Warning: The CalendarQueueStateImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
CalendarQueueStateImpl()
Create a new instance of CalendarQueueStateImpl.
|
CalendarQueueStateImpl(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 |
getState()
Get the value of the state attribute.
|
int |
getTill()
Get the value of the till attribute.
|
boolean |
isSetState()
Determine if the state attribute is set
|
boolean |
isSetTill()
Determine if the till attribute is set
|
void |
setState(int aState)
Set the state attribute.
|
void |
setTill(int aTill)
Set the till attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParentpublic CalendarQueueStateImpl()
public CalendarQueueStateImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public boolean isSetState()
isSetState in interface CalendarQueueStatetrue if the state attribute is setpublic void setState(int aState)
setState in interface CalendarQueueStateaState - the new value for the state attributepublic int getState()
getState in interface CalendarQueueStatepublic boolean isSetTill()
isSetTill in interface CalendarQueueStatetrue if the till attribute is setpublic void setTill(int aTill)
setTill in interface CalendarQueueStateaTill - the new value for the till attributepublic int getTill()
getTill in interface CalendarQueueStatepublic 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.Objectpublic java.lang.String dump()
dump in interface CalendarQueueStateCopyright © 2007 Sun Microsystems, Inc. All rights reserved.