com.sun.grid.jgdi.configuration
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, setParent
public 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 ComplexEntry
true
if the name attribute is setpublic void setName(java.lang.String aName)
setName
in interface ComplexEntry
setName
in class GEObjectImpl
aName
- the new value for the name attributepublic java.lang.String getName()
getName
in interface ComplexEntry
getName
in interface GEObject
getName
in class GEObjectImpl
public boolean isSetShortcut()
isSetShortcut
in interface ComplexEntry
true
if the shortcut attribute is setpublic void setShortcut(java.lang.String aShortcut)
setShortcut
in interface ComplexEntry
aShortcut
- the new value for the shortcut attributepublic java.lang.String getShortcut()
getShortcut
in interface ComplexEntry
public boolean isSetValtype()
isSetValtype
in interface ComplexEntry
true
if the valtype attribute is setpublic void setValtype(int aValtype)
setValtype
in interface ComplexEntry
aValtype
- the new value for the valtype attributepublic int getValtype()
getValtype
in interface ComplexEntry
public boolean isSetStringval()
isSetStringval
in interface ComplexEntry
true
if the stringval attribute is setpublic void setStringval(java.lang.String aStringval)
setStringval
in interface ComplexEntry
aStringval
- the new value for the stringval attributepublic java.lang.String getStringval()
getStringval
in interface ComplexEntry
public boolean isSetRelop()
isSetRelop
in interface ComplexEntry
true
if the relop attribute is setpublic void setRelop(int aRelop)
setRelop
in interface ComplexEntry
aRelop
- the new value for the relop attributepublic int getRelop()
getRelop
in interface ComplexEntry
public boolean isSetConsumable()
isSetConsumable
in interface ComplexEntry
true
if the consumable attribute is setpublic void setConsumable(int aConsumable)
setConsumable
in interface ComplexEntry
aConsumable
- the new value for the consumable attributepublic int getConsumable()
getConsumable
in interface ComplexEntry
public boolean isSetDefault()
isSetDefault
in interface ComplexEntry
true
if the default attribute is setpublic void setDefault(java.lang.String aDefault)
setDefault
in interface ComplexEntry
aDefault
- the new value for the default attributepublic java.lang.String getDefault()
getDefault
in interface ComplexEntry
public boolean isSetRequestable()
isSetRequestable
in interface ComplexEntry
true
if the requestable attribute is setpublic void setRequestable(int aRequestable)
setRequestable
in interface ComplexEntry
aRequestable
- the new value for the requestable attributepublic int getRequestable()
getRequestable
in interface ComplexEntry
public boolean isSetUrgencyWeight()
isSetUrgencyWeight
in interface ComplexEntry
true
if the urgencyWeight attribute is setpublic void setUrgencyWeight(java.lang.String aUrgencyWeight)
setUrgencyWeight
in interface ComplexEntry
aUrgencyWeight
- the new value for the urgencyWeight attributepublic java.lang.String getUrgencyWeight()
getUrgencyWeight
in interface ComplexEntry
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 ComplexEntry
public java.lang.String typeToString(int type)
typeToString
in interface ComplexEntry
public int typeToInt(java.lang.String type)
typeToInt
in interface ComplexEntry
public java.lang.String opToString(int op)
opToString
in interface ComplexEntry
public int opToInt(java.lang.String type)
opToInt
in interface ComplexEntry
public java.lang.String reqToString(int op)
reqToString
in interface ComplexEntry
public int reqToInt(java.lang.String type)
reqToInt
in interface ComplexEntry
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.