public class AccountGroupAccountEntryRelWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountGroupAccountEntryRel> implements AccountGroupAccountEntryRel, com.liferay.portal.kernel.model.ModelWrapper<AccountGroupAccountEntryRel>
This class is a wrapper for AccountGroupAccountEntryRel.
AccountGroupAccountEntryRel,
Serialized FormACCOUNT_GROUP_ACCOUNT_ENTRY_REL_ID_ACCESSOR| Constructor and Description |
|---|
AccountGroupAccountEntryRelWrapper(AccountGroupAccountEntryRel accountGroupAccountEntryRel) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccountEntryId()
Returns the account entry ID of this account group account entry rel.
|
long |
getAccountGroupAccountEntryRelId()
Returns the account group account entry rel ID of this account group account entry rel.
|
long |
getAccountGroupId()
Returns the account group ID of this account group account entry rel.
|
long |
getCompanyId()
Returns the company ID of this account group account entry rel.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this account group account entry rel.
|
long |
getPrimaryKey()
Returns the primary key of this account group account entry rel.
|
void |
persist() |
void |
setAccountEntryId(long accountEntryId)
Sets the account entry ID of this account group account entry rel.
|
void |
setAccountGroupAccountEntryRelId(long AccountGroupAccountEntryRelId)
Sets the account group account entry rel ID of this account group account entry rel.
|
void |
setAccountGroupId(long accountGroupId)
Sets the account group ID of this account group account entry rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this account group account entry 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 account entry rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this account group account entry rel.
|
protected AccountGroupAccountEntryRelWrapper |
wrap(AccountGroupAccountEntryRel accountGroupAccountEntryRel) |
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 AccountGroupAccountEntryRelWrapper(AccountGroupAccountEntryRel accountGroupAccountEntryRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountGroupAccountEntryRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountGroupAccountEntryRel>public long getAccountEntryId()
getAccountEntryId in interface AccountGroupAccountEntryRelModelpublic long getAccountGroupAccountEntryRelId()
getAccountGroupAccountEntryRelId in interface AccountGroupAccountEntryRelModelpublic long getAccountGroupId()
getAccountGroupId in interface AccountGroupAccountEntryRelModelpublic long getCompanyId()
getCompanyId in interface AccountGroupAccountEntryRelModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getMvccVersion()
getMvccVersion in interface AccountGroupAccountEntryRelModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface AccountGroupAccountEntryRelModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAccountEntryId(long accountEntryId)
setAccountEntryId in interface AccountGroupAccountEntryRelModelaccountEntryId - the account entry ID of this account group account entry relpublic void setAccountGroupAccountEntryRelId(long AccountGroupAccountEntryRelId)
setAccountGroupAccountEntryRelId in interface AccountGroupAccountEntryRelModelAccountGroupAccountEntryRelId - the account group account entry rel ID of this account group account entry relpublic void setAccountGroupId(long accountGroupId)
setAccountGroupId in interface AccountGroupAccountEntryRelModelaccountGroupId - the account group ID of this account group account entry relpublic void setCompanyId(long companyId)
setCompanyId in interface AccountGroupAccountEntryRelModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this account group account entry relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AccountGroupAccountEntryRelModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this account group account entry relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AccountGroupAccountEntryRelModelprimaryKey - the primary key of this account group account entry relprotected AccountGroupAccountEntryRelWrapper wrap(AccountGroupAccountEntryRel accountGroupAccountEntryRel)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountGroupAccountEntryRel>