@ProviderType public interface CommerceWishListItemModel extends com.liferay.portal.kernel.model.BaseModel<CommerceWishListItem>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.commerce.wish.list.model.impl.CommerceWishListItemModelImpl 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.wish.list.model.impl.CommerceWishListItemImpl.
CommerceWishListItem| Modifier and Type | Method and Description |
|---|---|
CommerceWishListItem |
cloneWithOriginalValues() |
long |
getCommerceWishListId()
Returns the commerce wish list ID of this commerce wish list item.
|
long |
getCommerceWishListItemId()
Returns the commerce wish list item ID of this commerce wish list item.
|
long |
getCompanyId()
Returns the company ID of this commerce wish list item.
|
java.lang.String |
getCPInstanceUuid()
Returns the cp instance uuid of this commerce wish list item.
|
long |
getCProductId()
Returns the c product ID of this commerce wish list item.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce wish list item.
|
long |
getGroupId()
Returns the group ID of this commerce wish list item.
|
java.lang.String |
getJson()
Returns the json of this commerce wish list item.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce wish list item.
|
long |
getMvccVersion()
Returns the mvcc version of this commerce wish list item.
|
long |
getPrimaryKey()
Returns the primary key of this commerce wish list item.
|
long |
getUserId()
Returns the user ID of this commerce wish list item.
|
java.lang.String |
getUserName()
Returns the user name of this commerce wish list item.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce wish list item.
|
void |
setCommerceWishListId(long commerceWishListId)
Sets the commerce wish list ID of this commerce wish list item.
|
void |
setCommerceWishListItemId(long commerceWishListItemId)
Sets the commerce wish list item ID of this commerce wish list item.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce wish list item.
|
void |
setCPInstanceUuid(java.lang.String CPInstanceUuid)
Sets the cp instance uuid of this commerce wish list item.
|
void |
setCProductId(long CProductId)
Sets the c product ID of this commerce wish list item.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce wish list item.
|
void |
setGroupId(long groupId)
Sets the group ID of this commerce wish list item.
|
void |
setJson(java.lang.String json)
Sets the json of this commerce wish list item.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce wish list item.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this commerce wish list item.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce wish list item.
|
void |
setUserId(long userId)
Sets the user ID of this commerce wish list item.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce wish list item.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce wish list item.
|
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 wish list itemlong 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 wish list itemlong getCommerceWishListItemId()
void setCommerceWishListItemId(long commerceWishListItemId)
commerceWishListItemId - the commerce wish list item ID of this commerce wish list itemlong 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 wish list itemlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this commerce wish list itemlong 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 wish list itemjava.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 wish list item@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 wish list itemjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this commerce wish list itemjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this commerce wish list itemlong getCommerceWishListId()
void setCommerceWishListId(long commerceWishListId)
commerceWishListId - the commerce wish list ID of this commerce wish list item@AutoEscape java.lang.String getCPInstanceUuid()
void setCPInstanceUuid(java.lang.String CPInstanceUuid)
CPInstanceUuid - the cp instance uuid of this commerce wish list itemlong getCProductId()
void setCProductId(long CProductId)
CProductId - the c product ID of this commerce wish list item@AutoEscape java.lang.String getJson()
void setJson(java.lang.String json)
json - the json of this commerce wish list itemCommerceWishListItem cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceWishListItem>