Liferay 7.0-ce-b4

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>, Externalizable, Serializable

Deprecated. As of 7.0.0, with no direct replacement

@Deprecated
@ProviderType
public class CalEventCacheModel
extends Object
implements CacheModel<CalEvent>, Externalizable

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
          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

uuid

public String uuid
Deprecated. 

eventId

public long eventId
Deprecated. 

groupId

public long groupId
Deprecated. 

companyId

public long companyId
Deprecated. 

userId

public long userId
Deprecated. 

userName

public String userName
Deprecated. 

createDate

public long createDate
Deprecated. 

modifiedDate

public long modifiedDate
Deprecated. 

title

public String title
Deprecated. 

description

public String description
Deprecated. 

location

public String location
Deprecated. 

startDate

public long startDate
Deprecated. 

endDate

public long endDate
Deprecated. 

durationHour

public int durationHour
Deprecated. 

durationMinute

public int durationMinute
Deprecated. 

allDay

public boolean allDay
Deprecated. 

timeZoneSensitive

public boolean timeZoneSensitive
Deprecated. 

type

public String type
Deprecated. 

repeating

public boolean repeating
Deprecated. 

recurrence

public String recurrence
Deprecated. 

remindBy

public int remindBy
Deprecated. 

firstReminder

public int firstReminder
Deprecated. 

secondReminder

public int secondReminder
Deprecated. 
Constructor Detail

CalEventCacheModel

public CalEventCacheModel()
Deprecated. 
Method Detail

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

toEntityModel

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

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Deprecated. 
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Deprecated. 
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 7.0-ce-b4