@ProviderType public interface CommerceCatalogModel extends com.liferay.portal.kernel.model.BaseModel<CommerceCatalog>, com.liferay.portal.kernel.model.change.tracking.CTModel<CommerceCatalog>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, 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.product.model.impl.CommerceCatalogModelImpl
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.product.model.impl.CommerceCatalogImpl
.
CommerceCatalog
Modifier and Type | Method and Description |
---|---|
CommerceCatalog |
cloneWithOriginalValues() |
long |
getAccountEntryId()
Returns the account entry ID of this commerce catalog.
|
java.lang.String |
getCatalogDefaultLanguageId()
Returns the catalog default language ID of this commerce catalog.
|
long |
getCommerceCatalogId()
Returns the commerce catalog ID of this commerce catalog.
|
java.lang.String |
getCommerceCurrencyCode()
Returns the commerce currency code of this commerce catalog.
|
long |
getCompanyId()
Returns the company ID of this commerce catalog.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce catalog.
|
long |
getCtCollectionId()
Returns the ct collection ID of this commerce catalog.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this commerce catalog.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce catalog.
|
long |
getMvccVersion()
Returns the mvcc version of this commerce catalog.
|
java.lang.String |
getName()
Returns the name of this commerce catalog.
|
long |
getPrimaryKey()
Returns the primary key of this commerce catalog.
|
boolean |
getSystem()
Returns the system of this commerce catalog.
|
long |
getUserId()
Returns the user ID of this commerce catalog.
|
java.lang.String |
getUserName()
Returns the user name of this commerce catalog.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce catalog.
|
java.lang.String |
getUuid()
Returns the uuid of this commerce catalog.
|
boolean |
isSystem()
Returns
true if this commerce catalog is system. |
void |
setAccountEntryId(long accountEntryId)
Sets the account entry ID of this commerce catalog.
|
void |
setCatalogDefaultLanguageId(java.lang.String catalogDefaultLanguageId)
Sets the catalog default language ID of this commerce catalog.
|
void |
setCommerceCatalogId(long commerceCatalogId)
Sets the commerce catalog ID of this commerce catalog.
|
void |
setCommerceCurrencyCode(java.lang.String commerceCurrencyCode)
Sets the commerce currency code of this commerce catalog.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce catalog.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce catalog.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this commerce catalog.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this commerce catalog.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce catalog.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this commerce catalog.
|
void |
setName(java.lang.String name)
Sets the name of this commerce catalog.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce catalog.
|
void |
setSystem(boolean system)
Sets whether this commerce catalog is system.
|
void |
setUserId(long userId)
Sets the user ID of this commerce catalog.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce catalog.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce catalog.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this commerce catalog.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CommerceCatalog>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CommerceCatalog>
primaryKey
- the primary key of this commerce cataloglong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this commerce cataloglong getCtCollectionId()
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CommerceCatalog>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CommerceCatalog>
ctCollectionId
- the ct collection ID of this commerce catalog@AutoEscape java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this commerce catalog@AutoEscape java.lang.String getExternalReferenceCode()
getExternalReferenceCode
in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode
in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
externalReferenceCode
- the external reference code of this commerce cataloglong getCommerceCatalogId()
void setCommerceCatalogId(long commerceCatalogId)
commerceCatalogId
- the commerce catalog ID of this commerce cataloglong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this commerce cataloglong getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this commerce catalogjava.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this commerce catalog@AutoEscape java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this commerce catalogjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this commerce catalogjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this commerce cataloglong getAccountEntryId()
void setAccountEntryId(long accountEntryId)
accountEntryId
- the account entry ID of this commerce catalog@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name
- the name of this commerce catalog@AutoEscape java.lang.String getCommerceCurrencyCode()
void setCommerceCurrencyCode(java.lang.String commerceCurrencyCode)
commerceCurrencyCode
- the commerce currency code of this commerce catalog@AutoEscape java.lang.String getCatalogDefaultLanguageId()
void setCatalogDefaultLanguageId(java.lang.String catalogDefaultLanguageId)
catalogDefaultLanguageId
- the catalog default language ID of this commerce catalogboolean getSystem()
boolean isSystem()
true
if this commerce catalog is system.true
if this commerce catalog is system; false
otherwisevoid setSystem(boolean system)
system
- the system of this commerce catalogCommerceCatalog cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<CommerceCatalog>
default java.lang.String toXmlString()