public class AccountEntryUserRelWrapper extends BaseModelWrapper<AccountEntryUserRel> implements AccountEntryUserRel, ModelWrapper<AccountEntryUserRel>
This class is a wrapper for AccountEntryUserRel.
AccountEntryUserRel,
Serialized FormmodelACCOUNT_ENTRY_USER_REL_ID_ACCESSOR| Constructor and Description |
|---|
AccountEntryUserRelWrapper(AccountEntryUserRel accountEntryUserRel) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccountEntryId()
Returns the account entry ID of this account entry user rel.
|
long |
getAccountEntryUserRelId()
Returns the account entry user rel ID of this account entry user rel.
|
long |
getAccountUserId()
Returns the account user ID of this account entry user rel.
|
java.lang.String |
getAccountUserUuid()
Returns the account user uuid of this account entry user rel.
|
long |
getCompanyId()
Returns the company ID of this account entry user rel.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this account entry user rel.
|
long |
getPrimaryKey()
Returns the primary key of this account entry user 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 user rel.
|
void |
setAccountEntryUserRelId(long accountEntryUserRelId)
Sets the account entry user rel ID of this account entry user rel.
|
void |
setAccountUserId(long accountUserId)
Sets the account user ID of this account entry user rel.
|
void |
setAccountUserUuid(java.lang.String accountUserUuid)
Sets the account user uuid of this account entry user rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this account entry user 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 user rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this account entry user rel.
|
protected AccountEntryUserRelWrapper |
wrap(AccountEntryUserRel accountEntryUserRel) |
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 AccountEntryUserRelWrapper(AccountEntryUserRel accountEntryUserRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<AccountEntryUserRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<AccountEntryUserRel>public long getAccountEntryId()
getAccountEntryId in interface AccountEntryUserRelModelpublic long getAccountEntryUserRelId()
getAccountEntryUserRelId in interface AccountEntryUserRelModelpublic long getAccountUserId()
getAccountUserId in interface AccountEntryUserRelModelpublic java.lang.String getAccountUserUuid()
getAccountUserUuid in interface AccountEntryUserRelModelpublic long getCompanyId()
getCompanyId in interface AccountEntryUserRelModelgetCompanyId in interface ShardedModelpublic long getMvccVersion()
getMvccVersion in interface AccountEntryUserRelModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface AccountEntryUserRelModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setAccountEntryId(long accountEntryId)
setAccountEntryId in interface AccountEntryUserRelModelaccountEntryId - the account entry ID of this account entry user relpublic void setAccountEntryUserRelId(long accountEntryUserRelId)
setAccountEntryUserRelId in interface AccountEntryUserRelModelaccountEntryUserRelId - the account entry user rel ID of this account entry user relpublic void setAccountUserId(long accountUserId)
setAccountUserId in interface AccountEntryUserRelModelaccountUserId - the account user ID of this account entry user relpublic void setAccountUserUuid(java.lang.String accountUserUuid)
setAccountUserUuid in interface AccountEntryUserRelModelaccountUserUuid - the account user uuid of this account entry user relpublic void setCompanyId(long companyId)
setCompanyId in interface AccountEntryUserRelModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this account entry user relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AccountEntryUserRelModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this account entry user relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AccountEntryUserRelModelprimaryKey - the primary key of this account entry user relprotected AccountEntryUserRelWrapper wrap(AccountEntryUserRel accountEntryUserRel)
wrap in class BaseModelWrapper<AccountEntryUserRel>