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
modelFields 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.UserlongReturns the account entry ID of this account entry user rel.longReturns the account entry user rel ID of this account entry user rel.longReturns the account user ID of this account entry user rel.Returns the account user uuid of this account entry user rel.longReturns the company ID of this account entry user rel.longReturns the mvcc version of this account entry user rel.longReturns the primary key of this account entry user rel.com.liferay.portal.kernel.model.UsergetUser()List<com.liferay.portal.kernel.model.UserGroupRole>voidpersist()voidsetAccountEntryId(long accountEntryId) Sets the account entry ID of this account entry user rel.voidsetAccountEntryUserRelId(long accountEntryUserRelId) Sets the account entry user rel ID of this account entry user rel.voidsetAccountUserId(long accountUserId) Sets the account user ID of this account entry user rel.voidsetAccountUserUuid(String accountUserUuid) Sets the account user uuid of this account entry user rel.voidsetCompanyId(long companyId) Sets the company ID of this account entry user rel.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this account entry user rel.voidsetPrimaryKey(long primaryKey) Sets the primary key of this account entry user rel.protected AccountEntryUserRelWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
AccountEntryUserRelWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceAccountEntryUserRelModel- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
-
fetchAccountEntry
- Specified by:
fetchAccountEntryin interfaceAccountEntryUserRel
-
fetchUser
public com.liferay.portal.kernel.model.User fetchUser()- Specified by:
fetchUserin interfaceAccountEntryUserRel
-
getAccountEntry
- Specified by:
getAccountEntryin 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:
getAccountEntryIdin 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:
getAccountEntryUserRelIdin 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:
getAccountUserIdin 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:
getAccountUserUuidin 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:
getCompanyIdin interfaceAccountEntryUserRelModel- Specified by:
getCompanyIdin 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:
getMvccVersionin interfaceAccountEntryUserRelModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin 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:
getUserin 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:
getUserGroupRolesin interfaceAccountEntryUserRel- Throws:
com.liferay.portal.kernel.exception.PortalException
-
persist
public void persist()- Specified by:
persistin 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:
setAccountEntryIdin 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:
setAccountEntryUserRelIdin 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:
setAccountUserIdin 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:
setAccountUserUuidin 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:
setCompanyIdin interfaceAccountEntryUserRelModel- Specified by:
setCompanyIdin 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:
setMvccVersionin interfaceAccountEntryUserRelModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin interfaceAccountEntryUserRelModel- Parameters:
primaryKey- the primary key of this account entry user rel
-
toXmlString
- Specified by:
toXmlStringin interfaceAccountEntryUserRelModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryUserRel>
-