public class EventImpl extends GEObjectImpl implements Event
Warning: The EventImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
EventImpl()
Create a new instance of EventImpl.
|
EventImpl(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 |
getIntkey()
Get the value of the intkey attribute.
|
int |
getIntkey2()
Get the value of the intkey2 attribute.
|
int |
getNumber()
Get the value of the number attribute.
|
java.lang.String |
getStrkey()
Get the value of the strkey attribute.
|
java.lang.String |
getStrkey2()
Get the value of the strkey2 attribute.
|
int |
getTimestamp()
Get the value of the timestamp attribute.
|
int |
getType()
Get the value of the type attribute.
|
boolean |
isSetIntkey()
Determine if the intkey attribute is set
|
boolean |
isSetIntkey2()
Determine if the intkey2 attribute is set
|
boolean |
isSetNumber()
Determine if the number attribute is set
|
boolean |
isSetStrkey()
Determine if the strkey attribute is set
|
boolean |
isSetStrkey2()
Determine if the strkey2 attribute is set
|
boolean |
isSetTimestamp()
Determine if the timestamp attribute is set
|
boolean |
isSetType()
Determine if the type attribute is set
|
void |
setIntkey(int aIntkey)
Set the intkey attribute.
|
void |
setIntkey2(int aIntkey2)
Set the intkey2 attribute.
|
void |
setNumber(int aNumber)
Set the number attribute.
|
void |
setStrkey(java.lang.String aStrkey)
Set the strkey attribute.
|
void |
setStrkey2(java.lang.String aStrkey2)
Set the strkey2 attribute.
|
void |
setTimestamp(int aTimestamp)
Set the timestamp attribute.
|
void |
setType(int aType)
Set the type attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParentpublic EventImpl()
public EventImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public boolean isSetNumber()
isSetNumber in interface Eventtrue if the number attribute is setpublic void setNumber(int aNumber)
public int getNumber()
public boolean isSetTimestamp()
isSetTimestamp in interface Eventtrue if the timestamp attribute is setpublic void setTimestamp(int aTimestamp)
setTimestamp in interface EventaTimestamp - the new value for the timestamp attributepublic int getTimestamp()
getTimestamp in interface Eventpublic boolean isSetType()
public void setType(int aType)
public int getType()
public boolean isSetIntkey()
isSetIntkey in interface Eventtrue if the intkey attribute is setpublic void setIntkey(int aIntkey)
public int getIntkey()
public boolean isSetIntkey2()
isSetIntkey2 in interface Eventtrue if the intkey2 attribute is setpublic void setIntkey2(int aIntkey2)
setIntkey2 in interface EventaIntkey2 - the new value for the intkey2 attributepublic int getIntkey2()
getIntkey2 in interface Eventpublic boolean isSetStrkey()
isSetStrkey in interface Eventtrue if the strkey attribute is setpublic void setStrkey(java.lang.String aStrkey)
public java.lang.String getStrkey()
public boolean isSetStrkey2()
isSetStrkey2 in interface Eventtrue if the strkey2 attribute is setpublic void setStrkey2(java.lang.String aStrkey2)
setStrkey2 in interface EventaStrkey2 - the new value for the strkey2 attributepublic java.lang.String getStrkey2()
getStrkey2 in interface Eventpublic 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.ObjectCopyright © 2007 Sun Microsystems, Inc. All rights reserved.