@ProviderType public interface CommerceSubscriptionEntryModel extends com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>, com.liferay.portal.kernel.model.GroupedModel, 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 |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(CommerceSubscriptionEntry commerceSubscriptionEntry) |
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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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.
|
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.io.Serializable |
getPrimaryKeyObj() |
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.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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 |
setNew(boolean n) |
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 |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<CommerceSubscriptionEntry> |
toCacheModel() |
CommerceSubscriptionEntry |
toEscapedModel() |
java.lang.String |
toString() |
CommerceSubscriptionEntry |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key 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 entryboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>clone in interface com.liferay.portal.kernel.model.StagedModelint compareTo(CommerceSubscriptionEntry commerceSubscriptionEntry)
compareTo in interface java.lang.Comparable<CommerceSubscriptionEntry>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<CommerceSubscriptionEntry> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>CommerceSubscriptionEntry toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>CommerceSubscriptionEntry toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>