public class AccountGroupRelWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountGroupRel> implements AccountGroupRel, com.liferay.portal.kernel.model.ModelWrapper<AccountGroupRel>
This class is a wrapper for AccountGroupRel.
AccountGroupRel,
Serialized FormACCOUNT_GROUP_REL_ID_ACCESSOR| Constructor and Description |
|---|
AccountGroupRelWrapper(AccountGroupRel accountGroupRel) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccountGroupId()
Returns the account group ID of this account group rel.
|
long |
getAccountGroupRelId()
Returns the account group rel ID of this account group rel.
|
java.lang.String |
getClassName()
Returns the fully qualified class name of this account group rel.
|
long |
getClassNameId()
Returns the class name ID of this account group rel.
|
long |
getClassPK()
Returns the class pk of this account group rel.
|
long |
getCompanyId()
Returns the company ID of this account group rel.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this account group rel.
|
long |
getPrimaryKey()
Returns the primary key of this account group rel.
|
void |
persist() |
void |
setAccountGroupId(long accountGroupId)
Sets the account group ID of this account group rel.
|
void |
setAccountGroupRelId(long accountGroupRelId)
Sets the account group rel ID of this account group rel.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this account group rel.
|
void |
setClassPK(long classPK)
Sets the class pk of this account group rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this account group rel.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this account group rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this account group rel.
|
protected AccountGroupRelWrapper |
wrap(AccountGroupRel accountGroupRel) |
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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic AccountGroupRelWrapper(AccountGroupRel accountGroupRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountGroupRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountGroupRel>public long getAccountGroupId()
getAccountGroupId in interface AccountGroupRelModelpublic long getAccountGroupRelId()
getAccountGroupRelId in interface AccountGroupRelModelpublic java.lang.String getClassName()
getClassName in interface AccountGroupRelModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassNameId()
getClassNameId in interface AccountGroupRelModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassPK()
getClassPK in interface AccountGroupRelModelgetClassPK in interface com.liferay.portal.kernel.model.AttachedModelpublic long getCompanyId()
getCompanyId in interface AccountGroupRelModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getMvccVersion()
getMvccVersion in interface AccountGroupRelModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface AccountGroupRelModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAccountGroupId(long accountGroupId)
setAccountGroupId in interface AccountGroupRelModelaccountGroupId - the account group ID of this account group relpublic void setAccountGroupRelId(long accountGroupRelId)
setAccountGroupRelId in interface AccountGroupRelModelaccountGroupRelId - the account group rel ID of this account group relpublic void setClassName(java.lang.String className)
setClassName in interface AccountGroupRelModelpublic void setClassNameId(long classNameId)
setClassNameId in interface AccountGroupRelModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this account group relpublic void setClassPK(long classPK)
setClassPK in interface AccountGroupRelModelsetClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this account group relpublic void setCompanyId(long companyId)
setCompanyId in interface AccountGroupRelModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this account group relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AccountGroupRelModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this account group relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AccountGroupRelModelprimaryKey - the primary key of this account group relprotected AccountGroupRelWrapper wrap(AccountGroupRel accountGroupRel)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountGroupRel>