Class CommerceChannelAccountEntryRelWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceChannelAccountEntryRel>
com.liferay.commerce.product.model.CommerceChannelAccountEntryRelWrapper
- All Implemented Interfaces:
CommerceChannelAccountEntryRel,CommerceChannelAccountEntryRelModel,com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceChannelAccountEntryRel>,com.liferay.portal.kernel.model.change.tracking.CTModel<CommerceChannelAccountEntryRel>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<CommerceChannelAccountEntryRel>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<CommerceChannelAccountEntryRel>
public class CommerceChannelAccountEntryRelWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceChannelAccountEntryRel>
implements CommerceChannelAccountEntryRel, com.liferay.portal.kernel.model.ModelWrapper<CommerceChannelAccountEntryRel>
This class is a wrapper for CommerceChannelAccountEntryRel.
- 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.CommerceChannelAccountEntryRel
COMMERCE_CHANNEL_ACCOUNT_ENTRY_REL_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionCommerceChannelAccountEntryRelWrapper(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel) -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the account entry ID of this commerce channel account entry rel.Returns the fully qualified class name of this commerce channel account entry rel.longReturns the class name ID of this commerce channel account entry rel.longReturns the class pk of this commerce channel account entry rel.longReturns the commerce channel account entry rel ID of this commerce channel account entry rel.longReturns the commerce channel ID of this commerce channel account entry rel.longReturns the company ID of this commerce channel account entry rel.Returns the create date of this commerce channel account entry rel.longReturns the ct collection ID of this commerce channel account entry rel.Returns the modified date of this commerce channel account entry rel.longReturns the mvcc version of this commerce channel account entry rel.booleanReturns the override eligibility of this commerce channel account entry rel.longReturns the primary key of this commerce channel account entry rel.doubleReturns the priority of this commerce channel account entry rel.intgetType()Returns the type of this commerce channel account entry rel.longReturns the user ID of this commerce channel account entry rel.Returns the user name of this commerce channel account entry rel.Returns the user uuid of this commerce channel account entry rel.booleanReturnstrueif this commerce channel account entry rel is override eligibility.voidpersist()voidsetAccountEntryId(long accountEntryId) Sets the account entry ID of this commerce channel account entry rel.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this commerce channel account entry rel.voidsetClassPK(long classPK) Sets the class pk of this commerce channel account entry rel.voidsetCommerceChannelAccountEntryRelId(long commerceChannelAccountEntryRelId) Sets the commerce channel account entry rel ID of this commerce channel account entry rel.voidsetCommerceChannelId(long commerceChannelId) Sets the commerce channel ID of this commerce channel account entry rel.voidsetCompanyId(long companyId) Sets the company ID of this commerce channel account entry rel.voidsetCreateDate(Date createDate) Sets the create date of this commerce channel account entry rel.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this commerce channel account entry rel.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this commerce channel account entry rel.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this commerce channel account entry rel.voidsetOverrideEligibility(boolean overrideEligibility) Sets whether this commerce channel account entry rel is override eligibility.voidsetPrimaryKey(long primaryKey) Sets the primary key of this commerce channel account entry rel.voidsetPriority(double priority) Sets the priority of this commerce channel account entry rel.voidsetType(int type) Sets the type of this commerce channel account entry rel.voidsetUserId(long userId) Sets the user ID of this commerce channel account entry rel.voidsetUserName(String userName) Sets the user name of this commerce channel account entry rel.voidsetUserUuid(String userUuid) Sets the user uuid of this commerce channel account entry rel.protected CommerceChannelAccountEntryRelWrapperwrap(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel) 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
getWrappedModel
-
Constructor Details
-
CommerceChannelAccountEntryRelWrapper
public CommerceChannelAccountEntryRelWrapper(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceChannelAccountEntryRel>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceChannelAccountEntryRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceChannelAccountEntryRel>- Specified by:
cloneWithOriginalValuesin interfaceCommerceChannelAccountEntryRelModel
-
getAccountEntryId
public long getAccountEntryId()Returns the account entry ID of this commerce channel account entry rel.- Specified by:
getAccountEntryIdin interfaceCommerceChannelAccountEntryRelModel- Returns:
- the account entry ID of this commerce channel account entry rel
-
getClassName
Returns the fully qualified class name of this commerce channel account entry rel.- Specified by:
getClassNamein interfaceCommerceChannelAccountEntryRelModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this commerce channel account entry rel
-
getClassNameId
public long getClassNameId()Returns the class name ID of this commerce channel account entry rel.- Specified by:
getClassNameIdin interfaceCommerceChannelAccountEntryRelModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this commerce channel account entry rel
-
getClassPK
public long getClassPK()Returns the class pk of this commerce channel account entry rel.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceCommerceChannelAccountEntryRelModel- Returns:
- the class pk of this commerce channel account entry rel
-
getCommerceChannelAccountEntryRelId
public long getCommerceChannelAccountEntryRelId()Returns the commerce channel account entry rel ID of this commerce channel account entry rel.- Specified by:
getCommerceChannelAccountEntryRelIdin interfaceCommerceChannelAccountEntryRelModel- Returns:
- the commerce channel account entry rel ID of this commerce channel account entry rel
-
getCommerceChannelId
public long getCommerceChannelId()Returns the commerce channel ID of this commerce channel account entry rel.- Specified by:
getCommerceChannelIdin interfaceCommerceChannelAccountEntryRelModel- Returns:
- the commerce channel ID of this commerce channel account entry rel
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce channel account entry rel.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommerceChannelAccountEntryRelModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this commerce channel account entry rel
-
getCreateDate
Returns the create date of this commerce channel account entry rel.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCommerceChannelAccountEntryRelModel- Returns:
- the create date of this commerce channel account entry rel
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this commerce channel account entry rel.- Specified by:
getCtCollectionIdin interfaceCommerceChannelAccountEntryRelModel- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CommerceChannelAccountEntryRel>- Returns:
- the ct collection ID of this commerce channel account entry rel
-
getModifiedDate
Returns the modified date of this commerce channel account entry rel.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCommerceChannelAccountEntryRelModel- Returns:
- the modified date of this commerce channel account entry rel
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce channel account entry rel.- Specified by:
getMvccVersionin interfaceCommerceChannelAccountEntryRelModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this commerce channel account entry rel
-
getOverrideEligibility
public boolean getOverrideEligibility()Returns the override eligibility of this commerce channel account entry rel.- Specified by:
getOverrideEligibilityin interfaceCommerceChannelAccountEntryRelModel- Returns:
- the override eligibility of this commerce channel account entry rel
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce channel account entry rel.- Specified by:
getPrimaryKeyin interfaceCommerceChannelAccountEntryRelModel- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CommerceChannelAccountEntryRel>- Returns:
- the primary key of this commerce channel account entry rel
-
getPriority
public double getPriority()Returns the priority of this commerce channel account entry rel.- Specified by:
getPriorityin interfaceCommerceChannelAccountEntryRelModel- Returns:
- the priority of this commerce channel account entry rel
-
getType
public int getType()Returns the type of this commerce channel account entry rel.- Specified by:
getTypein interfaceCommerceChannelAccountEntryRelModel- Returns:
- the type of this commerce channel account entry rel
-
getUserId
public long getUserId()Returns the user ID of this commerce channel account entry rel.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCommerceChannelAccountEntryRelModel- Returns:
- the user ID of this commerce channel account entry rel
-
getUserName
Returns the user name of this commerce channel account entry rel.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCommerceChannelAccountEntryRelModel- Returns:
- the user name of this commerce channel account entry rel
-
getUserUuid
Returns the user uuid of this commerce channel account entry rel.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCommerceChannelAccountEntryRelModel- Returns:
- the user uuid of this commerce channel account entry rel
-
isOverrideEligibility
public boolean isOverrideEligibility()Returnstrueif this commerce channel account entry rel is override eligibility.- Specified by:
isOverrideEligibilityin interfaceCommerceChannelAccountEntryRelModel- Returns:
trueif this commerce channel account entry rel is override eligibility;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 channel account entry rel.- Specified by:
setAccountEntryIdin interfaceCommerceChannelAccountEntryRelModel- Parameters:
accountEntryId- the account entry ID of this commerce channel account entry rel
-
setClassName
- Specified by:
setClassNamein interfaceCommerceChannelAccountEntryRelModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this commerce channel account entry rel.- Specified by:
setClassNameIdin interfaceCommerceChannelAccountEntryRelModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this commerce channel account entry rel
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this commerce channel account entry rel.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfaceCommerceChannelAccountEntryRelModel- Parameters:
classPK- the class pk of this commerce channel account entry rel
-
setCommerceChannelAccountEntryRelId
public void setCommerceChannelAccountEntryRelId(long commerceChannelAccountEntryRelId) Sets the commerce channel account entry rel ID of this commerce channel account entry rel.- Specified by:
setCommerceChannelAccountEntryRelIdin interfaceCommerceChannelAccountEntryRelModel- Parameters:
commerceChannelAccountEntryRelId- the commerce channel account entry rel ID of this commerce channel account entry rel
-
setCommerceChannelId
public void setCommerceChannelId(long commerceChannelId) Sets the commerce channel ID of this commerce channel account entry rel.- Specified by:
setCommerceChannelIdin interfaceCommerceChannelAccountEntryRelModel- Parameters:
commerceChannelId- the commerce channel ID of this commerce channel account entry rel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce channel account entry rel.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommerceChannelAccountEntryRelModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this commerce channel account entry rel
-
setCreateDate
Sets the create date of this commerce channel account entry rel.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCommerceChannelAccountEntryRelModel- Parameters:
createDate- the create date of this commerce channel account entry rel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this commerce channel account entry rel.- Specified by:
setCtCollectionIdin interfaceCommerceChannelAccountEntryRelModel- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CommerceChannelAccountEntryRel>- Parameters:
ctCollectionId- the ct collection ID of this commerce channel account entry rel
-
setModifiedDate
Sets the modified date of this commerce channel account entry rel.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCommerceChannelAccountEntryRelModel- Parameters:
modifiedDate- the modified date of this commerce channel account entry rel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce channel account entry rel.- Specified by:
setMvccVersionin interfaceCommerceChannelAccountEntryRelModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this commerce channel account entry rel
-
setOverrideEligibility
public void setOverrideEligibility(boolean overrideEligibility) Sets whether this commerce channel account entry rel is override eligibility.- Specified by:
setOverrideEligibilityin interfaceCommerceChannelAccountEntryRelModel- Parameters:
overrideEligibility- the override eligibility of this commerce channel account entry rel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce channel account entry rel.- Specified by:
setPrimaryKeyin interfaceCommerceChannelAccountEntryRelModel- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CommerceChannelAccountEntryRel>- Parameters:
primaryKey- the primary key of this commerce channel account entry rel
-
setPriority
public void setPriority(double priority) Sets the priority of this commerce channel account entry rel.- Specified by:
setPriorityin interfaceCommerceChannelAccountEntryRelModel- Parameters:
priority- the priority of this commerce channel account entry rel
-
setType
public void setType(int type) Sets the type of this commerce channel account entry rel.- Specified by:
setTypein interfaceCommerceChannelAccountEntryRelModel- Parameters:
type- the type of this commerce channel account entry rel
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce channel account entry rel.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCommerceChannelAccountEntryRelModel- Parameters:
userId- the user ID of this commerce channel account entry rel
-
setUserName
Sets the user name of this commerce channel account entry rel.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCommerceChannelAccountEntryRelModel- Parameters:
userName- the user name of this commerce channel account entry rel
-
setUserUuid
Sets the user uuid of this commerce channel account entry rel.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCommerceChannelAccountEntryRelModel- Parameters:
userUuid- the user uuid of this commerce channel account entry rel
-
toXmlString
- Specified by:
toXmlStringin interfaceCommerceChannelAccountEntryRelModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceChannelAccountEntryRel>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<CommerceChannelAccountEntryRel, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceChannelAccountEntryRel>
-
wrap
protected CommerceChannelAccountEntryRelWrapper wrap(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel) - Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceChannelAccountEntryRel>
-