public class AccountEntryOrganizationRelWrapper extends BaseModelWrapper<AccountEntryOrganizationRel> implements AccountEntryOrganizationRel, ModelWrapper<AccountEntryOrganizationRel>
This class is a wrapper for AccountEntryOrganizationRel.
AccountEntryOrganizationRel,
Serialized FormmodelACCOUNT_ENTRY_ORGANIZATION_REL_ID_ACCESSOR| Constructor and Description |
|---|
AccountEntryOrganizationRelWrapper(AccountEntryOrganizationRel accountEntryOrganizationRel) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccountEntryId()
Returns the account entry ID of this account entry organization rel.
|
long |
getAccountEntryOrganizationRelId()
Returns the account entry organization rel ID of this account entry organization rel.
|
long |
getCompanyId()
Returns the company ID of this account entry organization rel.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this account entry organization rel.
|
long |
getOrganizationId()
Returns the organization ID of this account entry organization rel.
|
long |
getPrimaryKey()
Returns the primary key of this account entry organization 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 entry organization rel.
|
void |
setAccountEntryOrganizationRelId(long accountEntryOrganizationRelId)
Sets the account entry organization rel ID of this account entry organization rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this account entry organization rel.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this account entry organization rel.
|
void |
setOrganizationId(long organizationId)
Sets the organization ID of this account entry organization rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this account entry organization rel.
|
protected AccountEntryOrganizationRelWrapper |
wrap(AccountEntryOrganizationRel accountEntryOrganizationRel) |
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 AccountEntryOrganizationRelWrapper(AccountEntryOrganizationRel accountEntryOrganizationRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<AccountEntryOrganizationRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<AccountEntryOrganizationRel>public long getAccountEntryId()
getAccountEntryId in interface AccountEntryOrganizationRelModelpublic long getAccountEntryOrganizationRelId()
getAccountEntryOrganizationRelId in interface AccountEntryOrganizationRelModelpublic long getCompanyId()
getCompanyId in interface AccountEntryOrganizationRelModelgetCompanyId in interface ShardedModelpublic long getMvccVersion()
getMvccVersion in interface AccountEntryOrganizationRelModelgetMvccVersion in interface MVCCModelpublic long getOrganizationId()
getOrganizationId in interface AccountEntryOrganizationRelModelpublic long getPrimaryKey()
getPrimaryKey in interface AccountEntryOrganizationRelModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setAccountEntryId(long accountEntryId)
setAccountEntryId in interface AccountEntryOrganizationRelModelaccountEntryId - the account entry ID of this account entry organization relpublic void setAccountEntryOrganizationRelId(long accountEntryOrganizationRelId)
setAccountEntryOrganizationRelId in interface AccountEntryOrganizationRelModelaccountEntryOrganizationRelId - the account entry organization rel ID of this account entry organization relpublic void setCompanyId(long companyId)
setCompanyId in interface AccountEntryOrganizationRelModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this account entry organization relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AccountEntryOrganizationRelModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this account entry organization relpublic void setOrganizationId(long organizationId)
setOrganizationId in interface AccountEntryOrganizationRelModelorganizationId - the organization ID of this account entry organization relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AccountEntryOrganizationRelModelprimaryKey - the primary key of this account entry organization relprotected AccountEntryOrganizationRelWrapper wrap(AccountEntryOrganizationRel accountEntryOrganizationRel)
wrap in class BaseModelWrapper<AccountEntryOrganizationRel>