Liferay 6.1.2-ce-ga3

com.liferay.portlet.calendar.model.impl
Class CalEventCacheModel

java.lang.Object
  extended by com.liferay.portlet.calendar.model.impl.CalEventCacheModel
All Implemented Interfaces:
CacheModel<CalEvent>, Serializable

public class CalEventCacheModel
extends Object
implements CacheModel<CalEvent>, Serializable

The cache model class for representing CalEvent in entity cache.

See Also:
CalEvent, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 boolean allDay
           
 long companyId
           
 long createDate
           
 String description
           
 int durationHour
           
 int durationMinute
           
 long endDate
           
 long eventId
           
 int firstReminder
           
 long groupId
           
 String location
           
 long modifiedDate
           
 String recurrence
           
 int remindBy
           
 boolean repeating
           
 int secondReminder
           
 long startDate
           
 boolean timeZoneSensitive
           
 String title
           
 String type
           
 long userId
           
 String userName
           
 String uuid
           
 
Constructor Summary
CalEventCacheModel()
           
 
Method Summary
 CalEvent toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

eventId

public long eventId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

title

public String title

description

public String description

location

public String location

startDate

public long startDate

endDate

public long endDate

durationHour

public int durationHour

durationMinute

public int durationMinute

allDay

public boolean allDay

timeZoneSensitive

public boolean timeZoneSensitive

type

public String type

repeating

public boolean repeating

recurrence

public String recurrence

remindBy

public int remindBy

firstReminder

public int firstReminder

secondReminder

public int secondReminder
Constructor Detail

CalEventCacheModel

public CalEventCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public CalEvent toEntityModel()
Specified by:
toEntityModel in interface CacheModel<CalEvent>

Liferay 6.1.2-ce-ga3