|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.calendar.model.impl.CalEventCacheModel
@Deprecated @ProviderType public class CalEventCacheModel
The cache model class for representing CalEvent in entity cache.
CalEvent,
Serialized Form| Field Summary | |
|---|---|
boolean |
allDay
Deprecated. |
long |
companyId
Deprecated. |
long |
createDate
Deprecated. |
String |
description
Deprecated. |
int |
durationHour
Deprecated. |
int |
durationMinute
Deprecated. |
long |
endDate
Deprecated. |
long |
eventId
Deprecated. |
int |
firstReminder
Deprecated. |
long |
groupId
Deprecated. |
String |
location
Deprecated. |
long |
modifiedDate
Deprecated. |
String |
recurrence
Deprecated. |
int |
remindBy
Deprecated. |
boolean |
repeating
Deprecated. |
int |
secondReminder
Deprecated. |
long |
startDate
Deprecated. |
boolean |
timeZoneSensitive
Deprecated. |
String |
title
Deprecated. |
String |
type
Deprecated. |
long |
userId
Deprecated. |
String |
userName
Deprecated. |
String |
uuid
Deprecated. |
| Constructor Summary | |
|---|---|
CalEventCacheModel()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Deprecated. |
int |
hashCode()
Deprecated. |
void |
readExternal(ObjectInput objectInput)
Deprecated. |
CalEvent |
toEntityModel()
Deprecated. |
String |
toString()
Deprecated. |
void |
writeExternal(ObjectOutput objectOutput)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String uuid
public long eventId
public long groupId
public long companyId
public long userId
public String userName
public long createDate
public long modifiedDate
public String title
public String description
public String location
public long startDate
public long endDate
public int durationHour
public int durationMinute
public boolean allDay
public boolean timeZoneSensitive
public String type
public boolean repeating
public String recurrence
public int remindBy
public int firstReminder
public int secondReminder
| Constructor Detail |
|---|
public CalEventCacheModel()
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic CalEvent toEntityModel()
toEntityModel in interface CacheModel<CalEvent>
public void readExternal(ObjectInput objectInput)
throws IOException
readExternal in interface ExternalizableIOException
public void writeExternal(ObjectOutput objectOutput)
throws IOException
writeExternal in interface ExternalizableIOException
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||