@ProviderType
public class CalendarNotificationTemplateSoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.calendar.service.http.CalendarNotificationTemplateServiceSoap
.com.liferay.calendar.service.http.CalendarNotificationTemplateServiceSoap
,
Serialized FormConstructor and Description |
---|
CalendarNotificationTemplateSoap() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBody() |
long |
getCalendarId() |
long |
getCalendarNotificationTemplateId() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
long |
getGroupId() |
java.util.Date |
getLastPublishDate() |
java.util.Date |
getModifiedDate() |
java.lang.String |
getNotificationTemplateType() |
java.lang.String |
getNotificationType() |
java.lang.String |
getNotificationTypeSettings() |
long |
getPrimaryKey() |
java.lang.String |
getSubject() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUuid() |
void |
setBody(java.lang.String body) |
void |
setCalendarId(long calendarId) |
void |
setCalendarNotificationTemplateId(long calendarNotificationTemplateId) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setGroupId(long groupId) |
void |
setLastPublishDate(java.util.Date lastPublishDate) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setNotificationTemplateType(java.lang.String notificationTemplateType) |
void |
setNotificationType(java.lang.String notificationType) |
void |
setNotificationTypeSettings(java.lang.String notificationTypeSettings) |
void |
setPrimaryKey(long pk) |
void |
setSubject(java.lang.String subject) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUuid(java.lang.String uuid) |
static CalendarNotificationTemplateSoap |
toSoapModel(CalendarNotificationTemplate model) |
static CalendarNotificationTemplateSoap[] |
toSoapModels(CalendarNotificationTemplate[] models) |
static CalendarNotificationTemplateSoap[][] |
toSoapModels(CalendarNotificationTemplate[][] models) |
static CalendarNotificationTemplateSoap[] |
toSoapModels(java.util.List<CalendarNotificationTemplate> models) |
public static CalendarNotificationTemplateSoap toSoapModel(CalendarNotificationTemplate model)
public static CalendarNotificationTemplateSoap[] toSoapModels(CalendarNotificationTemplate[] models)
public static CalendarNotificationTemplateSoap[][] toSoapModels(CalendarNotificationTemplate[][] models)
public static CalendarNotificationTemplateSoap[] toSoapModels(java.util.List<CalendarNotificationTemplate> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
public long getCalendarNotificationTemplateId()
public void setCalendarNotificationTemplateId(long calendarNotificationTemplateId)
public long getGroupId()
public void setGroupId(long groupId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public long getCalendarId()
public void setCalendarId(long calendarId)
public java.lang.String getNotificationType()
public void setNotificationType(java.lang.String notificationType)
public java.lang.String getNotificationTypeSettings()
public void setNotificationTypeSettings(java.lang.String notificationTypeSettings)
public java.lang.String getNotificationTemplateType()
public void setNotificationTemplateType(java.lang.String notificationTemplateType)
public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
public java.lang.String getBody()
public void setBody(java.lang.String body)
public java.util.Date getLastPublishDate()
public void setLastPublishDate(java.util.Date lastPublishDate)