com.novell.db.object.bean
Class IncidentsEventsBean

java.lang.Object
  extended by com.novell.sentinel.client.bean.SentinelBean
      extended by com.novell.db.object.bean.IncidentsEventsBean

public class IncidentsEventsBean
extends SentinelBean

An automatically-generated "bean" class for the Sentinel data object type 'incident-events'.

The description of the type is:

"Events associated with or linked to 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.

See Also:
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

DATE_MODIFIED

public static final String DATE_MODIFIED
The "bean name" of the Sentinel data object field 'DateModified'. The value is ""moddate"".

The description of the 'moddate' field is:

"The date and time when the object was last modified."

See Also:
Constant Field Values

EVT_ID

public static final String EVT_ID
The "bean name" of the Sentinel data object field 'EventId'. The value is ""event-id"".

The description of the 'event-id' field is:

"The event UUID."

See Also:
Constant Field Values

CREATOR

public static final String CREATOR
The "bean name" of the Sentinel data object field 'Creator'. The value is ""creator"".

The description of the 'creator' field is:

"The URL of the Sentinel User object that represents the creator of the object."

See Also:
Constant Field Values

MODIFIER

public static final String MODIFIER
The "bean name" of the Sentinel data object field 'Modifier'. The value is ""modifier"".

The description of the 'modifier' field is:

"The URL of the Sentinel User object that represents the last modifier of the object."

See Also:
Constant Field Values

INC_ID

public static final String INC_ID
The "bean name" of the Sentinel data object field 'IncidentId'. The value is ""incident-id"".

The description of the 'incident-id' field is:

"The incident ID."

See Also:
Constant Field Values

DATE_CREATED

public static final String DATE_CREATED
The "bean name" of the Sentinel data object field 'DateCreated'. The value is ""createdate"".

The description of the 'createdate' field is:

"The date and time when the object was created."

See Also:
Constant Field Values

EVT_TIME

public static final String EVT_TIME
The "bean name" of the Sentinel data object field 'EventTime'. The value is ""event-time"".

The description of the 'event-time' field is:

"The event time."

See Also:
Constant Field Values
Constructor Detail

IncidentsEventsBean

public IncidentsEventsBean()
Construct an instance of the bean class.


IncidentsEventsBean

protected IncidentsEventsBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes.

Parameters:
metadata - The metadata instance for the derived bean class. Normally this constructor will only be called by generated code.
Method Detail

getDateModified

public Date getDateModified()
Get the value for the 'moddate' field. The description of the 'moddate' field is:

"The date and time when the object was last modified."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
DATE_MODIFIED

isDateModifiedNull

public boolean isDateModifiedNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
DATE_MODIFIED

isDateModifiedClear

public boolean isDateModifiedClear()
Get whether the value for the '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.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
DATE_MODIFIED

getEventTime

public Date getEventTime()
Get the value for the 'event-time' field. The description of the 'event-time' field is:

"The event time."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
EVT_TIME

isEventTimeNull

public boolean isEventTimeNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setEventTimeNull(), EVT_TIME

isEventTimeClear

public boolean isEventTimeClear()
Get whether the value for the 'event-time' field is clear or not. The description of the 'event-time' field is:

"The event time."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearEventTime(), EVT_TIME

setEventTime

public void setEventTime(Date eventTime)
Set the value for the 'event-time' field. The description of the 'event-time' field is:

"The event time."

Parameters:
eventTime - Value to set
See Also:
EVT_TIME

clearEventTime

public void clearEventTime()
Clear any current value for the '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.

See Also:
EVT_TIME

setEventTimeNull

public void setEventTimeNull()
Set to Null any current value for the '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.

See Also:
EVT_TIME

getDateCreated

public Date getDateCreated()
Get the value for the 'createdate' field. The description of the 'createdate' field is:

"The date and time when the object was created."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
DATE_CREATED

isDateCreatedNull

public boolean isDateCreatedNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
DATE_CREATED

isDateCreatedClear

public boolean isDateCreatedClear()
Get whether the value for the '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.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
DATE_CREATED

getIncidentId

public long getIncidentId()
Get the value for the 'incident-id' field. The description of the 'incident-id' field is:

"The incident ID."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
INC_ID

isIncidentIdNull

public boolean isIncidentIdNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setIncidentIdNull(), INC_ID

isIncidentIdClear

public boolean isIncidentIdClear()
Get whether the value for the 'incident-id' field is clear or not. The description of the 'incident-id' field is:

"The incident ID."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearIncidentId(), INC_ID

setIncidentId

public void setIncidentId(long incidentId)
Set the value for the 'incident-id' field. The description of the 'incident-id' field is:

"The incident ID."

Parameters:
incidentId - Value to set
See Also:
INC_ID

clearIncidentId

public void clearIncidentId()
Clear any current value for the '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.

See Also:
INC_ID

setIncidentIdNull

public void setIncidentIdNull()
Set to Null any current value for the '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.

See Also:
INC_ID

getEventId

public String getEventId()
Get the value for the 'event-id' field. The description of the 'event-id' field is:

"The event UUID."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
EVT_ID

isEventIdNull

public boolean isEventIdNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setEventIdNull(), EVT_ID

isEventIdClear

public boolean isEventIdClear()
Get whether the value for the 'event-id' field is clear or not. The description of the 'event-id' field is:

"The event UUID."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearEventId(), EVT_ID

setEventId

public void setEventId(String eventId)
Set the value for the 'event-id' field. The description of the 'event-id' field is:

"The event UUID."

Parameters:
eventId - Value to set
See Also:
EVT_ID

clearEventId

public void clearEventId()
Clear any current value for the '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.

See Also:
EVT_ID

setEventIdNull

public void setEventIdNull()
Set to Null any current value for the '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.

See Also:
EVT_ID

getModifierLink

public String getModifierLink()
Get the URL for the 'modifier' field. The description of the 'modifier' field is:

"The URL of the Sentinel User object that represents the last modifier of the object."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
MODIFIER

isModifierLinkNull

public boolean isModifierLinkNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
MODIFIER

isModifierLinkClear

public boolean isModifierLinkClear()
Get whether the value for the '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.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
MODIFIER

getCreatorLink

public String getCreatorLink()
Get the URL for the 'creator' field. The description of the 'creator' field is:

"The URL of the Sentinel User object that represents the creator of the object."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
CREATOR

isCreatorLinkNull

public boolean isCreatorLinkNull()
Get whether the '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.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
CREATOR

isCreatorLinkClear

public boolean isCreatorLinkClear()
Get whether the value for the '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.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
CREATOR

getBeanMetaData

public static BeanMetaData<? extends IncidentsEventsBean> getBeanMetaData()
Get the metadata class instance for this type.

The metadata is used primarily as a parameter to a BeanTransporter implementation''s constructor.


clone

public IncidentsEventsBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class Object