|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CalEvent
The model interface for the CalEvent service. Represents a row in the "CalEvent" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.calendar.model.impl.CalEventImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a cal event model instance should use the CalEvent interface instead.
CalEventModel,
com.liferay.portlet.calendar.model.impl.CalEventImpl,
com.liferay.portlet.calendar.model.impl.CalEventModelImpl| Method Summary | |
|---|---|
TZSRecurrence |
getRecurrenceObj()
|
void |
setRecurrence(java.lang.String recurrence)
Sets the recurrence of this cal event. |
void |
setRecurrenceObj(TZSRecurrence recurrenceObj)
|
| Method Detail |
|---|
TZSRecurrence getRecurrenceObj()
void setRecurrence(java.lang.String recurrence)
CalEventModel
setRecurrence in interface CalEventModelrecurrence - the recurrence of this cal eventvoid setRecurrenceObj(TZSRecurrence recurrenceObj)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||