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, setParent
public 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 EventSubcribtion
true
if the id attribute is setpublic void setId(int aId)
setId
in interface EventSubcribtion
aId
- the new value for the id attributepublic int getId()
getId
in interface EventSubcribtion
public boolean isSetFlush()
isSetFlush
in interface EventSubcribtion
true
if the flush attribute is setpublic void setFlush(boolean aFlush)
setFlush
in interface EventSubcribtion
aFlush
- the new value for the flush attributepublic boolean isFlush()
isFlush
in interface EventSubcribtion
public boolean isSetInterval()
isSetInterval
in interface EventSubcribtion
true
if the interval attribute is setpublic void setInterval(int aInterval)
setInterval
in interface EventSubcribtion
aInterval
- the new value for the interval attributepublic int getInterval()
getInterval
in interface EventSubcribtion
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 EventSubcribtion
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.