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
model
Fields 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.Organization
long
Returns the account entry ID of this account entry organization rel.long
Returns the account entry organization rel ID of this account entry organization rel.long
Returns the company ID of this account entry organization rel.long
Returns the mvcc version of this account entry organization rel.com.liferay.portal.kernel.model.Organization
long
Returns the organization ID of this account entry organization rel.long
Returns the primary key of this account entry organization rel.void
persist()
void
setAccountEntryId
(long accountEntryId) Sets the account entry ID of this account entry organization rel.void
setAccountEntryOrganizationRelId
(long accountEntryOrganizationRelId) Sets the account entry organization rel ID of this account entry organization rel.void
setCompanyId
(long companyId) Sets the company ID of this account entry organization rel.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this account entry organization rel.void
setOrganizationId
(long organizationId) Sets the organization ID of this account entry organization rel.void
setPrimaryKey
(long primaryKey) Sets the primary key of this account entry organization rel.protected AccountEntryOrganizationRelWrapper
wrap
(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, 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
-
AccountEntryOrganizationRelWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceAccountEntryOrganizationRelModel
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>
-
fetchAccountEntry
- Specified by:
fetchAccountEntry
in interfaceAccountEntryOrganizationRel
-
fetchOrganization
public com.liferay.portal.kernel.model.Organization fetchOrganization()- Specified by:
fetchOrganization
in interfaceAccountEntryOrganizationRel
-
getAccountEntry
- Specified by:
getAccountEntry
in 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:
getAccountEntryId
in 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:
getAccountEntryOrganizationRelId
in 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:
getCompanyId
in interfaceAccountEntryOrganizationRelModel
- Specified by:
getCompanyId
in 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:
getMvccVersion
in interfaceAccountEntryOrganizationRelModel
- Specified by:
getMvccVersion
in 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:
getOrganization
in interfaceAccountEntryOrganizationRel
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOrganizationId
public long getOrganizationId()Returns the organization ID of this account entry organization rel.- Specified by:
getOrganizationId
in 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:
getPrimaryKey
in interfaceAccountEntryOrganizationRelModel
- Returns:
- the primary key of this account entry organization rel
-
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 organization rel.- Specified by:
setAccountEntryId
in 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:
setAccountEntryOrganizationRelId
in 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:
setCompanyId
in interfaceAccountEntryOrganizationRelModel
- Specified by:
setCompanyId
in 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:
setMvccVersion
in interfaceAccountEntryOrganizationRelModel
- Specified by:
setMvccVersion
in 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:
setOrganizationId
in 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:
setPrimaryKey
in interfaceAccountEntryOrganizationRelModel
- Parameters:
primaryKey
- the primary key of this account entry organization rel
-
toXmlString
- Specified by:
toXmlString
in interfaceAccountEntryOrganizationRelModel
-
wrap
protected AccountEntryOrganizationRelWrapper wrap(AccountEntryOrganizationRel accountEntryOrganizationRel) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryOrganizationRel>
-