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
modelFields inherited from interface com.liferay.commerce.product.model.CommerceCatalog
COMMERCE_CATALOG_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the account entry ID of this commerce catalog.Returns the catalog default language ID of this commerce catalog.longReturns the commerce catalog ID of this commerce catalog.Returns the commerce currency code of this commerce catalog.longReturns the company ID of this commerce catalog.Returns the create date of this commerce catalog.longReturns the ct collection ID of this commerce catalog.Returns the external reference code of this commerce catalog.com.liferay.portal.kernel.model.GroupgetGroup()longReturns the modified date of this commerce catalog.longReturns the mvcc version of this commerce catalog.getName()Returns the name of this commerce catalog.longReturns the primary key of this commerce catalog.com.liferay.exportimport.kernel.lar.StagedModelTypebooleanReturns the system of this commerce catalog.longReturns 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.booleanisSystem()Returnstrueif this commerce catalog is system.voidpersist()voidsetAccountEntryId(long accountEntryId) Sets the account entry ID of this commerce catalog.voidsetCatalogDefaultLanguageId(String catalogDefaultLanguageId) Sets the catalog default language ID of this commerce catalog.voidsetCommerceCatalogId(long commerceCatalogId) Sets the commerce catalog ID of this commerce catalog.voidsetCommerceCurrencyCode(String commerceCurrencyCode) Sets the commerce currency code of this commerce catalog.voidsetCompanyId(long companyId) Sets the company ID of this commerce catalog.voidsetCreateDate(Date createDate) Sets the create date of this commerce catalog.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this commerce catalog.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this commerce catalog.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this commerce catalog.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this commerce catalog.voidSets the name of this commerce catalog.voidsetPrimaryKey(long primaryKey) Sets the primary key of this commerce catalog.voidsetSystem(boolean system) Sets whether this commerce catalog is system.voidsetUserId(long userId) Sets the user ID of this commerce catalog.voidsetUserName(String userName) Sets the user name of this commerce catalog.voidsetUserUuid(String userUuid) Sets the user uuid of this commerce catalog.voidSets the uuid of this commerce catalog.protected CommerceCatalogWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CommerceCatalogWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceCatalog>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceCatalog>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceCatalog>- Specified by:
cloneWithOriginalValuesin interfaceCommerceCatalogModel
-
getAccountEntryId
public long getAccountEntryId()Returns the account entry ID of this commerce catalog.- Specified by:
getAccountEntryIdin interfaceCommerceCatalogModel- Returns:
- the account entry ID of this commerce catalog
-
getCatalogDefaultLanguageId
Returns the catalog default language ID of this commerce catalog.- Specified by:
getCatalogDefaultLanguageIdin 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:
getCommerceCatalogIdin interfaceCommerceCatalogModel- Returns:
- the commerce catalog ID of this commerce catalog
-
getCommerceCurrencyCode
Returns the commerce currency code of this commerce catalog.- Specified by:
getCommerceCurrencyCodein interfaceCommerceCatalogModel- Returns:
- the commerce currency code of this commerce catalog
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce catalog.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommerceCatalogModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCommerceCatalogModel- Specified by:
getCreateDatein 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:
getCtCollectionIdin interfaceCommerceCatalogModel- Specified by:
getCtCollectionIdin 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:
getExternalReferenceCodein interfaceCommerceCatalogModel- Specified by:
getExternalReferenceCodein 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:
getGroupin interfaceCommerceCatalog
-
getGroupId
public long getGroupId()- Specified by:
getGroupIdin interfaceCommerceCatalog
-
getModifiedDate
Returns the modified date of this commerce catalog.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCommerceCatalogModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceCommerceCatalogModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this commerce catalog
-
getName
Returns the name of this commerce catalog.- Specified by:
getNamein interfaceCommerceCatalogModel- Returns:
- the name of this commerce catalog
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce catalog.- Specified by:
getPrimaryKeyin interfaceCommerceCatalogModel- Specified by:
getPrimaryKeyin 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:
getSystemin interfaceCommerceCatalogModel- Returns:
- the system of this commerce catalog
-
getUserId
public long getUserId()Returns the user ID of this commerce catalog.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCommerceCatalogModel- Returns:
- the user ID of this commerce catalog
-
getUserName
Returns the user name of this commerce catalog.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCommerceCatalogModel- Returns:
- the user name of this commerce catalog
-
getUserUuid
Returns the user uuid of this commerce catalog.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCommerceCatalogModel- Returns:
- the user uuid of this commerce catalog
-
getUuid
Returns the uuid of this commerce catalog.- Specified by:
getUuidin interfaceCommerceCatalogModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this commerce catalog
-
isSystem
public boolean isSystem()Returnstrueif this commerce catalog is system.- Specified by:
isSystemin interfaceCommerceCatalogModel- Returns:
trueif this commerce catalog is system;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAccountEntryId
public void setAccountEntryId(long accountEntryId) Sets the account entry ID of this commerce catalog.- Specified by:
setAccountEntryIdin interfaceCommerceCatalogModel- Parameters:
accountEntryId- the account entry ID of this commerce catalog
-
setCatalogDefaultLanguageId
Sets the catalog default language ID of this commerce catalog.- Specified by:
setCatalogDefaultLanguageIdin 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:
setCommerceCatalogIdin interfaceCommerceCatalogModel- Parameters:
commerceCatalogId- the commerce catalog ID of this commerce catalog
-
setCommerceCurrencyCode
Sets the commerce currency code of this commerce catalog.- Specified by:
setCommerceCurrencyCodein 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommerceCatalogModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCommerceCatalogModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfaceCommerceCatalogModel- Specified by:
setCtCollectionIdin 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:
setExternalReferenceCodein interfaceCommerceCatalogModel- Specified by:
setExternalReferenceCodein 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCommerceCatalogModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceCommerceCatalogModel- Specified by:
setMvccVersionin 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:
setNamein 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:
setPrimaryKeyin interfaceCommerceCatalogModel- Specified by:
setPrimaryKeyin 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:
setSystemin 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCommerceCatalogModel- Parameters:
userId- the user ID of this commerce catalog
-
setUserName
Sets the user name of this commerce catalog.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCommerceCatalogModel- Parameters:
userName- the user name of this commerce catalog
-
setUserUuid
Sets the user uuid of this commerce catalog.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCommerceCatalogModel- Parameters:
userUuid- the user uuid of this commerce catalog
-
setUuid
Sets the uuid of this commerce catalog.- Specified by:
setUuidin interfaceCommerceCatalogModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this commerce catalog
-
toXmlString
- Specified by:
toXmlStringin interfaceCommerceCatalogModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceCatalog>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceCatalog>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceCatalog>
-