Package com.liferay.account.model
Class AccountEntryOrganizationRelWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryOrganizationRel>
com.liferay.account.model.AccountEntryOrganizationRelWrapper
- All Implemented Interfaces:
AccountEntryOrganizationRel,AccountEntryOrganizationRelModel,com.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<AccountEntryOrganizationRel>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<AccountEntryOrganizationRel>
public class AccountEntryOrganizationRelWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryOrganizationRel>
implements AccountEntryOrganizationRel, com.liferay.portal.kernel.model.ModelWrapper<AccountEntryOrganizationRel>
This class is a wrapper for AccountEntryOrganizationRel.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.account.model.AccountEntryOrganizationRel
ACCOUNT_ENTRY_ORGANIZATION_REL_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionAccountEntryOrganizationRelWrapper(AccountEntryOrganizationRel accountEntryOrganizationRel) -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.OrganizationlongReturns the account entry ID of this account entry organization rel.longReturns the account entry organization rel ID of this account entry organization rel.longReturns the company ID of this account entry organization rel.longReturns the mvcc version of this account entry organization rel.com.liferay.portal.kernel.model.OrganizationlongReturns the organization ID of this account entry organization rel.longReturns the primary key of this account entry organization rel.voidpersist()voidsetAccountEntryId(long accountEntryId) Sets the account entry ID of this account entry organization rel.voidsetAccountEntryOrganizationRelId(long accountEntryOrganizationRelId) Sets the account entry organization rel ID of this account entry organization rel.voidsetCompanyId(long companyId) Sets the company ID of this account entry organization rel.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this account entry organization rel.voidsetOrganizationId(long organizationId) Sets the organization ID of this account entry organization rel.voidsetPrimaryKey(long primaryKey) Sets the primary key of this account entry organization rel.protected AccountEntryOrganizationRelWrapperwrap(AccountEntryOrganizationRel accountEntryOrganizationRel) 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
-
AccountEntryOrganizationRelWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceAccountEntryOrganizationRelModel- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>
-
fetchAccountEntry
- Specified by:
fetchAccountEntryin interfaceAccountEntryOrganizationRel
-
fetchOrganization
public com.liferay.portal.kernel.model.Organization fetchOrganization()- Specified by:
fetchOrganizationin interfaceAccountEntryOrganizationRel
-
getAccountEntry
- Specified by:
getAccountEntryin interfaceAccountEntryOrganizationRel- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryId
public long getAccountEntryId()Returns the account entry ID of this account entry organization rel.- Specified by:
getAccountEntryIdin interfaceAccountEntryOrganizationRelModel- Returns:
- the account entry ID of this account entry organization rel
-
getAccountEntryOrganizationRelId
public long getAccountEntryOrganizationRelId()Returns the account entry organization rel ID of this account entry organization rel.- Specified by:
getAccountEntryOrganizationRelIdin interfaceAccountEntryOrganizationRelModel- Returns:
- the account entry organization rel ID of this account entry organization rel
-
getCompanyId
public long getCompanyId()Returns the company ID of this account entry organization rel.- Specified by:
getCompanyIdin interfaceAccountEntryOrganizationRelModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this account entry organization rel
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this account entry organization rel.- Specified by:
getMvccVersionin interfaceAccountEntryOrganizationRelModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this account entry organization rel
-
getOrganization
public com.liferay.portal.kernel.model.Organization getOrganization() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getOrganizationin interfaceAccountEntryOrganizationRel- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOrganizationId
public long getOrganizationId()Returns the organization ID of this account entry organization rel.- Specified by:
getOrganizationIdin interfaceAccountEntryOrganizationRelModel- Returns:
- the organization ID of this account entry organization rel
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this account entry organization rel.- Specified by:
getPrimaryKeyin interfaceAccountEntryOrganizationRelModel- Returns:
- the primary key of this account entry organization rel
-
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 organization rel.- Specified by:
setAccountEntryIdin interfaceAccountEntryOrganizationRelModel- Parameters:
accountEntryId- the account entry ID of this account entry organization rel
-
setAccountEntryOrganizationRelId
public void setAccountEntryOrganizationRelId(long accountEntryOrganizationRelId) Sets the account entry organization rel ID of this account entry organization rel.- Specified by:
setAccountEntryOrganizationRelIdin interfaceAccountEntryOrganizationRelModel- Parameters:
accountEntryOrganizationRelId- the account entry organization rel ID of this account entry organization rel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this account entry organization rel.- Specified by:
setCompanyIdin interfaceAccountEntryOrganizationRelModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this account entry organization rel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this account entry organization rel.- Specified by:
setMvccVersionin interfaceAccountEntryOrganizationRelModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this account entry organization rel
-
setOrganizationId
public void setOrganizationId(long organizationId) Sets the organization ID of this account entry organization rel.- Specified by:
setOrganizationIdin interfaceAccountEntryOrganizationRelModel- Parameters:
organizationId- the organization ID of this account entry organization rel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this account entry organization rel.- Specified by:
setPrimaryKeyin interfaceAccountEntryOrganizationRelModel- Parameters:
primaryKey- the primary key of this account entry organization rel
-
toXmlString
- Specified by:
toXmlStringin interfaceAccountEntryOrganizationRelModel
-
wrap
protected AccountEntryOrganizationRelWrapper wrap(AccountEntryOrganizationRel accountEntryOrganizationRel) - Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryOrganizationRel>
-