@ProviderType public interface CommerceDiscountAccountRelModel extends com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
This interface and its corresponding implementation com.liferay.commerce.discount.model.impl.CommerceDiscountAccountRelModelImpl 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.discount.model.impl.CommerceDiscountAccountRelImpl.
CommerceDiscountAccountRel| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(CommerceDiscountAccountRel commerceDiscountAccountRel) |
long |
getCommerceAccountId()
Returns the commerce account ID of this commerce discount account rel.
|
long |
getCommerceDiscountAccountRelId()
Returns the commerce discount account rel ID of this commerce discount account rel.
|
long |
getCommerceDiscountId()
Returns the commerce discount ID of this commerce discount account rel.
|
long |
getCompanyId()
Returns the company ID of this commerce discount account rel.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce discount account rel.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.util.Date |
getLastPublishDate()
Returns the last publish date of this commerce discount account rel.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce discount account rel.
|
int |
getOrder()
Returns the order of this commerce discount account rel.
|
long |
getPrimaryKey()
Returns the primary key of this commerce discount account rel.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getUserId()
Returns the user ID of this commerce discount account rel.
|
java.lang.String |
getUserName()
Returns the user name of this commerce discount account rel.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce discount account rel.
|
java.lang.String |
getUuid()
Returns the uuid of this commerce discount account rel.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
void |
setCommerceAccountId(long commerceAccountId)
Sets the commerce account ID of this commerce discount account rel.
|
void |
setCommerceDiscountAccountRelId(long commerceDiscountAccountRelId)
Sets the commerce discount account rel ID of this commerce discount account rel.
|
void |
setCommerceDiscountId(long commerceDiscountId)
Sets the commerce discount ID of this commerce discount account rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce discount account rel.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce discount account rel.
|
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 |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this commerce discount account rel.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce discount account rel.
|
void |
setNew(boolean n) |
void |
setOrder(int order)
Sets the order of this commerce discount account rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce discount account rel.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUserId(long userId)
Sets the user ID of this commerce discount account rel.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce discount account rel.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce discount account rel.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this commerce discount account rel.
|
com.liferay.portal.kernel.model.CacheModel<CommerceDiscountAccountRel> |
toCacheModel() |
CommerceDiscountAccountRel |
toEscapedModel() |
java.lang.String |
toString() |
CommerceDiscountAccountRel |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this commerce discount account rel@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 discount account rellong getCommerceDiscountAccountRelId()
void setCommerceDiscountAccountRelId(long commerceDiscountAccountRelId)
commerceDiscountAccountRelId - the commerce discount account rel ID of this commerce discount account rellong 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 discount account rellong 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 discount account reljava.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 discount account rel@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 discount account reljava.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 discount account reljava.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 discount account rellong getCommerceAccountId()
void setCommerceAccountId(long commerceAccountId)
commerceAccountId - the commerce account ID of this commerce discount account rellong getCommerceDiscountId()
void setCommerceDiscountId(long commerceDiscountId)
commerceDiscountId - the commerce discount ID of this commerce discount account relint getOrder()
void setOrder(int order)
order - the order of this commerce discount account reljava.util.Date getLastPublishDate()
void setLastPublishDate(java.util.Date lastPublishDate)
lastPublishDate - the last publish date of this commerce discount account relboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>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<CommerceDiscountAccountRel>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>clone in interface com.liferay.portal.kernel.model.StagedModelint compareTo(CommerceDiscountAccountRel commerceDiscountAccountRel)
compareTo in interface java.lang.Comparable<CommerceDiscountAccountRel>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<CommerceDiscountAccountRel> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>CommerceDiscountAccountRel toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>CommerceDiscountAccountRel toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<CommerceDiscountAccountRel>