@ProviderType public class CalendarNotificationTemplateCacheModel extends java.lang.Object implements com.liferay.portal.kernel.model.CacheModel<CalendarNotificationTemplate>, java.io.Externalizable
CalendarNotificationTemplate
,
Serialized FormModifier and Type | Field and Description |
---|---|
java.lang.String |
body |
long |
calendarId |
long |
calendarNotificationTemplateId |
long |
companyId |
long |
createDate |
long |
groupId |
long |
lastPublishDate |
long |
modifiedDate |
java.lang.String |
notificationTemplateType |
java.lang.String |
notificationType |
java.lang.String |
notificationTypeSettings |
java.lang.String |
subject |
long |
userId |
java.lang.String |
userName |
java.lang.String |
uuid |
Constructor and Description |
---|
CalendarNotificationTemplateCacheModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput objectInput) |
CalendarNotificationTemplate |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public java.lang.String uuid
public long calendarNotificationTemplateId
public long groupId
public long companyId
public long userId
public java.lang.String userName
public long createDate
public long modifiedDate
public long calendarId
public java.lang.String notificationType
public java.lang.String notificationTypeSettings
public java.lang.String notificationTemplateType
public java.lang.String subject
public java.lang.String body
public long lastPublishDate
public CalendarNotificationTemplateCacheModel()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public CalendarNotificationTemplate toEntityModel()
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<CalendarNotificationTemplate>
public void readExternal(java.io.ObjectInput objectInput) throws java.io.IOException
readExternal
in interface java.io.Externalizable
java.io.IOException
public void writeExternal(java.io.ObjectOutput objectOutput) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException