|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.sentinel.client.bean.SentinelBean
com.novell.db.object.bean.IncidentCategoryBean
public class IncidentCategoryBean
An automatically-generated "bean" class for the Sentinel data object type 'incident-category
'.
The description of the type is:
"A classification or grouping for an incident."
The Sentinel data object bean classes are designed to be used to transport data to and from the Sentinel server. There exists a supporting infrastructure that handles the serialization/parsing of the data to/from the JSON transport format and which handles the actual HTTP transport.
A more complete description of Sentinel data object beans is found in the description
of SentinelBean
.
SentinelBean
,
BeanTransporter
Field Summary | |
---|---|
static String |
DESCRIPTION
The "bean name" of the Sentinel data object field 'description'. |
static String |
NAME
The "bean name" of the Sentinel data object field 'name'. |
Constructor Summary | |
---|---|
|
IncidentCategoryBean()
Construct an instance of the bean class. |
protected |
IncidentCategoryBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
Method Summary | |
---|---|
void |
clearDescription()
Clear any current value for the ' desc ' field in the bean. |
void |
clearName()
Clear any current value for the ' name ' field in the bean. |
IncidentCategoryBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends IncidentCategoryBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getDescription()
Get the value for the ' desc ' field. |
String |
getName()
Get the value for the ' name ' field. |
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 |
isNameClear()
Get whether the value for the ' name ' field is clear or not. |
boolean |
isNameNull()
Get whether the ' name ' field has been set to Null or not. |
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 |
setName(String name)
Set the value for the ' name ' field. |
void |
setNameNull()
Set to Null any current value for the ' name ' 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 NAME
""name""
.
The description of the 'name
' field is:
"The incident category name."
public static final String DESCRIPTION
""desc""
.
The description of the 'desc
' field is:
"The description of the incident category."
Constructor Detail |
---|
public IncidentCategoryBean()
protected IncidentCategoryBean(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 getDescription()
desc
' field. The description of the 'desc
'
field is:
"The description of the incident category."
null
).DESCRIPTION
public boolean isDescriptionNull()
desc
' field has been set to Null or not. The
description of the 'desc
' field is:
"The description of the incident category."
See the description of Null values.
true
if the field value has been marked as null, false
otherwise.setDescriptionNull()
,
DESCRIPTION
public boolean isDescriptionClear()
desc
' field is clear or not. The description
of the 'desc
' field is:
"The description of the incident category."
See the description of cleared values.
true
if the field value has been cleared, false
otherwise.clearDescription()
,
DESCRIPTION
public void setDescription(String description)
desc
' field. The description of the 'desc
'
field is:
"The description of the incident category."
description
- Value to setDESCRIPTION
public void clearDescription()
desc
' field in the bean. The description
of the 'desc
' field is:
"The description of the incident category."
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.
DESCRIPTION
public void setDescriptionNull()
desc
' field in the bean.
The description of the 'desc
' field is:
"The description of the incident category."
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.
DESCRIPTION
public String getName()
name
' field. The description of the 'name
'
field is:
"The incident category name."
null
).NAME
public boolean isNameNull()
name
' field has been set to Null or not. The
description of the 'name
' field is:
"The incident category name."
See the description of Null values.
true
if the field value has been marked as null, false
otherwise.setNameNull()
,
NAME
public boolean isNameClear()
name
' field is clear or not. The description
of the 'name
' field is:
"The incident category name."
See the description of cleared values.
true
if the field value has been cleared, false
otherwise.clearName()
,
NAME
public void setName(String name)
name
' field. The description of the 'name
'
field is:
"The incident category name."
name
- Value to setNAME
public void clearName()
name
' field in the bean. The description
of the 'name
' field is:
"The incident category name."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setNameNull()
method to clear the server's value.
See the description of cleared values.
NAME
public void setNameNull()
name
' field in the bean.
The description of the 'name
' field is:
"The incident category name."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearName()
method to avoid clearing the server's value.
See the description of Null values.
NAME
public static BeanMetaData<? extends IncidentCategoryBean> getBeanMetaData()
The metadata is used primarily as a parameter to a BeanTransporter
implementation''s constructor.
public IncidentCategoryBean clone()
clone
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |