Interface CommerceNotificationAttachmentModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CommerceNotificationAttachment>
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
- All Known Subinterfaces:
CommerceNotificationAttachment
- All Known Implementing Classes:
CommerceNotificationAttachmentWrapper
@Deprecated
@ProviderType
public interface CommerceNotificationAttachmentModel
extends com.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
Deprecated.
The base model interface for the CommerceNotificationAttachment service. Represents a row in the "CNotificationAttachment" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.commerce.notification.model.impl.CommerceNotificationAttachmentModelImpl
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.commerce.notification.model.impl.CommerceNotificationAttachmentImpl
.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.long
Deprecated.Returns the commerce notification attachment ID of this commerce notification attachment.long
Deprecated.Returns the commerce notification queue entry ID of this commerce notification attachment.long
Deprecated.Returns the company ID of this commerce notification attachment.Deprecated.Returns the create date of this commerce notification attachment.boolean
Deprecated.Returns the delete on send of this commerce notification attachment.long
Deprecated.Returns the file entry ID of this commerce notification attachment.long
Deprecated.Returns the group ID of this commerce notification attachment.Deprecated.Returns the modified date of this commerce notification attachment.long
Deprecated.Returns the mvcc version of this commerce notification attachment.long
Deprecated.Returns the primary key of this commerce notification attachment.long
Deprecated.Returns the user ID of this commerce notification attachment.Deprecated.Returns the user name of this commerce notification attachment.Deprecated.Returns the user uuid of this commerce notification attachment.getUuid()
Deprecated.Returns the uuid of this commerce notification attachment.boolean
Deprecated.Returnstrue
if this commerce notification attachment is delete on send.void
setCommerceNotificationAttachmentId
(long commerceNotificationAttachmentId) Deprecated.Sets the commerce notification attachment ID of this commerce notification attachment.void
setCommerceNotificationQueueEntryId
(long commerceNotificationQueueEntryId) Deprecated.Sets the commerce notification queue entry ID of this commerce notification attachment.void
setCompanyId
(long companyId) Deprecated.Sets the company ID of this commerce notification attachment.void
setCreateDate
(Date createDate) Deprecated.Sets the create date of this commerce notification attachment.void
setDeleteOnSend
(boolean deleteOnSend) Deprecated.Sets whether this commerce notification attachment is delete on send.void
setFileEntryId
(long fileEntryId) Deprecated.Sets the file entry ID of this commerce notification attachment.void
setGroupId
(long groupId) Deprecated.Sets the group ID of this commerce notification attachment.void
setModifiedDate
(Date modifiedDate) Deprecated.Sets the modified date of this commerce notification attachment.void
setMvccVersion
(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification attachment.void
setPrimaryKey
(long primaryKey) Deprecated.Sets the primary key of this commerce notification attachment.void
setUserId
(long userId) Deprecated.Sets the user ID of this commerce notification attachment.void
setUserName
(String userName) Deprecated.Sets the user name of this commerce notification attachment.void
setUserUuid
(String userUuid) Deprecated.Sets the user uuid of this commerce notification attachment.void
Deprecated.Sets the uuid of this commerce notification attachment.default String
Deprecated.Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Deprecated.Returns the primary key of this commerce notification attachment.- Returns:
- the primary key of this commerce notification attachment
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce notification attachment.- Parameters:
primaryKey
- the primary key of this commerce notification attachment
-
getMvccVersion
long getMvccVersion()Deprecated.Returns the mvcc version of this commerce notification attachment.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce notification attachment
-
setMvccVersion
void setMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification attachment.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce notification attachment
-
getUuid
Deprecated.Returns the uuid of this commerce notification attachment.- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this commerce notification attachment
-
setUuid
Deprecated.Sets the uuid of this commerce notification attachment.- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this commerce notification attachment
-
getCommerceNotificationAttachmentId
long getCommerceNotificationAttachmentId()Deprecated.Returns the commerce notification attachment ID of this commerce notification attachment.- Returns:
- the commerce notification attachment ID of this commerce notification attachment
-
setCommerceNotificationAttachmentId
void setCommerceNotificationAttachmentId(long commerceNotificationAttachmentId) Deprecated.Sets the commerce notification attachment ID of this commerce notification attachment.- Parameters:
commerceNotificationAttachmentId
- the commerce notification attachment ID of this commerce notification attachment
-
getGroupId
long getGroupId()Deprecated.Returns the group ID of this commerce notification attachment.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this commerce notification attachment
-
setGroupId
void setGroupId(long groupId) Deprecated.Sets the group ID of this commerce notification attachment.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this commerce notification attachment
-
getCompanyId
long getCompanyId()Deprecated.Returns the company ID of this commerce notification attachment.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this commerce notification attachment
-
setCompanyId
void setCompanyId(long companyId) Deprecated.Sets the company ID of this commerce notification attachment.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this commerce notification attachment
-
getUserId
long getUserId()Deprecated.Returns the user ID of this commerce notification attachment.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user ID of this commerce notification attachment
-
setUserId
void setUserId(long userId) Deprecated.Sets the user ID of this commerce notification attachment.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userId
- the user ID of this commerce notification attachment
-
getUserUuid
String getUserUuid()Deprecated.Returns the user uuid of this commerce notification attachment.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user uuid of this commerce notification attachment
-
setUserUuid
Deprecated.Sets the user uuid of this commerce notification attachment.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userUuid
- the user uuid of this commerce notification attachment
-
getUserName
Deprecated.Returns the user name of this commerce notification attachment.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user name of this commerce notification attachment
-
setUserName
Deprecated.Sets the user name of this commerce notification attachment.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userName
- the user name of this commerce notification attachment
-
getCreateDate
Date getCreateDate()Deprecated.Returns the create date of this commerce notification attachment.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this commerce notification attachment
-
setCreateDate
Deprecated.Sets the create date of this commerce notification attachment.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this commerce notification attachment
-
getModifiedDate
Date getModifiedDate()Deprecated.Returns the modified date of this commerce notification attachment.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this commerce notification attachment
-
setModifiedDate
Deprecated.Sets the modified date of this commerce notification attachment.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this commerce notification attachment
-
getCommerceNotificationQueueEntryId
long getCommerceNotificationQueueEntryId()Deprecated.Returns the commerce notification queue entry ID of this commerce notification attachment.- Returns:
- the commerce notification queue entry ID of this commerce notification attachment
-
setCommerceNotificationQueueEntryId
void setCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId) Deprecated.Sets the commerce notification queue entry ID of this commerce notification attachment.- Parameters:
commerceNotificationQueueEntryId
- the commerce notification queue entry ID of this commerce notification attachment
-
getFileEntryId
long getFileEntryId()Deprecated.Returns the file entry ID of this commerce notification attachment.- Returns:
- the file entry ID of this commerce notification attachment
-
setFileEntryId
void setFileEntryId(long fileEntryId) Deprecated.Sets the file entry ID of this commerce notification attachment.- Parameters:
fileEntryId
- the file entry ID of this commerce notification attachment
-
getDeleteOnSend
boolean getDeleteOnSend()Deprecated.Returns the delete on send of this commerce notification attachment.- Returns:
- the delete on send of this commerce notification attachment
-
isDeleteOnSend
boolean isDeleteOnSend()Deprecated.Returnstrue
if this commerce notification attachment is delete on send.- Returns:
true
if this commerce notification attachment is delete on send;false
otherwise
-
setDeleteOnSend
void setDeleteOnSend(boolean deleteOnSend) Deprecated.Sets whether this commerce notification attachment is delete on send.- Parameters:
deleteOnSend
- the delete on send of this commerce notification attachment
-
cloneWithOriginalValues
CommerceNotificationAttachment cloneWithOriginalValues()Deprecated.- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>
-
toXmlString
Deprecated.
-