com.novell.db.object.bean
Class EventDataSyncScheduleItemBean

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

public class EventDataSyncScheduleItemBean
extends SentinelBean

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

The description of the type is:

"null"

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 DAYOFWEEK
          The "bean name" of the Sentinel data object field 'DayOfWeek'.
static String DURATION
          The "bean name" of the Sentinel data object field 'Duration'.
static String STARTHOUR
          The "bean name" of the Sentinel data object field 'StartHour'.
static String STARTMINUTE
          The "bean name" of the Sentinel data object field 'StartMinute'.
 
Constructor Summary
  EventDataSyncScheduleItemBean()
          Construct an instance of the bean class.
protected EventDataSyncScheduleItemBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void clearDayOfWeek()
          Clear any current value for the 'DayOfWeek' field in the bean.
 void clearDuration()
          Clear any current value for the 'Duration' field in the bean.
 void clearStartHour()
          Clear any current value for the 'StartHour' field in the bean.
 void clearStartMinute()
          Clear any current value for the 'StartMinute' field in the bean.
 EventDataSyncScheduleItemBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends EventDataSyncScheduleItemBean> getBeanMetaData()
          Get the metadata class instance for this type.
 int getDayOfWeek()
          Get the value for the 'DayOfWeek' field.
 int getDuration()
          Get the value for the 'Duration' field.
 int getStartHour()
          Get the value for the 'StartHour' field.
 int getStartMinute()
          Get the value for the 'StartMinute' field.
 boolean isDayOfWeekClear()
          Get whether the value for the 'DayOfWeek' field is clear or not.
 boolean isDayOfWeekNull()
          Get whether the 'DayOfWeek' field has been set to Null or not.
 boolean isDurationClear()
          Get whether the value for the 'Duration' field is clear or not.
 boolean isDurationNull()
          Get whether the 'Duration' field has been set to Null or not.
 boolean isStartHourClear()
          Get whether the value for the 'StartHour' field is clear or not.
 boolean isStartHourNull()
          Get whether the 'StartHour' field has been set to Null or not.
 boolean isStartMinuteClear()
          Get whether the value for the 'StartMinute' field is clear or not.
 boolean isStartMinuteNull()
          Get whether the 'StartMinute' field has been set to Null or not.
 void setDayOfWeek(int dayOfWeek)
          Set the value for the 'DayOfWeek' field.
 void setDayOfWeekNull()
          Set to Null any current value for the 'DayOfWeek' field in the bean.
 void setDuration(int duration)
          Set the value for the 'Duration' field.
 void setDurationNull()
          Set to Null any current value for the 'Duration' field in the bean.
 void setStartHour(int startHour)
          Set the value for the 'StartHour' field.
 void setStartHourNull()
          Set to Null any current value for the 'StartHour' field in the bean.
 void setStartMinute(int startMinute)
          Set the value for the 'StartMinute' field.
 void setStartMinuteNull()
          Set to Null any current value for the 'StartMinute' 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

STARTHOUR

public static final String STARTHOUR
The "bean name" of the Sentinel data object field 'StartHour'. The value is ""StartHour"".

The description of the 'StartHour' field is:

"No description provided."

See Also:
Constant Field Values

DAYOFWEEK

public static final String DAYOFWEEK
The "bean name" of the Sentinel data object field 'DayOfWeek'. The value is ""DayOfWeek"".

The description of the 'DayOfWeek' field is:

"No description provided."

See Also:
Constant Field Values

STARTMINUTE

public static final String STARTMINUTE
The "bean name" of the Sentinel data object field 'StartMinute'. The value is ""StartMinute"".

The description of the 'StartMinute' field is:

"No description provided."

See Also:
Constant Field Values

DURATION

public static final String DURATION
The "bean name" of the Sentinel data object field 'Duration'. The value is ""Duration"".

The description of the 'Duration' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

EventDataSyncScheduleItemBean

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


EventDataSyncScheduleItemBean

