@ProviderType public interface NotificationTemplateAttachmentModel extends com.liferay.portal.kernel.model.BaseModel<NotificationTemplateAttachment>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.notification.model.impl.NotificationTemplateAttachmentModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.notification.model.impl.NotificationTemplateAttachmentImpl
.
NotificationTemplateAttachment
Modifier and Type | Method and Description |
---|---|
NotificationTemplateAttachment |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this notification template attachment.
|
long |
getMvccVersion()
Returns the mvcc version of this notification template attachment.
|
long |
getNotificationTemplateAttachmentId()
Returns the notification template attachment ID of this notification template attachment.
|
long |
getNotificationTemplateId()
Returns the notification template ID of this notification template attachment.
|
long |
getObjectFieldId()
Returns the object field ID of this notification template attachment.
|
long |
getPrimaryKey()
Returns the primary key of this notification template attachment.
|
void |
setCompanyId(long companyId)
Sets the company ID of this notification template attachment.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this notification template attachment.
|
void |
setNotificationTemplateAttachmentId(long notificationTemplateAttachmentId)
Sets the notification template attachment ID of this notification template attachment.
|
void |
setNotificationTemplateId(long notificationTemplateId)
Sets the notification template ID of this notification template attachment.
|
void |
setObjectFieldId(long objectFieldId)
Sets the object field ID of this notification template attachment.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this notification template attachment.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this notification template attachmentlong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this notification template attachmentlong getNotificationTemplateAttachmentId()
void setNotificationTemplateAttachmentId(long notificationTemplateAttachmentId)
notificationTemplateAttachmentId
- the notification template attachment ID of this notification template attachmentlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this notification template attachmentlong getNotificationTemplateId()
void setNotificationTemplateId(long notificationTemplateId)
notificationTemplateId
- the notification template ID of this notification template attachmentlong getObjectFieldId()
void setObjectFieldId(long objectFieldId)
objectFieldId
- the object field ID of this notification template attachmentNotificationTemplateAttachment cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<NotificationTemplateAttachment>
default java.lang.String toXmlString()