public class AccountGroupAccountEntryRelWrapper extends BaseModelWrapper<AccountGroupAccountEntryRel> implements AccountGroupAccountEntryRel, ModelWrapper<AccountGroupAccountEntryRel>
This class is a wrapper for AccountGroupAccountEntryRel.
AccountGroupAccountEntryRel,
Serialized FormmodelACCOUNT_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()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic AccountGroupAccountEntryRelWrapper(AccountGroupAccountEntryRel accountGroupAccountEntryRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<AccountGroupAccountEntryRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface 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 ShardedModelpublic long getMvccVersion()
getMvccVersion in interface AccountGroupAccountEntryRelModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface AccountGroupAccountEntryRelModelpublic void persist()
PersistedModelpersist in interface 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 ShardedModelcompanyId - the company ID of this account group account entry relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AccountGroupAccountEntryRelModelsetMvccVersion in interface 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 BaseModelWrapper<AccountGroupAccountEntryRel>