public class CommerceChannelRelWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceChannelRel> implements CommerceChannelRel, com.liferay.portal.kernel.model.ModelWrapper<CommerceChannelRel>
This class is a wrapper for CommerceChannelRel.
CommerceChannelRel,
Serialized FormCOMMERCE_CHANNEL_REL_ID_ACCESSOR| Constructor and Description |
|---|
CommerceChannelRelWrapper(CommerceChannelRel commerceChannelRel) |
| Modifier and Type | Method and Description |
|---|---|
CommerceChannelRel |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<CommerceChannelRel,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<CommerceChannelRel,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this commerce channel rel.
|
long |
getClassNameId()
Returns the class name ID of this commerce channel rel.
|
long |
getClassPK()
Returns the class pk of this commerce channel rel.
|
CommerceChannel |
getCommerceChannel() |
long |
getCommerceChannelId()
Returns the commerce channel ID of this commerce channel rel.
|
long |
getCommerceChannelRelId()
Returns the commerce channel rel ID of this commerce channel rel.
|
long |
getCompanyId()
Returns the company ID of this commerce channel rel.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce channel rel.
|
long |
getCtCollectionId()
Returns the ct collection ID of this commerce channel rel.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce channel rel.
|
long |
getMvccVersion()
Returns the mvcc version of this commerce channel rel.
|
long |
getPrimaryKey()
Returns the primary key of this commerce channel rel.
|
long |
getUserId()
Returns the user ID of this commerce channel rel.
|
java.lang.String |
getUserName()
Returns the user name of this commerce channel rel.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce channel rel.
|
void |
persist() |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this commerce channel rel.
|
void |
setClassPK(long classPK)
Sets the class pk of this commerce channel rel.
|
void |
setCommerceChannelId(long commerceChannelId)
Sets the commerce channel ID of this commerce channel rel.
|
void |
setCommerceChannelRelId(long commerceChannelRelId)
Sets the commerce channel rel ID of this commerce channel rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce channel rel.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce channel rel.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this commerce channel rel.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce channel rel.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this commerce channel rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce channel rel.
|
void |
setUserId(long userId)
Sets the user ID of this commerce channel rel.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce channel rel.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce channel rel.
|
protected CommerceChannelRelWrapper |
wrap(CommerceChannelRel commerceChannelRel) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic CommerceChannelRelWrapper(CommerceChannelRel commerceChannelRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceChannelRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceChannelRel>public CommerceChannelRel cloneWithOriginalValues()
cloneWithOriginalValues in interface CommerceChannelRelModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceChannelRel>public java.lang.String getClassName()
getClassName in interface CommerceChannelRelModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassNameId()
getClassNameId in interface CommerceChannelRelModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassPK()
getClassPK in interface CommerceChannelRelModelgetClassPK in interface com.liferay.portal.kernel.model.AttachedModelpublic CommerceChannel getCommerceChannel() throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannel in interface CommerceChannelRelcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCommerceChannelId()
getCommerceChannelId in interface CommerceChannelRelModelpublic long getCommerceChannelRelId()
getCommerceChannelRelId in interface CommerceChannelRelModelpublic long getCompanyId()
getCompanyId in interface CommerceChannelRelModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface CommerceChannelRelModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getCtCollectionId()
getCtCollectionId in interface CommerceChannelRelModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CommerceChannelRel>public java.util.Date getModifiedDate()
getModifiedDate in interface CommerceChannelRelModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getMvccVersion()
getMvccVersion in interface CommerceChannelRelModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CommerceChannelRelModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CommerceChannelRel>public long getUserId()
getUserId in interface CommerceChannelRelModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CommerceChannelRelModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CommerceChannelRelModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setClassName(java.lang.String className)
setClassName in interface CommerceChannelRelModelpublic void setClassNameId(long classNameId)
setClassNameId in interface CommerceChannelRelModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this commerce channel relpublic void setClassPK(long classPK)
setClassPK in interface CommerceChannelRelModelsetClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this commerce channel relpublic void setCommerceChannelId(long commerceChannelId)
setCommerceChannelId in interface CommerceChannelRelModelcommerceChannelId - the commerce channel ID of this commerce channel relpublic void setCommerceChannelRelId(long commerceChannelRelId)
setCommerceChannelRelId in interface CommerceChannelRelModelcommerceChannelRelId - the commerce channel rel ID of this commerce channel relpublic void setCompanyId(long companyId)
setCompanyId in interface CommerceChannelRelModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this commerce channel relpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CommerceChannelRelModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this commerce channel relpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CommerceChannelRelModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CommerceChannelRel>ctCollectionId - the ct collection ID of this commerce channel relpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CommerceChannelRelModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this commerce channel relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CommerceChannelRelModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this commerce channel relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CommerceChannelRelModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CommerceChannelRel>primaryKey - the primary key of this commerce channel relpublic void setUserId(long userId)
setUserId in interface CommerceChannelRelModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce channel relpublic void setUserName(java.lang.String userName)
setUserName in interface CommerceChannelRelModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce channel relpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CommerceChannelRelModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce channel relpublic java.util.Map<java.lang.String,java.util.function.Function<CommerceChannelRel,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<CommerceChannelRel>public java.util.Map<java.lang.String,java.util.function.BiConsumer<CommerceChannelRel,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<CommerceChannelRel>protected CommerceChannelRelWrapper wrap(CommerceChannelRel commerceChannelRel)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceChannelRel>