|
|||||||||
| 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.ExternalDataBean
public class ExternalDataBean
An automatically-generated "bean" class for the Sentinel data object type 'external-data'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
CREATOR
The "bean name" of the Sentinel data object field 'Creator'. |
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 |
EXT_DATA
The "bean name" of the Sentinel data object field 'Data'. |
static String |
EXT_DATA_TYPE
The "bean name" of the Sentinel data object field 'DataType'. |
static String |
MODIFIER
The "bean name" of the Sentinel data object field 'Modifier'. |
static String |
SOURCE_DATA_ID
The "bean name" of the Sentinel data object field 'Id'. |
static String |
SOURCE_NAME
The "bean name" of the Sentinel data object field 'Source'. |
| Constructor Summary | |
|---|---|
|
ExternalDataBean()
Construct an instance of the bean class. |
protected |
ExternalDataBean(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 |
clearDataType()
Clear any current value for the ' type' field in the bean. |
void |
clearId()
Clear any current value for the ' id' field in the bean. |
void |
clearSource()
Clear any current value for the ' source' field in the bean. |
ExternalDataBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends ExternalDataBean> |
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. |
String |
getDataType()
Get the value for the ' type' field. |
Date |
getDateCreated()
Get the value for the ' createdate' field. |
Date |
getDateModified()
Get the value for the ' moddate' field. |
String |
getId()
Get the value for the ' id' field. |
String |
getModifierLink()
Get the URL for the ' modifier' field. |
String |
getSource()
Get the value for the ' source' 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 |
isDataTypeClear()
Get whether the value for the ' type' field is clear or not. |
boolean |
isDataTypeNull()
Get whether the ' type' 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 |
isIdClear()
Get whether the value for the ' id' field is clear or not. |
boolean |
isIdNull()
Get whether the ' id' 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. |
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 |
setDataType(String dataType)
Set the value for the ' type' field. |
void |
setDataTypeNull()
Set to Null any current value for the ' type' field in the bean. |
void |
setId(String id)
Set the value for the ' id' field. |
void |
setIdNull()
Set to Null any current value for the ' id' 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. |
| 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 EXT_DATA_TYPE
""type"".
The description of the 'type' field is:
"The type of data included from the external data source."
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 SOURCE_NAME
""source"".
The description of the 'source' field is:
"The source of the external data"
public static final String SOURCE_DATA_ID
""id"".
The description of the 'id' field is:
"Unique identifier for the external data."
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 EXT_DATA
""data"".
The description of the 'data' field is:
"The data from the external data source."
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 DATE_CREATED
""createdate"".
The description of the 'createdate' field is:
"The date and time when the object was created."
| Constructor Detail |
|---|
public ExternalDataBean()
protected ExternalDataBean(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 getId()
id' field. The description of the 'id'
field is:
"Unique identifier for the external data."
null).SOURCE_DATA_IDpublic boolean isIdNull()
id' field has been set to Null or not. The description
of the 'id' field is:
"Unique identifier for the external data."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setIdNull(),
SOURCE_DATA_IDpublic boolean isIdClear()
id' field is clear or not. The description
of the 'id' field is:
"Unique identifier for the external data."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearId(),
SOURCE_DATA_IDpublic void setId(String id)
id' field. The description of the 'id'
field is:
"Unique identifier for the external data."
id - Value to setSOURCE_DATA_IDpublic void clearId()
id' field in the bean. The description
of the 'id' field is:
"Unique identifier for the external data."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setIdNull() method to clear the server's value.
See the description of cleared
values.
SOURCE_DATA_IDpublic void setIdNull()
id' field in the bean.
The description of the 'id' field is:
"Unique identifier for the external data."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearId() method to avoid clearing the server's value.
See the description of Null
values.
SOURCE_DATA_IDpublic 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 getSource()
source' field. The description of the 'source'
field is:
"The source of the external data"
null).SOURCE_NAMEpublic boolean isSourceNull()
source' field has been set to Null or not. The
description of the 'source' field is:
"The source of the external data"
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setSourceNull(),
SOURCE_NAMEpublic boolean isSourceClear()
source' field is clear or not. The description
of the 'source' field is:
"The source of the external data"
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearSource(),
SOURCE_NAMEpublic void setSource(String source)
source' field. The description of the 'source'
field is:
"The source of the external data"
source - Value to setSOURCE_NAMEpublic void clearSource()
source' field in the bean. The description
of the 'source' field is:
"The source of the external data"
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.
SOURCE_NAMEpublic void setSourceNull()
source' field in the bean.
The description of the 'source' field is:
"The source of the external data"
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.
SOURCE_NAMEpublic 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 from the external data source."
null).EXT_DATApublic boolean isDataNull()
data' field has been set to Null or not. The
description of the 'data' field is:
"The data from the external data source."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setDataNull(),
EXT_DATApublic boolean isDataClear()
data' field is clear or not. The description
of the 'data' field is:
"The data from the external data source."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearData(),
EXT_DATApublic void setData(String data)
data' field. The description of the 'data'
field is:
"The data from the external data source."
data - Value to setEXT_DATApublic void clearData()
data' field in the bean. The description
of the 'data' field is:
"The data from the external data source."
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.
EXT_DATApublic void setDataNull()
data' field in the bean.
The description of the 'data' field is:
"The data from the external data source."
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.
EXT_DATApublic String getDataType()
type' field. The description of the 'type'
field is:
"The type of data included from the external data source."
null).EXT_DATA_TYPEpublic boolean isDataTypeNull()
type' field has been set to Null or not. The
description of the 'type' field is:
"The type of data included from the external data source."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setDataTypeNull(),
EXT_DATA_TYPEpublic boolean isDataTypeClear()
type' field is clear or not. The description
of the 'type' field is:
"The type of data included from the external data source."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDataType(),
EXT_DATA_TYPEpublic void setDataType(String dataType)
type' field. The description of the 'type'
field is:
"The type of data included from the external data source."
dataType - Value to setEXT_DATA_TYPEpublic void clearDataType()
type' field in the bean. The description
of the 'type' field is:
"The type of data included from the external data source."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setDataTypeNull() method to clear the server's value.
See the description of cleared
values.
EXT_DATA_TYPEpublic void setDataTypeNull()
type' field in the bean.
The description of the 'type' field is:
"The type of data included from the external data source."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearDataType() method to avoid clearing the server's value.
See the description of Null
values.
EXT_DATA_TYPEpublic 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 ExternalDataBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public ExternalDataBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||