|
Liferay 6.0.5 | |||||||||
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 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
,
CalEventImpl
,
CalEventModelImpl
Method Summary | |
---|---|
TZSRecurrence |
getRecurrenceObj()
|
void |
setRecurrence(String recurrence)
Sets the recurrence of this cal event. |
void |
setRecurrenceObj(TZSRecurrence recurrenceObj)
|
Method Detail |
---|
TZSRecurrence getRecurrenceObj()
void setRecurrence(String recurrence)
CalEventModel
setRecurrence
in interface CalEventModel
recurrence
- the recurrence of this cal eventvoid setRecurrenceObj(TZSRecurrence recurrenceObj)
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |