|
|||||||||
| 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.EventDataSyncScheduleItemBean
public class EventDataSyncScheduleItemBean
An automatically-generated "bean" class for the Sentinel data object type 'EventDataSyncScheduleItem'.
SentinelBean.
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 |
|---|
public static final String STARTHOUR
""StartHour"".
The description of the 'StartHour' field is:
"No description provided."
public static final String DAYOFWEEK
""DayOfWeek"".
The description of the 'DayOfWeek' field is:
"No description provided."
public static final String STARTMINUTE
""StartMinute"".
The description of the 'StartMinute' field is:
"No description provided."
public static final String DURATION
""Duration"".
The description of the 'Duration' field is:
"No description provided."
| Constructor Detail |
|---|
public EventDataSyncScheduleItemBean()
protected EventDataSyncScheduleItemBean(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 int getStartHour()
StartHour' field. The description of the 'StartHour'
field is:
"No description provided."
null).STARTHOURpublic boolean isStartHourNull()
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.
true if the field value has been marked as null, false
otherwise.setStartHourNull(),
STARTHOURpublic boolean isStartHourClear()
StartHour' field is clear or not. The
description of the 'StartHour' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearStartHour(),
STARTHOURpublic void setStartHour(int startHour)
StartHour' field. The description of the 'StartHour'
field is:
"No description provided."
startHour - Value to setSTARTHOURpublic void clearStartHour()
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.
STARTHOURpublic void setStartHourNull()
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.
STARTHOURpublic int getStartMinute()
StartMinute' field. The description of the 'StartMinute'
field is:
"No description provided."
null).STARTMINUTEpublic boolean isStartMinuteNull()
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.
true if the field value has been marked as null, false
otherwise.setStartMinuteNull(),
STARTMINUTEpublic boolean isStartMinuteClear()
StartMinute' field is clear or not. The
description of the 'StartMinute' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearStartMinute(),
STARTMINUTEpublic void setStartMinute(int startMinute)
StartMinute' field. The description of the 'StartMinute'
field is:
"No description provided."
startMinute - Value to setSTARTMINUTEpublic void clearStartMinute()
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.
STARTMINUTEpublic void setStartMinuteNull()
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.
STARTMINUTEpublic int getDuration()
Duration' field. The description of the 'Duration'
field is:
"No description provided."
null).DURATIONpublic boolean isDurationNull()
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.
true if the field value has been marked as null, false
otherwise.setDurationNull(),
DURATIONpublic boolean isDurationClear()
Duration' field is clear or not. The
description of the 'Duration' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDuration(),
DURATIONpublic void setDuration(int duration)
Duration' field. The description of the 'Duration'
field is:
"No description provided."
duration - Value to setDURATIONpublic void clearDuration()
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.
DURATIONpublic void setDurationNull()
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.
DURATIONpublic int getDayOfWeek()
DayOfWeek' field. The description of the 'DayOfWeek'
field is:
"No description provided."
null).DAYOFWEEKpublic boolean isDayOfWeekNull()
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.
true if the field value has been marked as null, false
otherwise.setDayOfWeekNull(),
DAYOFWEEKpublic boolean isDayOfWeekClear()
DayOfWeek' field is clear or not. The
description of the 'DayOfWeek' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDayOfWeek(),
DAYOFWEEKpublic void setDayOfWeek(int dayOfWeek)
DayOfWeek' field. The description of the 'DayOfWeek'
field is:
"No description provided."
dayOfWeek - Value to setDAYOFWEEKpublic void clearDayOfWeek()
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.
DAYOFWEEKpublic void setDayOfWeekNull()
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.
DAYOFWEEKpublic static BeanMetaData<? extends EventDataSyncScheduleItemBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public EventDataSyncScheduleItemBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||