public class AccountEntryUserRelWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryUserRel> implements AccountEntryUserRel, com.liferay.portal.kernel.model.ModelWrapper<AccountEntryUserRel>
This class is a wrapper for AccountEntryUserRel.
AccountEntryUserRel,
Serialized FormACCOUNT_ENTRY_USER_REL_ID_ACCESSOR| Constructor and Description |
|---|
AccountEntryUserRelWrapper(AccountEntryUserRel accountEntryUserRel) |
| Modifier and Type | Method and Description |
|---|---|
AccountEntryUserRel |
cloneWithOriginalValues() |
AccountEntry |
fetchAccountEntry() |
com.liferay.portal.kernel.model.User |
fetchUser() |
AccountEntry |
getAccountEntry() |
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.
|
com.liferay.portal.kernel.model.User |
getUser() |
void |
persist() |
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, toXmlStringpublic AccountEntryUserRelWrapper(AccountEntryUserRel accountEntryUserRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>public AccountEntryUserRel cloneWithOriginalValues()
cloneWithOriginalValues in interface AccountEntryUserRelModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>public AccountEntry fetchAccountEntry()
fetchAccountEntry in interface AccountEntryUserRelpublic com.liferay.portal.kernel.model.User fetchUser()
fetchUser in interface AccountEntryUserRelpublic AccountEntry getAccountEntry() throws com.liferay.portal.kernel.exception.PortalException
getAccountEntry in interface AccountEntryUserRelcom.liferay.portal.kernel.exception.PortalExceptionpublic 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 com.liferay.portal.kernel.model.ShardedModelpublic long getMvccVersion()
getMvccVersion in interface AccountEntryUserRelModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface AccountEntryUserRelModelpublic com.liferay.portal.kernel.model.User getUser()
throws com.liferay.portal.kernel.exception.PortalException
getUser in interface AccountEntryUserRelcom.liferay.portal.kernel.exception.PortalExceptionpublic void persist()
persist in interface com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this account entry user relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AccountEntryUserRelModelsetMvccVersion in interface com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryUserRel>