public class EventSubcribtionImpl extends GEObjectImpl implements EventSubcribtion
Warning: The EventSubcribtionImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
EventSubcribtionImpl()
Create a new instance of EventSubcribtionImpl.
|
EventSubcribtionImpl(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 |
getId()
Get the value of the id attribute.
|
int |
getInterval()
Get the value of the interval attribute.
|
boolean |
isFlush()
Get the value of the flush attribute.
|
boolean |
isSetFlush()
Determine if the flush attribute is set
|
boolean |
isSetId()
Determine if the id attribute is set
|
boolean |
isSetInterval()
Determine if the interval attribute is set
|
void |
setFlush(boolean aFlush)
Set the flush attribute.
|
void |
setId(int aId)
Set the id attribute.
|
void |
setInterval(int aInterval)
Set the interval attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParentpublic EventSubcribtionImpl()
public EventSubcribtionImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public boolean isSetId()
isSetId in interface EventSubcribtiontrue if the id attribute is setpublic void setId(int aId)
setId in interface EventSubcribtionaId - the new value for the id attributepublic int getId()
getId in interface EventSubcribtionpublic boolean isSetFlush()
isSetFlush in interface EventSubcribtiontrue if the flush attribute is setpublic void setFlush(boolean aFlush)
setFlush in interface EventSubcribtionaFlush - the new value for the flush attributepublic boolean isFlush()
isFlush in interface EventSubcribtionpublic boolean isSetInterval()
isSetInterval in interface EventSubcribtiontrue if the interval attribute is setpublic void setInterval(int aInterval)
setInterval in interface EventSubcribtionaInterval - the new value for the interval attributepublic int getInterval()
getInterval in interface EventSubcribtionpublic 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 EventSubcribtionCopyright © 2007 Sun Microsystems, Inc. All rights reserved.