public class ComplexEntryImpl extends GEObjectImpl implements ComplexEntry
Warning: The ComplexEntryImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
ComplexEntryImpl()
Create a new instance of ComplexEntryImpl.
|
ComplexEntryImpl(boolean initWithDefaultValues)
Create a new instanceof
|
ComplexEntryImpl(java.lang.String name)
Create a new instance of ComplexEntryImpl
|
| 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 |
getConsumable()
Get the value of the consumable attribute.
|
java.lang.String |
getDefault()
Get the value of the default attribute.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
int |
getRelop()
Get the value of the relop attribute.
|
int |
getRequestable()
Get the value of the requestable attribute.
|
java.lang.String |
getShortcut()
Get the value of the shortcut attribute.
|
java.lang.String |
getStringval()
Get the value of the stringval attribute.
|
java.lang.String |
getUrgencyWeight()
Get the value of the urgencyWeight attribute.
|
int |
getValtype()
Get the value of the valtype attribute.
|
boolean |
isSetConsumable()
Determine if the consumable attribute is set
|
boolean |
isSetDefault()
Determine if the default attribute is set
|
boolean |
isSetName()
Determine if the name attribute is set
|
boolean |
isSetRelop()
Determine if the relop attribute is set
|
boolean |
isSetRequestable()
Determine if the requestable attribute is set
|
boolean |
isSetShortcut()
Determine if the shortcut attribute is set
|
boolean |
isSetStringval()
Determine if the stringval attribute is set
|
boolean |
isSetUrgencyWeight()
Determine if the urgencyWeight attribute is set
|
boolean |
isSetValtype()
Determine if the valtype attribute is set
|
int |
opToInt(java.lang.String type) |
java.lang.String |
opToString(int op) |
int |
reqToInt(java.lang.String type) |
java.lang.String |
reqToString(int op) |
void |
setConsumable(int aConsumable)
Set the consumable attribute.
|
void |
setDefault(java.lang.String aDefault)
Set the default attribute.
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setRelop(int aRelop)
Set the relop attribute.
|
void |
setRequestable(int aRequestable)
Set the requestable attribute.
|
void |
setShortcut(java.lang.String aShortcut)
Set the shortcut attribute.
|
void |
setStringval(java.lang.String aStringval)
Set the stringval attribute.
|
void |
setUrgencyWeight(java.lang.String aUrgencyWeight)
Set the urgencyWeight attribute.
|
void |
setValtype(int aValtype)
Set the valtype attribute.
|
java.lang.String |
toString() |
int |
typeToInt(java.lang.String type) |
java.lang.String |
typeToString(int type) |
getParent, getPathName, getRoot, setParentpublic ComplexEntryImpl()
public ComplexEntryImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public ComplexEntryImpl(java.lang.String name)
public boolean isSetName()
isSetName in interface ComplexEntrytrue if the name attribute is setpublic void setName(java.lang.String aName)
setName in interface ComplexEntrysetName in class GEObjectImplaName - the new value for the name attributepublic java.lang.String getName()
getName in interface ComplexEntrygetName in interface GEObjectgetName in class GEObjectImplpublic boolean isSetShortcut()
isSetShortcut in interface ComplexEntrytrue if the shortcut attribute is setpublic void setShortcut(java.lang.String aShortcut)
setShortcut in interface ComplexEntryaShortcut - the new value for the shortcut attributepublic java.lang.String getShortcut()
getShortcut in interface ComplexEntrypublic boolean isSetValtype()
isSetValtype in interface ComplexEntrytrue if the valtype attribute is setpublic void setValtype(int aValtype)
setValtype in interface ComplexEntryaValtype - the new value for the valtype attributepublic int getValtype()
getValtype in interface ComplexEntrypublic boolean isSetStringval()
isSetStringval in interface ComplexEntrytrue if the stringval attribute is setpublic void setStringval(java.lang.String aStringval)
setStringval in interface ComplexEntryaStringval - the new value for the stringval attributepublic java.lang.String getStringval()
getStringval in interface ComplexEntrypublic boolean isSetRelop()
isSetRelop in interface ComplexEntrytrue if the relop attribute is setpublic void setRelop(int aRelop)
setRelop in interface ComplexEntryaRelop - the new value for the relop attributepublic int getRelop()
getRelop in interface ComplexEntrypublic boolean isSetConsumable()
isSetConsumable in interface ComplexEntrytrue if the consumable attribute is setpublic void setConsumable(int aConsumable)
setConsumable in interface ComplexEntryaConsumable - the new value for the consumable attributepublic int getConsumable()
getConsumable in interface ComplexEntrypublic boolean isSetDefault()
isSetDefault in interface ComplexEntrytrue if the default attribute is setpublic void setDefault(java.lang.String aDefault)
setDefault in interface ComplexEntryaDefault - the new value for the default attributepublic java.lang.String getDefault()
getDefault in interface ComplexEntrypublic boolean isSetRequestable()
isSetRequestable in interface ComplexEntrytrue if the requestable attribute is setpublic void setRequestable(int aRequestable)
setRequestable in interface ComplexEntryaRequestable - the new value for the requestable attributepublic int getRequestable()
getRequestable in interface ComplexEntrypublic boolean isSetUrgencyWeight()
isSetUrgencyWeight in interface ComplexEntrytrue if the urgencyWeight attribute is setpublic void setUrgencyWeight(java.lang.String aUrgencyWeight)
setUrgencyWeight in interface ComplexEntryaUrgencyWeight - the new value for the urgencyWeight attributepublic java.lang.String getUrgencyWeight()
getUrgencyWeight in interface ComplexEntrypublic 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 ComplexEntrypublic java.lang.String typeToString(int type)
typeToString in interface ComplexEntrypublic int typeToInt(java.lang.String type)
typeToInt in interface ComplexEntrypublic java.lang.String opToString(int op)
opToString in interface ComplexEntrypublic int opToInt(java.lang.String type)
opToInt in interface ComplexEntrypublic java.lang.String reqToString(int op)
reqToString in interface ComplexEntrypublic int reqToInt(java.lang.String type)
reqToInt in interface ComplexEntryCopyright © 2007 Sun Microsystems, Inc. All rights reserved.