com.sun.grid.jgdi.configuration
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, setParent
public 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 Checkpoint
true
if the name attribute is setpublic void setName(java.lang.String aName)
setName
in interface Checkpoint
setName
in class GEObjectImpl
aName
- the new value for the name attributepublic java.lang.String getName()
getName
in interface Checkpoint
getName
in interface GEObject
getName
in class GEObjectImpl
public boolean isSetInterface()
isSetInterface
in interface Checkpoint
true
if the interface attribute is setpublic void setInterface(java.lang.String aInterface)
setInterface
in interface Checkpoint
aInterface
- the new value for the interface attributepublic java.lang.String getInterface()
getInterface
in interface Checkpoint
public boolean isSetCkptCommand()
isSetCkptCommand
in interface Checkpoint
true
if the ckptCommand attribute is setpublic void setCkptCommand(java.lang.String aCkptCommand)
setCkptCommand
in interface Checkpoint
aCkptCommand
- the new value for the ckptCommand attributepublic java.lang.String getCkptCommand()
getCkptCommand
in interface Checkpoint
public boolean isSetMigrCommand()
isSetMigrCommand
in interface Checkpoint
true
if the migrCommand attribute is setpublic void setMigrCommand(java.lang.String aMigrCommand)
setMigrCommand
in interface Checkpoint
aMigrCommand
- the new value for the migrCommand attributepublic java.lang.String getMigrCommand()
getMigrCommand
in interface Checkpoint
public boolean isSetRestCommand()
isSetRestCommand
in interface Checkpoint
true
if the restCommand attribute is setpublic void setRestCommand(java.lang.String aRestCommand)
setRestCommand
in interface Checkpoint
aRestCommand
- the new value for the restCommand attributepublic java.lang.String getRestCommand()
getRestCommand
in interface Checkpoint
public boolean isSetCkptDir()
isSetCkptDir
in interface Checkpoint
true
if the ckptDir attribute is setpublic void setCkptDir(java.lang.String aCkptDir)
setCkptDir
in interface Checkpoint
aCkptDir
- the new value for the ckptDir attributepublic java.lang.String getCkptDir()
getCkptDir
in interface Checkpoint
public boolean isSetWhen()
isSetWhen
in interface Checkpoint
true
if the when attribute is setpublic void setWhen(java.lang.String aWhen)
setWhen
in interface Checkpoint
aWhen
- the new value for the when attributepublic java.lang.String getWhen()
getWhen
in interface Checkpoint
public boolean isSetSignal()
isSetSignal
in interface Checkpoint
true
if the signal attribute is setpublic void setSignal(java.lang.String aSignal)
setSignal
in interface Checkpoint
aSignal
- the new value for the signal attributepublic java.lang.String getSignal()
getSignal
in interface Checkpoint
public boolean isSetCleanCommand()
isSetCleanCommand
in interface Checkpoint
true
if the cleanCommand attribute is setpublic void setCleanCommand(java.lang.String aCleanCommand)
setCleanCommand
in interface Checkpoint
aCleanCommand
- the new value for the cleanCommand attributepublic java.lang.String getCleanCommand()
getCleanCommand
in interface Checkpoint
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 Checkpoint
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.