Package com.liferay.account.model
Class AccountEntryUserRelWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryUserRel>
com.liferay.account.model.AccountEntryUserRelWrapper
- All Implemented Interfaces:
AccountEntryUserRel
,AccountEntryUserRelModel
,com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<AccountEntryUserRel>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<AccountEntryUserRel>
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
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.account.model.AccountEntryUserRel
ACCOUNT_ENTRY_USER_REL_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.User
long
Returns the account entry ID of this account entry user rel.long
Returns the account entry user rel ID of this account entry user rel.long
Returns the account user ID of this account entry user rel.Returns the account user uuid of this account entry user rel.long
Returns the company ID of this account entry user rel.long
Returns the mvcc version of this account entry user rel.long
Returns the primary key of this account entry user rel.com.liferay.portal.kernel.model.User
getUser()
List<com.liferay.portal.kernel.model.UserGroupRole>
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
(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
(Map<String, 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) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
AccountEntryUserRelWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceAccountEntryUserRelModel
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
-
fetchAccountEntry
- Specified by:
fetchAccountEntry
in interfaceAccountEntryUserRel
-
fetchUser
public com.liferay.portal.kernel.model.User fetchUser()- Specified by:
fetchUser
in interfaceAccountEntryUserRel
-
getAccountEntry
- Specified by:
getAccountEntry
in interfaceAccountEntryUserRel
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryId
public long getAccountEntryId()Returns the account entry ID of this account entry user rel.- Specified by:
getAccountEntryId
in interfaceAccountEntryUserRelModel
- Returns:
- the account entry ID of this account entry user rel
-
getAccountEntryUserRelId
public long getAccountEntryUserRelId()Returns the account entry user rel ID of this account entry user rel.- Specified by:
getAccountEntryUserRelId
in interfaceAccountEntryUserRelModel
- Returns:
- the account entry user rel ID of this account entry user rel
-
getAccountUserId
public long getAccountUserId()Returns the account user ID of this account entry user rel.- Specified by:
getAccountUserId
in interfaceAccountEntryUserRelModel
- Returns:
- the account user ID of this account entry user rel
-
getAccountUserUuid
Returns the account user uuid of this account entry user rel.- Specified by:
getAccountUserUuid
in interfaceAccountEntryUserRelModel
- Returns:
- the account user uuid of this account entry user rel
-
getCompanyId
public long getCompanyId()Returns the company ID of this account entry user rel.- Specified by:
getCompanyId
in interfaceAccountEntryUserRelModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this account entry user rel
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this account entry user rel.- Specified by:
getMvccVersion
in interfaceAccountEntryUserRelModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this account entry user rel
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this account entry user rel.- Specified by:
getPrimaryKey
in interfaceAccountEntryUserRelModel
- Returns:
- the primary key of this account entry user rel
-
getUser
public com.liferay.portal.kernel.model.User getUser() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getUser
in interfaceAccountEntryUserRel
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getUserGroupRoles
public List<com.liferay.portal.kernel.model.UserGroupRole> getUserGroupRoles() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getUserGroupRoles
in interfaceAccountEntryUserRel
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAccountEntryId
public void setAccountEntryId(long accountEntryId) Sets the account entry ID of this account entry user rel.- Specified by:
setAccountEntryId
in interfaceAccountEntryUserRelModel
- Parameters:
accountEntryId
- the account entry ID of this account entry user rel
-
setAccountEntryUserRelId
public void setAccountEntryUserRelId(long accountEntryUserRelId) Sets the account entry user rel ID of this account entry user rel.- Specified by:
setAccountEntryUserRelId
in interfaceAccountEntryUserRelModel
- Parameters:
accountEntryUserRelId
- the account entry user rel ID of this account entry user rel
-
setAccountUserId
public void setAccountUserId(long accountUserId) Sets the account user ID of this account entry user rel.- Specified by:
setAccountUserId
in interfaceAccountEntryUserRelModel
- Parameters:
accountUserId
- the account user ID of this account entry user rel
-
setAccountUserUuid
Sets the account user uuid of this account entry user rel.- Specified by:
setAccountUserUuid
in interfaceAccountEntryUserRelModel
- Parameters:
accountUserUuid
- the account user uuid of this account entry user rel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this account entry user rel.- Specified by:
setCompanyId
in interfaceAccountEntryUserRelModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this account entry user rel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this account entry user rel.- Specified by:
setMvccVersion
in interfaceAccountEntryUserRelModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this account entry user rel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this account entry user rel.- Specified by:
setPrimaryKey
in interfaceAccountEntryUserRelModel
- Parameters:
primaryKey
- the primary key of this account entry user rel
-
toXmlString
- Specified by:
toXmlString
in interfaceAccountEntryUserRelModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryUserRel>
-