com.sun.grid.jgdi.configuration
public class QueueInstanceMessageImpl extends GEObjectImpl implements QueueInstanceMessage
Warning: The QueueInstanceMessageImpl class will not be compatible with future Sun™ Grid Engine releases.
Constructor and Description |
---|
QueueInstanceMessageImpl()
Create a new instance of QueueInstanceMessageImpl.
|
QueueInstanceMessageImpl(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) |
java.lang.String |
getMessage()
Get the value of the message attribute.
|
int |
getType()
Get the value of the type attribute.
|
boolean |
isSetMessage()
Determine if the message attribute is set
|
boolean |
isSetType()
Determine if the type attribute is set
|
void |
setMessage(java.lang.String aMessage)
Set the message attribute.
|
void |
setType(int aType)
Set the type attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParent
public QueueInstanceMessageImpl()
public QueueInstanceMessageImpl(boolean initWithDefaultValues)
initWithDefaultValues
- if true
the new instance will
be initialized with the default values as defined
in the cull definition.public boolean isSetType()
isSetType
in interface QueueInstanceMessage
true
if the type attribute is setpublic void setType(int aType)
setType
in interface QueueInstanceMessage
aType
- the new value for the type attributepublic int getType()
getType
in interface QueueInstanceMessage
public boolean isSetMessage()
isSetMessage
in interface QueueInstanceMessage
true
if the message attribute is setpublic void setMessage(java.lang.String aMessage)
setMessage
in interface QueueInstanceMessage
aMessage
- the new value for the message attributepublic java.lang.String getMessage()
getMessage
in interface QueueInstanceMessage
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 QueueInstanceMessage
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.