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.longDeprecated.Returns the commerce notification attachment ID of this commerce notification attachment.longDeprecated.Returns the commerce notification queue entry ID of this commerce notification attachment.longDeprecated.Returns the company ID of this commerce notification attachment.Deprecated.Returns the create date of this commerce notification attachment.booleanDeprecated.Returns the delete on send of this commerce notification attachment.longDeprecated.Returns the file entry ID of this commerce notification attachment.longDeprecated.Returns the group ID of this commerce notification attachment.Deprecated.Returns the modified date of this commerce notification attachment.longDeprecated.Returns the mvcc version of this commerce notification attachment.longDeprecated.Returns the primary key of this commerce notification attachment.longDeprecated.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.booleanDeprecated.Returnstrueif this commerce notification attachment is delete on send.voidsetCommerceNotificationAttachmentId(long commerceNotificationAttachmentId) Deprecated.Sets the commerce notification attachment ID of this commerce notification attachment.voidsetCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId) Deprecated.Sets the commerce notification queue entry ID of this commerce notification attachment.voidsetCompanyId(long companyId) Deprecated.Sets the company ID of this commerce notification attachment.voidsetCreateDate(Date createDate) Deprecated.Sets the create date of this commerce notification attachment.voidsetDeleteOnSend(boolean deleteOnSend) Deprecated.Sets whether this commerce notification attachment is delete on send.voidsetFileEntryId(long fileEntryId) Deprecated.Sets the file entry ID of this commerce notification attachment.voidsetGroupId(long groupId) Deprecated.Sets the group ID of this commerce notification attachment.voidsetModifiedDate(Date modifiedDate) Deprecated.Sets the modified date of this commerce notification attachment.voidsetMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification attachment.voidsetPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce notification attachment.voidsetUserId(long userId) Deprecated.Sets the user ID of this commerce notification attachment.voidsetUserName(String userName) Deprecated.Sets the user name of this commerce notification attachment.voidsetUserUuid(String userUuid) Deprecated.Sets the user uuid of this commerce notification attachment.voidDeprecated.Sets the uuid of this commerce notification attachment.default StringDeprecated.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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods 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:
getMvccVersionin 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:
setMvccVersionin 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:
getUuidin 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:
setUuidin 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:
getGroupIdin 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:
setGroupIdin 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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin 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:
getUserIdin 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:
setUserIdin 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:
getUserUuidin 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:
setUserUuidin 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:
getUserNamein 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:
setUserNamein 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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.Returnstrueif this commerce notification attachment is delete on send.- Returns:
trueif this commerce notification attachment is delete on send;falseotherwise
-
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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>
-
toXmlString
Deprecated.
-