com.sun.grid.jgdi.configuration
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, setParent
public 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 CalendarQueueState
true
if the state attribute is setpublic void setState(int aState)
setState
in interface CalendarQueueState
aState
- the new value for the state attributepublic int getState()
getState
in interface CalendarQueueState
public boolean isSetTill()
isSetTill
in interface CalendarQueueState
true
if the till attribute is setpublic void setTill(int aTill)
setTill
in interface CalendarQueueState
aTill
- the new value for the till attributepublic int getTill()
getTill
in interface CalendarQueueState
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 CalendarQueueState
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.