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, 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 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 AccountEntryUserRelModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
public AccountEntry fetchAccountEntry()
fetchAccountEntry
in interface AccountEntryUserRel
public com.liferay.portal.kernel.model.User fetchUser()
fetchUser
in interface AccountEntryUserRel
public AccountEntry getAccountEntry() throws com.liferay.portal.kernel.exception.PortalException
getAccountEntry
in interface AccountEntryUserRel
com.liferay.portal.kernel.exception.PortalException
public long getAccountEntryId()
getAccountEntryId
in interface AccountEntryUserRelModel
public long getAccountEntryUserRelId()
getAccountEntryUserRelId
in interface AccountEntryUserRelModel
public long getAccountUserId()
getAccountUserId
in interface AccountEntryUserRelModel
public java.lang.String getAccountUserUuid()
getAccountUserUuid
in interface AccountEntryUserRelModel
public long getCompanyId()
getCompanyId
in interface AccountEntryUserRelModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getMvccVersion()
getMvccVersion
in interface AccountEntryUserRelModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface AccountEntryUserRelModel
public com.liferay.portal.kernel.model.User getUser() throws com.liferay.portal.kernel.exception.PortalException
getUser
in interface AccountEntryUserRel
com.liferay.portal.kernel.exception.PortalException
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setAccountEntryId(long accountEntryId)
setAccountEntryId
in interface AccountEntryUserRelModel
accountEntryId
- the account entry ID of this account entry user relpublic void setAccountEntryUserRelId(long accountEntryUserRelId)
setAccountEntryUserRelId
in interface AccountEntryUserRelModel
accountEntryUserRelId
- the account entry user rel ID of this account entry user relpublic void setAccountUserId(long accountUserId)
setAccountUserId
in interface AccountEntryUserRelModel
accountUserId
- the account user ID of this account entry user relpublic void setAccountUserUuid(java.lang.String accountUserUuid)
setAccountUserUuid
in interface AccountEntryUserRelModel
accountUserUuid
- the account user uuid of this account entry user relpublic void setCompanyId(long companyId)
setCompanyId
in interface AccountEntryUserRelModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this account entry user relpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface AccountEntryUserRelModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this account entry user relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface AccountEntryUserRelModel
primaryKey
- the primary key of this account entry user relprotected AccountEntryUserRelWrapper wrap(AccountEntryUserRel accountEntryUserRel)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryUserRel>