public class CheckpointImpl extends GEObjectImpl implements Checkpoint
Warning: The CheckpointImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
CheckpointImpl()
Create a new instance of CheckpointImpl.
|
CheckpointImpl(boolean initWithDefaultValues)
Create a new instanceof
|
CheckpointImpl(java.lang.String name)
Create a new instance of CheckpointImpl
|
| 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 |
getCkptCommand()
Get the value of the ckptCommand attribute.
|
java.lang.String |
getCkptDir()
Get the value of the ckptDir attribute.
|
java.lang.String |
getCleanCommand()
Get the value of the cleanCommand attribute.
|
java.lang.String |
getInterface()
Get the value of the interface attribute.
|
java.lang.String |
getMigrCommand()
Get the value of the migrCommand attribute.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
java.lang.String |
getRestCommand()
Get the value of the restCommand attribute.
|
java.lang.String |
getSignal()
Get the value of the signal attribute.
|
java.lang.String |
getWhen()
Get the value of the when attribute.
|
boolean |
isSetCkptCommand()
Determine if the ckptCommand attribute is set
|
boolean |
isSetCkptDir()
Determine if the ckptDir attribute is set
|
boolean |
isSetCleanCommand()
Determine if the cleanCommand attribute is set
|
boolean |
isSetInterface()
Determine if the interface attribute is set
|
boolean |
isSetMigrCommand()
Determine if the migrCommand attribute is set
|
boolean |
isSetName()
Determine if the name attribute is set
|
boolean |
isSetRestCommand()
Determine if the restCommand attribute is set
|
boolean |
isSetSignal()
Determine if the signal attribute is set
|
boolean |
isSetWhen()
Determine if the when attribute is set
|
void |
setCkptCommand(java.lang.String aCkptCommand)
Set the ckptCommand attribute.
|
void |
setCkptDir(java.lang.String aCkptDir)
Set the ckptDir attribute.
|
void |
setCleanCommand(java.lang.String aCleanCommand)
Set the cleanCommand attribute.
|
void |
setInterface(java.lang.String aInterface)
Set the interface attribute.
|
void |
setMigrCommand(java.lang.String aMigrCommand)
Set the migrCommand attribute.
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setRestCommand(java.lang.String aRestCommand)
Set the restCommand attribute.
|
void |
setSignal(java.lang.String aSignal)
Set the signal attribute.
|
void |
setWhen(java.lang.String aWhen)
Set the when attribute.
|
java.lang.String |
toString() |
getParent, getPathName, getRoot, setParentpublic CheckpointImpl()
public CheckpointImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public CheckpointImpl(java.lang.String name)
public boolean isSetName()
isSetName in interface Checkpointtrue if the name attribute is setpublic void setName(java.lang.String aName)
setName in interface CheckpointsetName in class GEObjectImplaName - the new value for the name attributepublic java.lang.String getName()
getName in interface CheckpointgetName in interface GEObjectgetName in class GEObjectImplpublic boolean isSetInterface()
isSetInterface in interface Checkpointtrue if the interface attribute is setpublic void setInterface(java.lang.String aInterface)
setInterface in interface CheckpointaInterface - the new value for the interface attributepublic java.lang.String getInterface()
getInterface in interface Checkpointpublic boolean isSetCkptCommand()
isSetCkptCommand in interface Checkpointtrue if the ckptCommand attribute is setpublic void setCkptCommand(java.lang.String aCkptCommand)
setCkptCommand in interface CheckpointaCkptCommand - the new value for the ckptCommand attributepublic java.lang.String getCkptCommand()
getCkptCommand in interface Checkpointpublic boolean isSetMigrCommand()
isSetMigrCommand in interface Checkpointtrue if the migrCommand attribute is setpublic void setMigrCommand(java.lang.String aMigrCommand)
setMigrCommand in interface CheckpointaMigrCommand - the new value for the migrCommand attributepublic java.lang.String getMigrCommand()
getMigrCommand in interface Checkpointpublic boolean isSetRestCommand()
isSetRestCommand in interface Checkpointtrue if the restCommand attribute is setpublic void setRestCommand(java.lang.String aRestCommand)
setRestCommand in interface CheckpointaRestCommand - the new value for the restCommand attributepublic java.lang.String getRestCommand()
getRestCommand in interface Checkpointpublic boolean isSetCkptDir()
isSetCkptDir in interface Checkpointtrue if the ckptDir attribute is setpublic void setCkptDir(java.lang.String aCkptDir)
setCkptDir in interface CheckpointaCkptDir - the new value for the ckptDir attributepublic java.lang.String getCkptDir()
getCkptDir in interface Checkpointpublic boolean isSetWhen()
isSetWhen in interface Checkpointtrue if the when attribute is setpublic void setWhen(java.lang.String aWhen)
setWhen in interface CheckpointaWhen - the new value for the when attributepublic java.lang.String getWhen()
getWhen in interface Checkpointpublic boolean isSetSignal()
isSetSignal in interface Checkpointtrue if the signal attribute is setpublic void setSignal(java.lang.String aSignal)
setSignal in interface CheckpointaSignal - the new value for the signal attributepublic java.lang.String getSignal()
getSignal in interface Checkpointpublic boolean isSetCleanCommand()
isSetCleanCommand in interface Checkpointtrue if the cleanCommand attribute is setpublic void setCleanCommand(java.lang.String aCleanCommand)
setCleanCommand in interface CheckpointaCleanCommand - the new value for the cleanCommand attributepublic java.lang.String getCleanCommand()
getCleanCommand in interface Checkpointpublic 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 CheckpointCopyright © 2007 Sun Microsystems, Inc. All rights reserved.