Class CommerceCatalogWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceCatalog>
com.liferay.commerce.product.model.CommerceCatalogWrapper
- All Implemented Interfaces:
CommerceCatalog
,CommerceCatalogModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceCatalog>
,com.liferay.portal.kernel.model.change.tracking.CTModel<CommerceCatalog>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.ModelWrapper<CommerceCatalog>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<CommerceCatalog>
public class CommerceCatalogWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceCatalog>
implements CommerceCatalog, com.liferay.portal.kernel.model.ModelWrapper<CommerceCatalog>
This class is a wrapper for CommerceCatalog
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.commerce.product.model.CommerceCatalog
COMMERCE_CATALOG_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the account entry ID of this commerce catalog.Returns the catalog default language ID of this commerce catalog.long
Returns the commerce catalog ID of this commerce catalog.Returns the commerce currency code of this commerce catalog.long
Returns the company ID of this commerce catalog.Returns the create date of this commerce catalog.long
Returns the ct collection ID of this commerce catalog.Returns the external reference code of this commerce catalog.com.liferay.portal.kernel.model.Group
getGroup()
long
Returns the modified date of this commerce catalog.long
Returns the mvcc version of this commerce catalog.getName()
Returns the name of this commerce catalog.long
Returns the primary key of this commerce catalog.com.liferay.exportimport.kernel.lar.StagedModelType
boolean
Returns the system of this commerce catalog.long
Returns the user ID of this commerce catalog.Returns the user name of this commerce catalog.Returns the user uuid of this commerce catalog.getUuid()
Returns the uuid of this commerce catalog.boolean
isSystem()
Returnstrue
if this commerce catalog is system.void
persist()
void
setAccountEntryId
(long accountEntryId) Sets the account entry ID of this commerce catalog.void
setCatalogDefaultLanguageId
(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
(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
(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
(String externalReferenceCode) Sets the external reference code of this commerce catalog.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this commerce catalog.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this commerce catalog.void
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
(String userName) Sets the user name of this commerce catalog.void
setUserUuid
(String userUuid) Sets the user uuid of this commerce catalog.void
Sets the uuid of this commerce catalog.protected CommerceCatalogWrapper
wrap
(CommerceCatalog commerceCatalog) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CommerceCatalogWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceCatalog>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceCatalog>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceCatalog>
- Specified by:
cloneWithOriginalValues
in interfaceCommerceCatalogModel
-
getAccountEntryId
public long getAccountEntryId()Returns the account entry ID of this commerce catalog.- Specified by:
getAccountEntryId
in interfaceCommerceCatalogModel
- Returns:
- the account entry ID of this commerce catalog
-
getCatalogDefaultLanguageId
Returns the catalog default language ID of this commerce catalog.- Specified by:
getCatalogDefaultLanguageId
in interfaceCommerceCatalogModel
- Returns:
- the catalog default language ID of this commerce catalog
-
getCommerceCatalogId
public long getCommerceCatalogId()Returns the commerce catalog ID of this commerce catalog.- Specified by:
getCommerceCatalogId
in interfaceCommerceCatalogModel
- Returns:
- the commerce catalog ID of this commerce catalog
-
getCommerceCurrencyCode
Returns the commerce currency code of this commerce catalog.- Specified by:
getCommerceCurrencyCode
in interfaceCommerceCatalogModel
- Returns:
- the commerce currency code of this commerce catalog
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce catalog.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCommerceCatalogModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this commerce catalog
-
getCreateDate
Returns the create date of this commerce catalog.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCommerceCatalogModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this commerce catalog
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this commerce catalog.- Specified by:
getCtCollectionId
in interfaceCommerceCatalogModel
- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CommerceCatalog>
- Returns:
- the ct collection ID of this commerce catalog
-
getExternalReferenceCode
Returns the external reference code of this commerce catalog.- Specified by:
getExternalReferenceCode
in interfaceCommerceCatalogModel
- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Returns:
- the external reference code of this commerce catalog
-
getGroup
public com.liferay.portal.kernel.model.Group getGroup()- Specified by:
getGroup
in interfaceCommerceCatalog
-
getGroupId
public long getGroupId()- Specified by:
getGroupId
in interfaceCommerceCatalog
-
getModifiedDate
Returns the modified date of this commerce catalog.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCommerceCatalogModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this commerce catalog
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce catalog.- Specified by:
getMvccVersion
in interfaceCommerceCatalogModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce catalog
-
getName
Returns the name of this commerce catalog.- Specified by:
getName
in interfaceCommerceCatalogModel
- Returns:
- the name of this commerce catalog
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce catalog.- Specified by:
getPrimaryKey
in interfaceCommerceCatalogModel
- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CommerceCatalog>
- Returns:
- the primary key of this commerce catalog
-
getSystem
public boolean getSystem()Returns the system of this commerce catalog.- Specified by:
getSystem
in interfaceCommerceCatalogModel
- Returns:
- the system of this commerce catalog
-
getUserId
public long getUserId()Returns the user ID of this commerce catalog.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCommerceCatalogModel
- Returns:
- the user ID of this commerce catalog
-
getUserName
Returns the user name of this commerce catalog.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCommerceCatalogModel
- Returns:
- the user name of this commerce catalog
-
getUserUuid
Returns the user uuid of this commerce catalog.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCommerceCatalogModel
- Returns:
- the user uuid of this commerce catalog
-
getUuid
Returns the uuid of this commerce catalog.- Specified by:
getUuid
in interfaceCommerceCatalogModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this commerce catalog
-
isSystem
public boolean isSystem()Returnstrue
if this commerce catalog is system.- Specified by:
isSystem
in interfaceCommerceCatalogModel
- Returns:
true
if this commerce catalog is system;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAccountEntryId
public void setAccountEntryId(long accountEntryId) Sets the account entry ID of this commerce catalog.- Specified by:
setAccountEntryId
in interfaceCommerceCatalogModel
- Parameters:
accountEntryId
- the account entry ID of this commerce catalog
-
setCatalogDefaultLanguageId
Sets the catalog default language ID of this commerce catalog.- Specified by:
setCatalogDefaultLanguageId
in interfaceCommerceCatalogModel
- Parameters:
catalogDefaultLanguageId
- the catalog default language ID of this commerce catalog
-
setCommerceCatalogId
public void setCommerceCatalogId(long commerceCatalogId) Sets the commerce catalog ID of this commerce catalog.- Specified by:
setCommerceCatalogId
in interfaceCommerceCatalogModel
- Parameters:
commerceCatalogId
- the commerce catalog ID of this commerce catalog
-
setCommerceCurrencyCode
Sets the commerce currency code of this commerce catalog.- Specified by:
setCommerceCurrencyCode
in interfaceCommerceCatalogModel
- Parameters:
commerceCurrencyCode
- the commerce currency code of this commerce catalog
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce catalog.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCommerceCatalogModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this commerce catalog
-
setCreateDate
Sets the create date of this commerce catalog.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCommerceCatalogModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this commerce catalog
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this commerce catalog.- Specified by:
setCtCollectionId
in interfaceCommerceCatalogModel
- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CommerceCatalog>
- Parameters:
ctCollectionId
- the ct collection ID of this commerce catalog
-
setExternalReferenceCode
Sets the external reference code of this commerce catalog.- Specified by:
setExternalReferenceCode
in interfaceCommerceCatalogModel
- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Parameters:
externalReferenceCode
- the external reference code of this commerce catalog
-
setModifiedDate
Sets the modified date of this commerce catalog.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCommerceCatalogModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this commerce catalog
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce catalog.- Specified by:
setMvccVersion
in interfaceCommerceCatalogModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce catalog
-
setName
Sets the name of this commerce catalog.- Specified by:
setName
in interfaceCommerceCatalogModel
- Parameters:
name
- the name of this commerce catalog
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce catalog.- Specified by:
setPrimaryKey
in interfaceCommerceCatalogModel
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CommerceCatalog>
- Parameters:
primaryKey
- the primary key of this commerce catalog
-
setSystem
public void setSystem(boolean system) Sets whether this commerce catalog is system.- Specified by:
setSystem
in interfaceCommerceCatalogModel
- Parameters:
system
- the system of this commerce catalog
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce catalog.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCommerceCatalogModel
- Parameters:
userId
- the user ID of this commerce catalog
-
setUserName
Sets the user name of this commerce catalog.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCommerceCatalogModel
- Parameters:
userName
- the user name of this commerce catalog
-
setUserUuid
Sets the user uuid of this commerce catalog.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCommerceCatalogModel
- Parameters:
userUuid
- the user uuid of this commerce catalog
-
setUuid
Sets the uuid of this commerce catalog.- Specified by:
setUuid
in interfaceCommerceCatalogModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this commerce catalog
-
toXmlString
- Specified by:
toXmlString
in interfaceCommerceCatalogModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceCatalog>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceCatalog>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceCatalog>
-