public class JGDIAnswerImpl extends GEObjectImpl implements JGDIAnswer
Warning: The JGDIAnswerImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
JGDIAnswerImpl()
Create a new instance of JGDIAnswerImpl.
|
JGDIAnswerImpl(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 |
getQuality()
Get the value of the quality attribute.
|
int |
getStatus()
Get the value of the status attribute.
|
java.lang.String |
getText()
Get the value of the text attribute.
|
boolean |
isSetQuality()
Determine if the quality attribute is set
|
boolean |
isSetStatus()
Determine if the status attribute is set
|
boolean |
isSetText()
Determine if the text attribute is set
|
void |
setQuality(int aQuality)
Set the quality attribute.
|
void |
setStatus(int aStatus)
Set the status attribute.
|
void |
setText(java.lang.String aText)
Set the text attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParentpublic JGDIAnswerImpl()
public JGDIAnswerImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public boolean isSetStatus()
isSetStatus in interface JGDIAnswertrue if the status attribute is setpublic void setStatus(int aStatus)
setStatus in interface JGDIAnsweraStatus - the new value for the status attributepublic int getStatus()
getStatus in interface JGDIAnswerpublic boolean isSetText()
isSetText in interface JGDIAnswertrue if the text attribute is setpublic void setText(java.lang.String aText)
setText in interface JGDIAnsweraText - the new value for the text attributepublic java.lang.String getText()
getText in interface JGDIAnswerpublic boolean isSetQuality()
isSetQuality in interface JGDIAnswertrue if the quality attribute is setpublic void setQuality(int aQuality)
setQuality in interface JGDIAnsweraQuality - the new value for the quality attributepublic int getQuality()
getQuality in interface JGDIAnswerpublic 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 JGDIAnswerCopyright © 2007 Sun Microsystems, Inc. All rights reserved.