|
|||||||||
| 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.IncidentsEventsBean
public class IncidentsEventsBean
An automatically-generated "bean" class for the Sentinel data object type 'incident-events'.
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 |
EVT_ID
The "bean name" of the Sentinel data object field 'EventId'. |
static String |
EVT_TIME
The "bean name" of the Sentinel data object field 'EventTime'. |
static String |
INC_ID
The "bean name" of the Sentinel data object field 'IncidentId'. |
static String |
MODIFIER
The "bean name" of the Sentinel data object field 'Modifier'. |
| Constructor Summary | |
|---|---|
|
IncidentsEventsBean()
Construct an instance of the bean class. |
protected |
IncidentsEventsBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearEventId()
Clear any current value for the ' event-id' field in the bean. |
void |
clearEventTime()
Clear any current value for the ' event-time' field in the bean. |
void |
clearIncidentId()
Clear any current value for the ' incident-id' field in the bean. |
IncidentsEventsBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends IncidentsEventsBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getCreatorLink()
Get the URL for the ' creator' field. |
Date |
getDateCreated()
Get the value for the ' createdate' field. |
Date |
getDateModified()
Get the value for the ' moddate' field. |
String |
getEventId()
Get the value for the ' event-id' field. |
Date |
getEventTime()
Get the value for the ' event-time' field. |
long |
getIncidentId()
Get the value for the ' incident-id' field. |
String |
getModifierLink()
Get the URL for the ' modifier' 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 |
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 |
isEventIdClear()
Get whether the value for the ' event-id' field is clear or not. |
boolean |
isEventIdNull()
Get whether the ' event-id' field has been set to Null or not. |
boolean |
isEventTimeClear()
Get whether the value for the ' event-time' field is clear or not. |
boolean |
isEventTimeNull()
Get whether the ' event-time' field has been set to Null or not. |
boolean |
isIncidentIdClear()
Get whether the value for the ' incident-id' field is clear or not. |
boolean |
isIncidentIdNull()
Get whether the ' incident-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. |
void |
setEventId(String eventId)
Set the value for the ' event-id' field. |
void |
setEventIdNull()
Set to Null any current value for the ' event-id' field in the
bean. |
void |
setEventTime(Date eventTime)
Set the value for the ' event-time' field. |
void |
setEventTimeNull()
Set to Null any current value for the ' event-time' field in the
bean. |
void |
setIncidentId(long incidentId)
Set the value for the ' incident-id' field. |
void |
setIncidentIdNull()
Set to Null any current value for the ' incident-id' 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 DATE_MODIFIED
""moddate"".
The description of the 'moddate' field is:
"The date and time when the object was last modified."
public static final String EVT_ID
""event-id"".
The description of the 'event-id' field is:
"The event UUID."
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 INC_ID
""incident-id"".
The description of the 'incident-id' field is:
"The incident ID."
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 EVT_TIME
""event-time"".
The description of the 'event-time' field is:
"The event time."
| Constructor Detail |
|---|
public IncidentsEventsBean()
protected IncidentsEventsBean(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 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 Date getEventTime()
event-time' field. The description of the 'event-time'
field is:
"The event time."
null).EVT_TIMEpublic boolean isEventTimeNull()
event-time' field has been set to Null or not.
The description of the 'event-time' field is:
"The event time."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setEventTimeNull(),
EVT_TIMEpublic boolean isEventTimeClear()
event-time' field is clear or not. The
description of the 'event-time' field is:
"The event time."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearEventTime(),
EVT_TIMEpublic void setEventTime(Date eventTime)
event-time' field. The description of the 'event-time'
field is:
"The event time."
eventTime - Value to setEVT_TIMEpublic void clearEventTime()
event-time' field in the bean. The
description of the 'event-time' field is:
"The event time."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setEventTimeNull() method to clear the server's value.
See the description of cleared
values.
EVT_TIMEpublic void setEventTimeNull()
event-time' field in the
bean. The description of the 'event-time' field is:
"The event time."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearEventTime() method to avoid clearing the server's value.
See the description of Null
values.
EVT_TIMEpublic 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 long getIncidentId()
incident-id' field. The description of the 'incident-id'
field is:
"The incident ID."
null).INC_IDpublic boolean isIncidentIdNull()
incident-id' field has been set to Null or not.
The description of the 'incident-id' field is:
"The incident ID."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setIncidentIdNull(),
INC_IDpublic boolean isIncidentIdClear()
incident-id' field is clear or not. The
description of the 'incident-id' field is:
"The incident ID."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearIncidentId(),
INC_IDpublic void setIncidentId(long incidentId)
incident-id' field. The description of the 'incident-id'
field is:
"The incident ID."
incidentId - Value to setINC_IDpublic void clearIncidentId()
incident-id' field in the bean. The
description of the 'incident-id' field is:
"The incident ID."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setIncidentIdNull() method to clear the server's value.
See the description of cleared
values.
INC_IDpublic void setIncidentIdNull()
incident-id' field in
the bean. The description of the 'incident-id' field is:
"The incident ID."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearIncidentId() method to avoid clearing the server's value.
See the description of Null
values.
INC_IDpublic String getEventId()
event-id' field. The description of the 'event-id'
field is:
"The event UUID."
null).EVT_IDpublic boolean isEventIdNull()
event-id' field has been set to Null or not.
The description of the 'event-id' field is:
"The event UUID."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setEventIdNull(),
EVT_IDpublic boolean isEventIdClear()
event-id' field is clear or not. The
description of the 'event-id' field is:
"The event UUID."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearEventId(),
EVT_IDpublic void setEventId(String eventId)
event-id' field. The description of the 'event-id'
field is:
"The event UUID."
eventId - Value to setEVT_IDpublic void clearEventId()
event-id' field in the bean. The description
of the 'event-id' field is:
"The event UUID."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setEventIdNull() method to clear the server's value.
See the description of cleared
values.
EVT_IDpublic void setEventIdNull()
event-id' field in the
bean. The description of the 'event-id' field is:
"The event UUID."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearEventId() method to avoid clearing the server's value.
See the description of Null
values.
EVT_IDpublic 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 IncidentsEventsBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public IncidentsEventsBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||