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, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public 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 AccountGroupAccountEntryRelModel
public long getAccountGroupAccountEntryRelId()
getAccountGroupAccountEntryRelId
in interface AccountGroupAccountEntryRelModel
public long getAccountGroupId()
getAccountGroupId
in interface AccountGroupAccountEntryRelModel
public long getCompanyId()
getCompanyId
in interface AccountGroupAccountEntryRelModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getMvccVersion()
getMvccVersion
in interface AccountGroupAccountEntryRelModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface AccountGroupAccountEntryRelModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setAccountEntryId(long accountEntryId)
setAccountEntryId
in interface AccountGroupAccountEntryRelModel
accountEntryId
- the account entry ID of this account group account entry relpublic void setAccountGroupAccountEntryRelId(long AccountGroupAccountEntryRelId)
setAccountGroupAccountEntryRelId
in interface AccountGroupAccountEntryRelModel
AccountGroupAccountEntryRelId
- the account group account entry rel ID of this account group account entry relpublic void setAccountGroupId(long accountGroupId)
setAccountGroupId
in interface AccountGroupAccountEntryRelModel
accountGroupId
- the account group ID of this account group account entry relpublic void setCompanyId(long companyId)
setCompanyId
in interface AccountGroupAccountEntryRelModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this account group account entry relpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface AccountGroupAccountEntryRelModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this account group account entry relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface AccountGroupAccountEntryRelModel
primaryKey
- 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>