|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.sentinel.client.bean.SentinelBean
com.novell.db.object.bean.BackupCommandBean
public class BackupCommandBean
An automatically-generated "bean" class for the Sentinel data object type 'backup-command'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
COMMANDID
The "bean name" of the Sentinel data object field 'CommandId'. |
static String |
COMMANDNAME
The "bean name" of the Sentinel data object field 'CommandName'. |
static String |
DESTINATIONDIRECTORY
The "bean name" of the Sentinel data object field 'DestinationDirectory'. |
static String |
DESTINATIONFILE
The "bean name" of the Sentinel data object field 'DestinationFile'. |
static String |
DONEFILE
The "bean name" of the Sentinel data object field 'DoneFile'. |
static String |
OPTIONS
The "bean name" of the Sentinel data object field 'Options'. |
static String |
PARTITIONRANGE
The "bean name" of the Sentinel data object field 'PartitionRange'. |
static String |
SOURCEDIRECTORY
The "bean name" of the Sentinel data object field 'SourceDirectory'. |
static String |
SOURCEFILE
The "bean name" of the Sentinel data object field 'SourceFile'. |
| Constructor Summary | |
|---|---|
|
BackupCommandBean()
Construct an instance of the bean class. |
protected |
BackupCommandBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearCommandId()
Clear any current value for the ' CommandId' field in the bean. |
void |
clearCommandName()
Clear any current value for the ' command-name' field in the bean. |
void |
clearDestinationDirectory()
Clear any current value for the ' dest-dir' field in the bean. |
void |
clearDestinationFile()
Clear any current value for the ' dest-file' field in the bean. |
void |
clearDoneFile()
Clear any current value for the ' done-file' field in the bean. |
void |
clearOptions()
Clear any current value for the ' options' field in the bean. |
void |
clearPartitionRange()
Clear any current value for the ' part-range' field in the bean. |
void |
clearSourceDirectory()
Clear any current value for the ' src-dir' field in the bean. |
void |
clearSourceFile()
Clear any current value for the ' src-file' field in the bean. |
BackupCommandBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends BackupCommandBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
long |
getCommandId()
Get the value for the ' CommandId' field. |
String |
getCommandName()
Get the value for the ' command-name' field. |
String |
getDestinationDirectory()
Get the value for the ' dest-dir' field. |
String |
getDestinationFile()
Get the value for the ' dest-file' field. |
String |
getDoneFile()
Get the value for the ' done-file' field. |
String |
getOptions()
Get the value for the ' options' field. |
String |
getPartitionRange()
Get the value for the ' part-range' field. |
String |
getSourceDirectory()
Get the value for the ' src-dir' field. |
String |
getSourceFile()
Get the value for the ' src-file' field. |
boolean |
isCommandIdClear()
Get whether the value for the ' CommandId' field is clear or not. |
boolean |
isCommandIdNull()
Get whether the ' CommandId' field has been set to Null or not. |
boolean |
isCommandNameClear()
Get whether the value for the ' command-name' field is clear or not. |
boolean |
isCommandNameNull()
Get whether the ' command-name' field has been set to Null or
not. |
boolean |
isDestinationDirectoryClear()
Get whether the value for the ' dest-dir' field is clear or not. |
boolean |
isDestinationDirectoryNull()
Get whether the ' dest-dir' field has been set to Null or not. |
boolean |
isDestinationFileClear()
Get whether the value for the ' dest-file' field is clear or not. |
boolean |
isDestinationFileNull()
Get whether the ' dest-file' field has been set to Null or not. |
boolean |
isDoneFileClear()
Get whether the value for the ' done-file' field is clear or not. |
boolean |
isDoneFileNull()
Get whether the ' done-file' field has been set to Null or not. |
boolean |
isOptionsClear()
Get whether the value for the ' options' field is clear or not. |
boolean |
isOptionsNull()
Get whether the ' options' field has been set to Null or not. |
boolean |
isPartitionRangeClear()
Get whether the value for the ' part-range' field is clear or not. |
boolean |
isPartitionRangeNull()
Get whether the ' part-range' field has been set to Null or not. |
boolean |
isSourceDirectoryClear()
Get whether the value for the ' src-dir' field is clear or not. |
boolean |
isSourceDirectoryNull()
Get whether the ' src-dir' field has been set to Null or not. |
boolean |
isSourceFileClear()
Get whether the value for the ' src-file' field is clear or not. |
boolean |
isSourceFileNull()
Get whether the ' src-file' field has been set to Null or not. |
void |
setCommandId(long commandId)
Set the value for the ' CommandId' field. |
void |
setCommandIdNull()
Set to Null any current value for the ' CommandId' field in the
bean. |
void |
setCommandName(String commandName)
Set the value for the ' command-name' field. |
void |
setCommandNameNull()
Set to Null any current value for the ' command-name' field in
the bean. |
void |
setDestinationDirectory(String destinationDirectory)
Set the value for the ' dest-dir' field. |
void |
setDestinationDirectoryNull()
Set to Null any current value for the ' dest-dir' field in the
bean. |
void |
setDestinationFile(String destinationFile)
Set the value for the ' dest-file' field. |
void |
setDestinationFileNull()
Set to Null any current value for the ' dest-file' field in the
bean. |
void |
setDoneFile(String doneFile)
Set the value for the ' done-file' field. |
void |
setDoneFileNull()
Set to Null any current value for the ' done-file' field in the
bean. |
void |
setOptions(String options)
Set the value for the ' options' field. |
void |
setOptionsNull()
Set to Null any current value for the ' options' field in the
bean. |
void |
setPartitionRange(String partitionRange)
Set the value for the ' part-range' field. |
void |
setPartitionRangeNull()
Set to Null any current value for the ' part-range' field in the
bean. |
void |
setSourceDirectory(String sourceDirectory)
Set the value for the ' src-dir' field. |
void |
setSourceDirectoryNull()
Set to Null any current value for the ' src-dir' field in the
bean. |
void |
setSourceFile(String sourceFile)
Set the value for the ' src-file' field. |
void |
setSourceFileNull()
Set to Null any current value for the ' src-file' field in the
bean. |
| Methods inherited from class com.novell.sentinel.client.bean.SentinelBean |
|---|
clearField, cloneBean, equals, fields, getBeanName, getBeanValue, getField, getFieldNoNull, getLink, getMetaData, isFieldClear, isFieldNull, isLinkClear, setField, setFieldNull, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String COMMANDID
""CommandId"".
The description of the 'CommandId' field is:
"No description provided."
public static final String PARTITIONRANGE
""part-range"".
The description of the 'part-range' field is:
"No description provided."
public static final String DONEFILE
""done-file"".
The description of the 'done-file' field is:
"No description provided."
public static final String SOURCEDIRECTORY
""src-dir"".
The description of the 'src-dir' field is:
"No description provided."
public static final String COMMANDNAME
""command-name"".
The description of the 'command-name' field is:
"No description provided."
public static final String DESTINATIONFILE
""dest-file"".
The description of the 'dest-file' field is:
"No description provided."
public static final String DESTINATIONDIRECTORY
""dest-dir"".
The description of the 'dest-dir' field is:
"No description provided."
public static final String SOURCEFILE
""src-file"".
The description of the 'src-file' field is:
"No description provided."
public static final String OPTIONS
""options"".
The description of the 'options' field is:
"No description provided."
| Constructor Detail |
|---|
public BackupCommandBean()
protected BackupCommandBean(BeanMetaData<? extends SentinelBean> metadata)
metadata - The metadata instance for the derived bean class. Normally this constructor
will only be called by generated code.| Method Detail |
|---|
public String getCommandName()
command-name' field. The description of the 'command-name'
field is:
"No description provided."
null).COMMANDNAMEpublic boolean isCommandNameNull()
command-name' field has been set to Null or
not. The description of the 'command-name' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setCommandNameNull(),
COMMANDNAMEpublic boolean isCommandNameClear()
command-name' field is clear or not.
The description of the 'command-name' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearCommandName(),
COMMANDNAMEpublic void setCommandName(String commandName)
command-name' field. The description of the 'command-name'
field is:
"No description provided."
commandName - Value to setCOMMANDNAMEpublic void clearCommandName()
command-name' field in the bean. The
description of the 'command-name' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setCommandNameNull() method to clear the server's value.
See the description of cleared
values.
COMMANDNAMEpublic void setCommandNameNull()
command-name' field in
the bean. The description of the 'command-name' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearCommandName() method to avoid clearing the server's value.
See the description of Null
values.
COMMANDNAMEpublic String getDestinationFile()
dest-file' field. The description of the 'dest-file'
field is:
"No description provided."
null).DESTINATIONFILEpublic boolean isDestinationFileNull()
dest-file' field has been set to Null or not.
The description of the 'dest-file' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setDestinationFileNull(),
DESTINATIONFILEpublic boolean isDestinationFileClear()
dest-file' field is clear or not. The
description of the 'dest-file' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDestinationFile(),
DESTINATIONFILEpublic void setDestinationFile(String destinationFile)
dest-file' field. The description of the 'dest-file'
field is:
"No description provided."
destinationFile - Value to setDESTINATIONFILEpublic void clearDestinationFile()
dest-file' field in the bean. The description
of the 'dest-file' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setDestinationFileNull() method to clear the server's value.
See the description of cleared
values.
DESTINATIONFILEpublic void setDestinationFileNull()
dest-file' field in the
bean. The description of the 'dest-file' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearDestinationFile() method to avoid clearing the server's value.
See the description of Null
values.
DESTINATIONFILEpublic String getSourceDirectory()
src-dir' field. The description of the 'src-dir'
field is:
"No description provided."
null).SOURCEDIRECTORYpublic boolean isSourceDirectoryNull()
src-dir' field has been set to Null or not.
The description of the 'src-dir' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setSourceDirectoryNull(),
SOURCEDIRECTORYpublic boolean isSourceDirectoryClear()
src-dir' field is clear or not. The description
of the 'src-dir' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearSourceDirectory(),
SOURCEDIRECTORYpublic void setSourceDirectory(String sourceDirectory)
src-dir' field. The description of the 'src-dir'
field is:
"No description provided."
sourceDirectory - Value to setSOURCEDIRECTORYpublic void clearSourceDirectory()
src-dir' field in the bean. The description
of the 'src-dir' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setSourceDirectoryNull() method to clear the server's value.
See the description of cleared
values.
SOURCEDIRECTORYpublic void setSourceDirectoryNull()
src-dir' field in the
bean. The description of the 'src-dir' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearSourceDirectory() method to avoid clearing the server's value.
See the description of Null
values.
SOURCEDIRECTORYpublic String getSourceFile()
src-file' field. The description of the 'src-file'
field is:
"No description provided."
null).SOURCEFILEpublic boolean isSourceFileNull()
src-file' field has been set to Null or not.
The description of the 'src-file' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setSourceFileNull(),
SOURCEFILEpublic boolean isSourceFileClear()
src-file' field is clear or not. The
description of the 'src-file' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearSourceFile(),
SOURCEFILEpublic void setSourceFile(String sourceFile)
src-file' field. The description of the 'src-file'
field is:
"No description provided."
sourceFile - Value to setSOURCEFILEpublic void clearSourceFile()
src-file' field in the bean. The description
of the 'src-file' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setSourceFileNull() method to clear the server's value.
See the description of cleared
values.
SOURCEFILEpublic void setSourceFileNull()
src-file' field in the
bean. The description of the 'src-file' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearSourceFile() method to avoid clearing the server's value.
See the description of Null
values.
SOURCEFILEpublic String getPartitionRange()
part-range' field. The description of the 'part-range'
field is:
"No description provided."
null).PARTITIONRANGEpublic boolean isPartitionRangeNull()
part-range' field has been set to Null or not.
The description of the 'part-range' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setPartitionRangeNull(),
PARTITIONRANGEpublic boolean isPartitionRangeClear()
part-range' field is clear or not. The
description of the 'part-range' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearPartitionRange(),
PARTITIONRANGEpublic void setPartitionRange(String partitionRange)
part-range' field. The description of the 'part-range'
field is:
"No description provided."
partitionRange - Value to setPARTITIONRANGEpublic void clearPartitionRange()
part-range' field in the bean. The
description of the 'part-range' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setPartitionRangeNull() method to clear the server's value.
See the description of cleared
values.
PARTITIONRANGEpublic void setPartitionRangeNull()
part-range' field in the
bean. The description of the 'part-range' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearPartitionRange() method to avoid clearing the server's value.
See the description of Null
values.
PARTITIONRANGEpublic String getDoneFile()
done-file' field. The description of the 'done-file'
field is:
"No description provided."
null).DONEFILEpublic boolean isDoneFileNull()
done-file' field has been set to Null or not.
The description of the 'done-file' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setDoneFileNull(),
DONEFILEpublic boolean isDoneFileClear()
done-file' field is clear or not. The
description of the 'done-file' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDoneFile(),
DONEFILEpublic void setDoneFile(String doneFile)
done-file' field. The description of the 'done-file'
field is:
"No description provided."
doneFile - Value to setDONEFILEpublic void clearDoneFile()
done-file' field in the bean. The description
of the 'done-file' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setDoneFileNull() method to clear the server's value.
See the description of cleared
values.
DONEFILEpublic void setDoneFileNull()
done-file' field in the
bean. The description of the 'done-file' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearDoneFile() method to avoid clearing the server's value.
See the description of Null
values.
DONEFILEpublic long getCommandId()
CommandId' field. The description of the 'CommandId'
field is:
"No description provided."
null).COMMANDIDpublic boolean isCommandIdNull()
CommandId' field has been set to Null or not.
The description of the 'CommandId' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setCommandIdNull(),
COMMANDIDpublic boolean isCommandIdClear()
CommandId' field is clear or not. The
description of the 'CommandId' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearCommandId(),
COMMANDIDpublic void setCommandId(long commandId)
CommandId' field. The description of the 'CommandId'
field is:
"No description provided."
commandId - Value to setCOMMANDIDpublic void clearCommandId()
CommandId' field in the bean. The description
of the 'CommandId' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setCommandIdNull() method to clear the server's value.
See the description of cleared
values.
COMMANDIDpublic void setCommandIdNull()
CommandId' field in the
bean. The description of the 'CommandId' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearCommandId() method to avoid clearing the server's value.
See the description of Null
values.
COMMANDIDpublic String getDestinationDirectory()
dest-dir' field. The description of the 'dest-dir'
field is:
"No description provided."
null).DESTINATIONDIRECTORYpublic boolean isDestinationDirectoryNull()
dest-dir' field has been set to Null or not.
The description of the 'dest-dir' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setDestinationDirectoryNull(),
DESTINATIONDIRECTORYpublic boolean isDestinationDirectoryClear()
dest-dir' field is clear or not. The
description of the 'dest-dir' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDestinationDirectory(),
DESTINATIONDIRECTORYpublic void setDestinationDirectory(String destinationDirectory)
dest-dir' field. The description of the 'dest-dir'
field is:
"No description provided."
destinationDirectory - Value to setDESTINATIONDIRECTORYpublic void clearDestinationDirectory()
dest-dir' field in the bean. The description
of the 'dest-dir' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setDestinationDirectoryNull() method to clear the server's value.
See the description of cleared
values.
DESTINATIONDIRECTORYpublic void setDestinationDirectoryNull()
dest-dir' field in the
bean. The description of the 'dest-dir' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearDestinationDirectory() method to avoid clearing the server's
value.
See the description of Null
values.
DESTINATIONDIRECTORYpublic String getOptions()
options' field. The description of the 'options'
field is:
"No description provided."
null).OPTIONSpublic boolean isOptionsNull()
options' field has been set to Null or not.
The description of the 'options' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setOptionsNull(),
OPTIONSpublic boolean isOptionsClear()
options' field is clear or not. The description
of the 'options' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearOptions(),
OPTIONSpublic void setOptions(String options)
options' field. The description of the 'options'
field is:
"No description provided."
options - Value to setOPTIONSpublic void clearOptions()
options' field in the bean. The description
of the 'options' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setOptionsNull() method to clear the server's value.
See the description of cleared
values.
OPTIONSpublic void setOptionsNull()
options' field in the
bean. The description of the 'options' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearOptions() method to avoid clearing the server's value.
See the description of Null
values.
OPTIONSpublic static BeanMetaData<? extends BackupCommandBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public BackupCommandBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||