|
|||||||||
| 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.AttachmentBean
public class AttachmentBean
An automatically-generated "bean" class for the Sentinel data object type 'attachment'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
ATTACHMENT_DESC
The "bean name" of the Sentinel data object field 'Description'. |
static String |
CREATOR
The "bean name" of the Sentinel data object field 'Creator'. |
static String |
DATA
The "bean name" of the Sentinel data object field 'Data'. |
static String |
DATE_CREATED
The "bean name" of the Sentinel data object field 'DateCreated'. |
static String |
DATE_MODIFIED
The "bean name" of the Sentinel data object field 'DateModified'. |
static String |
FILE_EXT
The "bean name" of the Sentinel data object field 'FileExtension'. |
static String |
MODIFIER
The "bean name" of the Sentinel data object field 'Modifier'. |
static String |
NAME
The "bean name" of the Sentinel data object field 'FileName'. |
static String |
SRC_REF
The "bean name" of the Sentinel data object field 'Source'. |
static String |
SUB_TYP
The "bean name" of the Sentinel data object field 'SubType'. |
static String |
TYP
The "bean name" of the Sentinel data object field 'Type'. |
| Constructor Summary | |
|---|---|
|
AttachmentBean()
Construct an instance of the bean class. |
protected |
AttachmentBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearData()
Clear any current value for the ' data' field in the bean. |
void |
clearDescription()
Clear any current value for the ' desc' field in the bean. |
void |
clearFileExtension()
Clear any current value for the ' extension' field in the bean. |
void |
clearFileName()
Clear any current value for the ' filename' field in the bean. |
void |
clearSource()
Clear any current value for the ' source' field in the bean. |
void |
clearSubType()
Clear any current value for the ' sub-type' field in the bean. |
void |
clearType()
Clear any current value for the ' type' field in the bean. |
AttachmentBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends AttachmentBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getCreatorLink()
Get the URL for the ' creator' field. |
String |
getData()
Get the value for the ' data' field. |
Date |
getDateCreated()
Get the value for the ' createdate' field. |
Date |
getDateModified()
Get the value for the ' moddate' field. |
String |
getDescription()
Get the value for the ' desc' field. |
String |
getFileExtension()
Get the value for the ' extension' field. |
String |
getFileName()
Get the value for the ' filename' field. |
String |
getModifierLink()
Get the URL for the ' modifier' field. |
String |
getSource()
Get the value for the ' source' field. |
String |
getSubType()
Get the value for the ' sub-type' field. |
String |
getType()
Get the value for the ' type' field. |
boolean |
isCreatorLinkClear()
Get whether the value for the ' creator' URL field is clear or not. |
boolean |
isCreatorLinkNull()
Get whether the ' creator' URL field has been set to Null or not. |
boolean |
isDataClear()
Get whether the value for the ' data' field is clear or not. |
boolean |
isDataNull()
Get whether the ' data' field has been set to Null or not. |
boolean |
isDateCreatedClear()
Get whether the value for the ' createdate' field is clear or not. |
boolean |
isDateCreatedNull()
Get whether the ' createdate' field has been set to Null or not. |
boolean |
isDateModifiedClear()
Get whether the value for the ' moddate' field is clear or not. |
boolean |
isDateModifiedNull()
Get whether the ' moddate' field has been set to Null or not. |
boolean |
isDescriptionClear()
Get whether the value for the ' desc' field is clear or not. |
boolean |
isDescriptionNull()
Get whether the ' desc' field has been set to Null or not. |
boolean |
isFileExtensionClear()
Get whether the value for the ' extension' field is clear or not. |
boolean |
isFileExtensionNull()
Get whether the ' extension' field has been set to Null or not. |
boolean |
isFileNameClear()
Get whether the value for the ' filename' field is clear or not. |
boolean |
isFileNameNull()
Get whether the ' filename' field has been set to Null or not. |
boolean |
isModifierLinkClear()
Get whether the value for the ' modifier' URL field is clear or not. |
boolean |
isModifierLinkNull()
Get whether the ' modifier' URL field has been set to Null or
not. |
boolean |
isSourceClear()
Get whether the value for the ' source' field is clear or not. |
boolean |
isSourceNull()
Get whether the ' source' field has been set to Null or not. |
boolean |
isSubTypeClear()
Get whether the value for the ' sub-type' field is clear or not. |
boolean |
isSubTypeNull()
Get whether the ' sub-type' field has been set to Null or not. |
boolean |
isTypeClear()
Get whether the value for the ' type' field is clear or not. |
boolean |
isTypeNull()
Get whether the ' type' field has been set to Null or not. |
void |
setData(String data)
Set the value for the ' data' field. |
void |
setDataNull()
Set to Null any current value for the ' data' field in the bean. |
void |
setDescription(String description)
Set the value for the ' desc' field. |
void |
setDescriptionNull()
Set to Null any current value for the ' desc' field in the bean. |
void |
setFileExtension(String fileExtension)
Set the value for the ' extension' field. |
void |
setFileExtensionNull()
Set to Null any current value for the ' extension' field in the
bean. |
void |
setFileName(String fileName)
Set the value for the ' filename' field. |
void |
setFileNameNull()
Set to Null any current value for the ' filename' field in the
bean. |
void |
setSource(String source)
Set the value for the ' source' field. |
void |
setSourceNull()
Set to Null any current value for the ' source' field in the bean. |
void |
setSubType(String subType)
Set the value for the ' sub-type' field. |
void |
setSubTypeNull()
Set to Null any current value for the ' sub-type' field in the
bean. |
void |
setType(String type)
Set the value for the ' type' field. |
void |
setTypeNull()
Set to Null any current value for the ' type' 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 ATTACHMENT_DESC
""desc"".
The description of the 'desc' field is:
"A description of the file being attached to the incident."
public static final String DATE_MODIFIED
""moddate"".
The description of the 'moddate' field is:
"The date and time when the object was last modified."
public static final String NAME
""filename"".
The description of the 'filename' field is:
"The name of the file being attached to the incident."
public static final String TYP
""type"".
The description of the 'type' field is:
"The type of file being attached to the incident."
public static final String CREATOR
""creator"".
The description of the 'creator' field is:
"The URL of the Sentinel User object that represents the creator of the object."
public static final String MODIFIER
""modifier"".
The description of the 'modifier' field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
public static final String DATA
""data"".
The description of the 'data' field is:
"The data being attached to an incident, such as a log file."
public static final String DATE_CREATED
""createdate"".
The description of the 'createdate' field is:
"The date and time when the object was created."
public static final String SUB_TYP
""sub-type"".
The description of the 'sub-type' field is:
"The sub-type of the file being attached to the incident."
public static final String FILE_EXT
""extension"".
The description of the 'extension' field is:
"The extension of the file being attached to the incident."
public static final String SRC_REF
""source"".
The description of the 'source' field is:
"The source of the file being attached to the incident."
| Constructor Detail |
|---|
public AttachmentBean()
protected AttachmentBean(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 getFileExtension()
extension' field. The description of the 'extension'
field is:
"The extension of the file being attached to the incident."
null).FILE_EXTpublic boolean isFileExtensionNull()
extension' field has been set to Null or not.
The description of the 'extension' field is:
"The extension of the file being attached to the incident."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setFileExtensionNull(),
FILE_EXTpublic boolean isFileExtensionClear()
extension' field is clear or not. The
description of the 'extension' field is:
"The extension of the file being attached to the incident."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearFileExtension(),
FILE_EXTpublic void setFileExtension(String fileExtension)
extension' field. The description of the 'extension'
field is:
"The extension of the file being attached to the incident."
fileExtension - Value to setFILE_EXTpublic void clearFileExtension()
extension' field in the bean. The description
of the 'extension' field is:
"The extension of the file being attached to the incident."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setFileExtensionNull() method to clear the server's value.
See the description of cleared
values.
FILE_EXTpublic void setFileExtensionNull()
extension' field in the
bean. The description of the 'extension' field is:
"The extension of the file being attached to the incident."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearFileExtension() method to avoid clearing the server's value.
See the description of Null
values.
FILE_EXTpublic String getSubType()
sub-type' field. The description of the 'sub-type'
field is:
"The sub-type of the file being attached to the incident."
null).SUB_TYPpublic boolean isSubTypeNull()
sub-type' field has been set to Null or not.
The description of the 'sub-type' field is:
"The sub-type of the file being attached to the incident."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setSubTypeNull(),
SUB_TYPpublic boolean isSubTypeClear()
sub-type' field is clear or not. The
description of the 'sub-type' field is:
"The sub-type of the file being attached to the incident."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearSubType(),
SUB_TYPpublic void setSubType(String subType)
sub-type' field. The description of the 'sub-type'
field is:
"The sub-type of the file being attached to the incident."
subType - Value to setSUB_TYPpublic void clearSubType()
sub-type' field in the bean. The description
of the 'sub-type' field is:
"The sub-type of the file being attached to the incident."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setSubTypeNull() method to clear the server's value.
See the description of cleared
values.
SUB_TYPpublic void setSubTypeNull()
sub-type' field in the
bean. The description of the 'sub-type' field is:
"The sub-type of the file being attached to the incident."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearSubType() method to avoid clearing the server's value.
See the description of Null
values.
SUB_TYPpublic Date getDateModified()
moddate' field. The description of the 'moddate'
field is:
"The date and time when the object was last modified."
null).DATE_MODIFIEDpublic boolean isDateModifiedNull()
moddate' field has been set to Null or not.
The description of the 'moddate' field is:
"The date and time when the object was last modified."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.DATE_MODIFIEDpublic boolean isDateModifiedClear()
moddate' field is clear or not. The description
of the 'moddate' field is:
"The date and time when the object was last modified."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.DATE_MODIFIEDpublic String getDescription()
desc' field. The description of the 'desc'
field is:
"A description of the file being attached to the incident."
null).ATTACHMENT_DESCpublic boolean isDescriptionNull()
desc' field has been set to Null or not. The
description of the 'desc' field is:
"A description of the file being attached to the incident."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setDescriptionNull(),
ATTACHMENT_DESCpublic boolean isDescriptionClear()
desc' field is clear or not. The description
of the 'desc' field is:
"A description of the file being attached to the incident."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDescription(),
ATTACHMENT_DESCpublic void setDescription(String description)
desc' field. The description of the 'desc'
field is:
"A description of the file being attached to the incident."
description - Value to setATTACHMENT_DESCpublic void clearDescription()
desc' field in the bean. The description
of the 'desc' field is:
"A description of the file being attached to the incident."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setDescriptionNull() method to clear the server's value.
See the description of cleared
values.
ATTACHMENT_DESCpublic void setDescriptionNull()
desc' field in the bean.
The description of the 'desc' field is:
"A description of the file being attached to the incident."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearDescription() method to avoid clearing the server's value.
See the description of Null
values.
ATTACHMENT_DESCpublic String getSource()
source' field. The description of the 'source'
field is:
"The source of the file being attached to the incident."
null).SRC_REFpublic boolean isSourceNull()
source' field has been set to Null or not. The
description of the 'source' field is:
"The source of the file being attached to the incident."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setSourceNull(),
SRC_REFpublic boolean isSourceClear()
source' field is clear or not. The description
of the 'source' field is:
"The source of the file being attached to the incident."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearSource(),
SRC_REFpublic void setSource(String source)
source' field. The description of the 'source'
field is:
"The source of the file being attached to the incident."
source - Value to setSRC_REFpublic void clearSource()
source' field in the bean. The description
of the 'source' field is:
"The source of the file being attached to the incident."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setSourceNull() method to clear the server's value.
See the description of cleared
values.
SRC_REFpublic void setSourceNull()
source' field in the bean.
The description of the 'source' field is:
"The source of the file being attached to the incident."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearSource() method to avoid clearing the server's value.
See the description of Null
values.
SRC_REFpublic Date getDateCreated()
createdate' field. The description of the 'createdate'
field is:
"The date and time when the object was created."
null).DATE_CREATEDpublic boolean isDateCreatedNull()
createdate' field has been set to Null or not.
The description of the 'createdate' field is:
"The date and time when the object was created."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.DATE_CREATEDpublic boolean isDateCreatedClear()
createdate' field is clear or not. The
description of the 'createdate' field is:
"The date and time when the object was created."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.DATE_CREATEDpublic String getData()
data' field. The description of the 'data'
field is:
"The data being attached to an incident, such as a log file."
null).DATApublic boolean isDataNull()
data' field has been set to Null or not. The
description of the 'data' field is:
"The data being attached to an incident, such as a log file."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setDataNull(),
DATApublic boolean isDataClear()
data' field is clear or not. The description
of the 'data' field is:
"The data being attached to an incident, such as a log file."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearData(),
DATApublic void setData(String data)
data' field. The description of the 'data'
field is:
"The data being attached to an incident, such as a log file."
data - Value to setDATApublic void clearData()
data' field in the bean. The description
of the 'data' field is:
"The data being attached to an incident, such as a log file."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setDataNull() method to clear the server's value.
See the description of cleared
values.
DATApublic void setDataNull()
data' field in the bean.
The description of the 'data' field is:
"The data being attached to an incident, such as a log file."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearData() method to avoid clearing the server's value.
See the description of Null
values.
DATApublic String getFileName()
filename' field. The description of the 'filename'
field is:
"The name of the file being attached to the incident."
null).NAMEpublic boolean isFileNameNull()
filename' field has been set to Null or not.
The description of the 'filename' field is:
"The name of the file being attached to the incident."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setFileNameNull(),
NAMEpublic boolean isFileNameClear()
filename' field is clear or not. The
description of the 'filename' field is:
"The name of the file being attached to the incident."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearFileName(),
NAMEpublic void setFileName(String fileName)
filename' field. The description of the 'filename'
field is:
"The name of the file being attached to the incident."
fileName - Value to setNAMEpublic void clearFileName()
filename' field in the bean. The description
of the 'filename' field is:
"The name of the file being attached to the incident."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setFileNameNull() method to clear the server's value.
See the description of cleared
values.
NAMEpublic void setFileNameNull()
filename' field in the
bean. The description of the 'filename' field is:
"The name of the file being attached to the incident."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearFileName() method to avoid clearing the server's value.
See the description of Null
values.
NAMEpublic String getType()
type' field. The description of the 'type'
field is:
"The type of file being attached to the incident."
null).TYPpublic boolean isTypeNull()
type' field has been set to Null or not. The
description of the 'type' field is:
"The type of file being attached to the incident."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setTypeNull(),
TYPpublic boolean isTypeClear()
type' field is clear or not. The description
of the 'type' field is:
"The type of file being attached to the incident."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearType(),
TYPpublic void setType(String type)
type' field. The description of the 'type'
field is:
"The type of file being attached to the incident."
type - Value to setTYPpublic void clearType()
type' field in the bean. The description
of the 'type' field is:
"The type of file being attached to the incident."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setTypeNull() method to clear the server's value.
See the description of cleared
values.
TYPpublic void setTypeNull()
type' field in the bean.
The description of the 'type' field is:
"The type of file being attached to the incident."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearType() method to avoid clearing the server's value.
See the description of Null
values.
TYPpublic String getModifierLink()
modifier' field. The description of the 'modifier'
field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
null).MODIFIERpublic boolean isModifierLinkNull()
modifier' URL field has been set to Null or
not. The description of the 'modifier' field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.MODIFIERpublic boolean isModifierLinkClear()
modifier' URL field is clear or not.
The description of the 'modifier' field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.MODIFIERpublic String getCreatorLink()
creator' field. The description of the 'creator'
field is:
"The URL of the Sentinel User object that represents the creator of the object."
null).CREATORpublic boolean isCreatorLinkNull()
creator' URL field has been set to Null or not.
The description of the 'creator' field is:
"The URL of the Sentinel User object that represents the creator of the object."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.CREATORpublic boolean isCreatorLinkClear()
creator' URL field is clear or not. The
description of the 'creator' field is:
"The URL of the Sentinel User object that represents the creator of the object."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.CREATORpublic static BeanMetaData<? extends AttachmentBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public AttachmentBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||