@ProviderType public interface CommerceSubscriptionEntryModel extends com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
This interface and its corresponding implementation com.liferay.commerce.model.impl.CommerceSubscriptionEntryModelImpl 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.model.impl.CommerceSubscriptionEntryImpl.
CommerceSubscriptionEntry| Modifier and Type | Method and Description |
|---|---|
CommerceSubscriptionEntry |
cloneWithOriginalValues() |
long |
getCommerceOrderItemId()
Returns the commerce order item ID of this commerce subscription entry.
|
long |
getCommerceSubscriptionEntryId()
Returns the commerce subscription entry ID of this commerce subscription entry.
|
long |
getCompanyId()
Returns the company ID of this commerce subscription entry.
|
java.lang.String |
getCPInstanceUuid()
Returns the cp instance uuid of this commerce subscription entry.
|
long |
getCProductId()
Returns the c product ID of this commerce subscription entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce subscription entry.
|
long |
getCurrentCycle()
Returns the current cycle of this commerce subscription entry.
|
long |
getDeliveryCurrentCycle()
Returns the delivery current cycle of this commerce subscription entry.
|
java.util.Date |
getDeliveryLastIterationDate()
Returns the delivery last iteration date of this commerce subscription entry.
|
long |
getDeliveryMaxSubscriptionCycles()
Returns the delivery max subscription cycles of this commerce subscription entry.
|
java.util.Date |
getDeliveryNextIterationDate()
Returns the delivery next iteration date of this commerce subscription entry.
|
java.util.Date |
getDeliveryStartDate()
Returns the delivery start date of this commerce subscription entry.
|
int |
getDeliverySubscriptionLength()
Returns the delivery subscription length of this commerce subscription entry.
|
int |
getDeliverySubscriptionStatus()
Returns the delivery subscription status of this commerce subscription entry.
|
java.lang.String |
getDeliverySubscriptionType()
Returns the delivery subscription type of this commerce subscription entry.
|
java.lang.String |
getDeliverySubscriptionTypeSettings()
Returns the delivery subscription type settings of this commerce subscription entry.
|
long |
getGroupId()
Returns the group ID of this commerce subscription entry.
|
java.util.Date |
getLastIterationDate()
Returns the last iteration date of this commerce subscription entry.
|
long |
getMaxSubscriptionCycles()
Returns the max subscription cycles of this commerce subscription entry.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce subscription entry.
|
long |
getMvccVersion()
Returns the mvcc version of this commerce subscription entry.
|
java.util.Date |
getNextIterationDate()
Returns the next iteration date of this commerce subscription entry.
|
long |
getPrimaryKey()
Returns the primary key of this commerce subscription entry.
|
java.util.Date |
getStartDate()
Returns the start date of this commerce subscription entry.
|
int |
getSubscriptionLength()
Returns the subscription length of this commerce subscription entry.
|
int |
getSubscriptionStatus()
Returns the subscription status of this commerce subscription entry.
|
java.lang.String |
getSubscriptionType()
Returns the subscription type of this commerce subscription entry.
|
java.lang.String |
getSubscriptionTypeSettings()
Returns the subscription type settings of this commerce subscription entry.
|
long |
getUserId()
Returns the user ID of this commerce subscription entry.
|
java.lang.String |
getUserName()
Returns the user name of this commerce subscription entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce subscription entry.
|
java.lang.String |
getUuid()
Returns the uuid of this commerce subscription entry.
|
void |
setCommerceOrderItemId(long commerceOrderItemId)
Sets the commerce order item ID of this commerce subscription entry.
|
void |
setCommerceSubscriptionEntryId(long commerceSubscriptionEntryId)
Sets the commerce subscription entry ID of this commerce subscription entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce subscription entry.
|
void |
setCPInstanceUuid(java.lang.String CPInstanceUuid)
Sets the cp instance uuid of this commerce subscription entry.
|
void |
setCProductId(long CProductId)
Sets the c product ID of this commerce subscription entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce subscription entry.
|
void |
setCurrentCycle(long currentCycle)
Sets the current cycle of this commerce subscription entry.
|
void |
setDeliveryCurrentCycle(long deliveryCurrentCycle)
Sets the delivery current cycle of this commerce subscription entry.
|
void |
setDeliveryLastIterationDate(java.util.Date deliveryLastIterationDate)
Sets the delivery last iteration date of this commerce subscription entry.
|
void |
setDeliveryMaxSubscriptionCycles(long deliveryMaxSubscriptionCycles)
Sets the delivery max subscription cycles of this commerce subscription entry.
|
void |
setDeliveryNextIterationDate(java.util.Date deliveryNextIterationDate)
Sets the delivery next iteration date of this commerce subscription entry.
|
void |
setDeliveryStartDate(java.util.Date deliveryStartDate)
Sets the delivery start date of this commerce subscription entry.
|
void |
setDeliverySubscriptionLength(int deliverySubscriptionLength)
Sets the delivery subscription length of this commerce subscription entry.
|
void |
setDeliverySubscriptionStatus(int deliverySubscriptionStatus)
Sets the delivery subscription status of this commerce subscription entry.
|
void |
setDeliverySubscriptionType(java.lang.String deliverySubscriptionType)
Sets the delivery subscription type of this commerce subscription entry.
|
void |
setDeliverySubscriptionTypeSettings(java.lang.String deliverySubscriptionTypeSettings)
Sets the delivery subscription type settings of this commerce subscription entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this commerce subscription entry.
|
void |
setLastIterationDate(java.util.Date lastIterationDate)
Sets the last iteration date of this commerce subscription entry.
|
void |
setMaxSubscriptionCycles(long maxSubscriptionCycles)
Sets the max subscription cycles of this commerce subscription entry.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce subscription entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this commerce subscription entry.
|
void |
setNextIterationDate(java.util.Date nextIterationDate)
Sets the next iteration date of this commerce subscription entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce subscription entry.
|
void |
setStartDate(java.util.Date startDate)
Sets the start date of this commerce subscription entry.
|
void |
setSubscriptionLength(int subscriptionLength)
Sets the subscription length of this commerce subscription entry.
|
void |
setSubscriptionStatus(int subscriptionStatus)
Sets the subscription status of this commerce subscription entry.
|
void |
setSubscriptionType(java.lang.String subscriptionType)
Sets the subscription type of this commerce subscription entry.
|
void |
setSubscriptionTypeSettings(java.lang.String subscriptionTypeSettings)
Sets the subscription type settings of this commerce subscription entry.
|
void |
setUserId(long userId)
Sets the user ID of this commerce subscription entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce subscription entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce subscription entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this commerce subscription entry.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this commerce subscription entrylong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this commerce subscription entry@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this commerce subscription entrylong getCommerceSubscriptionEntryId()
void setCommerceSubscriptionEntryId(long commerceSubscriptionEntryId)
commerceSubscriptionEntryId - the commerce subscription entry ID of this commerce subscription entrylong getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this commerce subscription entrylong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this commerce subscription entrylong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce subscription entryjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce subscription entry@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce subscription entryjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this commerce subscription entryjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this commerce subscription entry@AutoEscape java.lang.String getCPInstanceUuid()
void setCPInstanceUuid(java.lang.String CPInstanceUuid)
CPInstanceUuid - the cp instance uuid of this commerce subscription entrylong getCProductId()
void setCProductId(long CProductId)
CProductId - the c product ID of this commerce subscription entrylong getCommerceOrderItemId()
void setCommerceOrderItemId(long commerceOrderItemId)
commerceOrderItemId - the commerce order item ID of this commerce subscription entryint getSubscriptionLength()
void setSubscriptionLength(int subscriptionLength)
subscriptionLength - the subscription length of this commerce subscription entry@AutoEscape java.lang.String getSubscriptionType()
void setSubscriptionType(java.lang.String subscriptionType)
subscriptionType - the subscription type of this commerce subscription entry@AutoEscape java.lang.String getSubscriptionTypeSettings()
void setSubscriptionTypeSettings(java.lang.String subscriptionTypeSettings)
subscriptionTypeSettings - the subscription type settings of this commerce subscription entrylong getCurrentCycle()
void setCurrentCycle(long currentCycle)
currentCycle - the current cycle of this commerce subscription entrylong getMaxSubscriptionCycles()
void setMaxSubscriptionCycles(long maxSubscriptionCycles)
maxSubscriptionCycles - the max subscription cycles of this commerce subscription entryint getSubscriptionStatus()
void setSubscriptionStatus(int subscriptionStatus)
subscriptionStatus - the subscription status of this commerce subscription entryjava.util.Date getLastIterationDate()
void setLastIterationDate(java.util.Date lastIterationDate)
lastIterationDate - the last iteration date of this commerce subscription entryjava.util.Date getNextIterationDate()
void setNextIterationDate(java.util.Date nextIterationDate)
nextIterationDate - the next iteration date of this commerce subscription entryjava.util.Date getStartDate()
void setStartDate(java.util.Date startDate)
startDate - the start date of this commerce subscription entryint getDeliverySubscriptionLength()
void setDeliverySubscriptionLength(int deliverySubscriptionLength)
deliverySubscriptionLength - the delivery subscription length of this commerce subscription entry@AutoEscape java.lang.String getDeliverySubscriptionType()
void setDeliverySubscriptionType(java.lang.String deliverySubscriptionType)
deliverySubscriptionType - the delivery subscription type of this commerce subscription entry@AutoEscape java.lang.String getDeliverySubscriptionTypeSettings()
void setDeliverySubscriptionTypeSettings(java.lang.String deliverySubscriptionTypeSettings)
deliverySubscriptionTypeSettings - the delivery subscription type settings of this commerce subscription entrylong getDeliveryCurrentCycle()
void setDeliveryCurrentCycle(long deliveryCurrentCycle)
deliveryCurrentCycle - the delivery current cycle of this commerce subscription entrylong getDeliveryMaxSubscriptionCycles()
void setDeliveryMaxSubscriptionCycles(long deliveryMaxSubscriptionCycles)
deliveryMaxSubscriptionCycles - the delivery max subscription cycles of this commerce subscription entryint getDeliverySubscriptionStatus()
void setDeliverySubscriptionStatus(int deliverySubscriptionStatus)
deliverySubscriptionStatus - the delivery subscription status of this commerce subscription entryjava.util.Date getDeliveryLastIterationDate()
void setDeliveryLastIterationDate(java.util.Date deliveryLastIterationDate)
deliveryLastIterationDate - the delivery last iteration date of this commerce subscription entryjava.util.Date getDeliveryNextIterationDate()
void setDeliveryNextIterationDate(java.util.Date deliveryNextIterationDate)
deliveryNextIterationDate - the delivery next iteration date of this commerce subscription entryjava.util.Date getDeliveryStartDate()
void setDeliveryStartDate(java.util.Date deliveryStartDate)
deliveryStartDate - the delivery start date of this commerce subscription entryCommerceSubscriptionEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>