protected EventDataSyncScheduleItemBean(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

getStartHour

public int getStartHour()
Get the value for the 'StartHour' field. The description of the 'StartHour' field is:

"No description provided."

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

isStartHourNull

public boolean isStartHourNull()
Get whether the 'StartHour' field has been set to Null or not. The description of the 'StartHour' field is:

"No description provided."

See the description of Null values.

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

isStartHourClear

public boolean isStartHourClear()
Get whether the value for the 'StartHour' field is clear or not. The description of the 'StartHour' field is:

"No description provided."

See the description of cleared values.

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

setStartHour

public void setStartHour(int startHour)
Set the value for the 'StartHour' field. The description of the 'StartHour' field is:

"No description provided."

Parameters:
startHour - Value to set
See Also:
STARTHOUR

clearStartHour

public void clearStartHour()
Clear any current value for the 'StartHour' field in the bean. The description of the 'StartHour' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setStartHourNull() method to clear the server's value.

See the description of cleared values.

See Also:
STARTHOUR

setStartHourNull

public void setStartHourNull()
Set to Null any current value for the 'StartHour' field in the bean. The description of the 'StartHour' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearStartHour() method to avoid clearing the server's value.

See the description of Null values.

See Also:
STARTHOUR

getStartMinute

public int getStartMinute()
Get the value for the 'StartMinute' field. The description of the 'StartMinute' field is:

"No description provided."

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

isStartMinuteNull

public boolean isStartMinuteNull()
Get whether the 'StartMinute' field has been set to Null or not. The description of the 'StartMinute' field is:

"No description provided."

See the description of Null values.

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

isStartMinuteClear

public boolean isStartMinuteClear()
Get whether the value for the 'StartMinute' field is clear or not. The description of the 'StartMinute' field is:

"No description provided."

See the description of cleared values.

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

setStartMinute

public void setStartMinute(int startMinute)
Set the value for the 'StartMinute' field. The description of the 'StartMinute' field is:

"No description provided."

Parameters:
startMinute - Value to set
See Also:
STARTMINUTE

clearStartMinute

public void clearStartMinute()
Clear any current value for the 'StartMinute' field in the bean. The description of the 'StartMinute' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setStartMinuteNull() method to clear the server's value.

See the description of cleared values.

See Also:
STARTMINUTE

setStartMinuteNull

public void setStartMinuteNull()
Set to Null any current value for the 'StartMinute' field in the bean. The description of the 'StartMinute' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearStartMinute() method to avoid clearing the server's value.

See the description of Null values.

See Also:
STARTMINUTE

getDuration

public int getDuration()
Get the value for the 'Duration' field. The description of the 'Duration' field is:

"No description provided."

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

isDurationNull

public boolean isDurationNull()
Get whether the 'Duration' field has been set to Null or not. The description of the 'Duration' field is:

"No description provided."

See the description of Null values.

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

isDurationClear

public boolean isDurationClear()
Get whether the value for the 'Duration' field is clear or not. The description of the 'Duration' field is:

"No description provided."

See the description of cleared values.

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

setDuration

public void setDuration(int duration)
Set the value for the 'Duration' field. The description of the 'Duration' field is:

"No description provided."

Parameters:
duration - Value to set
See Also:
DURATION

clearDuration

public void clearDuration()
Clear any current value for the 'Duration' field in the bean. The description of the 'Duration' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setDurationNull() method to clear the server's value.

See the description of cleared values.

See Also:
DURATION

setDurationNull

public void setDurationNull()
Set to Null any current value for the 'Duration' field in the bean. The description of the 'Duration' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearDuration() method to avoid clearing the server's value.

See the description of Null values.

See Also:
DURATION

getDayOfWeek

public int getDayOfWeek()
Get the value for the 'DayOfWeek' field. The description of the 'DayOfWeek' field is:

"No description provided."

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

isDayOfWeekNull

public boolean isDayOfWeekNull()
Get whether the 'DayOfWeek' field has been set to Null or not. The description of the 'DayOfWeek' field is:

"No description provided."

See the description of Null values.

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

isDayOfWeekClear

public boolean isDayOfWeekClear()
Get whether the value for the 'DayOfWeek' field is clear or not. The description of the 'DayOfWeek' field is:

"No description provided."

See the description of cleared values.

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

setDayOfWeek

public void setDayOfWeek(int dayOfWeek)
Set the value for the 'DayOfWeek' field. The description of the 'DayOfWeek' field is:

"No description provided."

Parameters:
dayOfWeek - Value to set
See Also:
DAYOFWEEK

clearDayOfWeek

public void clearDayOfWeek()
Clear any current value for the 'DayOfWeek' field in the bean. The description of the 'DayOfWeek' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setDayOfWeekNull() method to clear the server's value.

See the description of cleared values.

See Also:
DAYOFWEEK

setDayOfWeekNull

public void setDayOfWeekNull()
Set to Null any current value for the 'DayOfWeek' field in the bean. The description of the 'DayOfWeek' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearDayOfWeek() method to avoid clearing the server's value.

See the description of Null values.

See Also:
DAYOFWEEK

getBeanMetaData

public static BeanMetaData<? extends EventDataSyncScheduleItemBean> 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 EventDataSyncScheduleItemBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class Object