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, setParent
public 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 Event
true
if the number attribute is setpublic void setNumber(int aNumber)
public int getNumber()
public boolean isSetTimestamp()
isSetTimestamp
in interface Event
true
if the timestamp attribute is setpublic void setTimestamp(int aTimestamp)
setTimestamp
in interface Event
aTimestamp
- the new value for the timestamp attributepublic int getTimestamp()
getTimestamp
in interface Event
public boolean isSetType()
public void setType(int aType)
public int getType()
public boolean isSetIntkey()
isSetIntkey
in interface Event
true
if the intkey attribute is setpublic void setIntkey(int aIntkey)
public int getIntkey()
public boolean isSetIntkey2()
isSetIntkey2
in interface Event
true
if the intkey2 attribute is setpublic void setIntkey2(int aIntkey2)
setIntkey2
in interface Event
aIntkey2
- the new value for the intkey2 attributepublic int getIntkey2()
getIntkey2
in interface Event
public boolean isSetStrkey()
isSetStrkey
in interface Event
true
if the strkey attribute is setpublic void setStrkey(java.lang.String aStrkey)
public java.lang.String getStrkey()
public boolean isSetStrkey2()
isSetStrkey2
in interface Event
true
if the strkey2 attribute is setpublic void setStrkey2(java.lang.String aStrkey2)
setStrkey2
in interface Event
aStrkey2
- the new value for the strkey2 attributepublic java.lang.String getStrkey2()
getStrkey2
in interface Event
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
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.