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, setParent
public 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 JGDIAnswer
true
if the status attribute is setpublic void setStatus(int aStatus)
setStatus
in interface JGDIAnswer
aStatus
- the new value for the status attributepublic int getStatus()
getStatus
in interface JGDIAnswer
public boolean isSetText()
isSetText
in interface JGDIAnswer
true
if the text attribute is setpublic void setText(java.lang.String aText)
setText
in interface JGDIAnswer
aText
- the new value for the text attributepublic java.lang.String getText()
getText
in interface JGDIAnswer
public boolean isSetQuality()
isSetQuality
in interface JGDIAnswer
true
if the quality attribute is setpublic void setQuality(int aQuality)
setQuality
in interface JGDIAnswer
aQuality
- the new value for the quality attributepublic int getQuality()
getQuality
in interface JGDIAnswer
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 JGDIAnswer
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.