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.
AccountEntryOrganizationRel,
Serialized FormACCOUNT_ENTRY_ORGANIZATION_REL_ID_ACCESSOR| Constructor and Description |
|---|
AccountEntryOrganizationRelWrapper(AccountEntryOrganizationRel accountEntryOrganizationRel) |
| Modifier and Type | Method and Description |
|---|---|
AccountEntryOrganizationRel |
cloneWithOriginalValues() |
long |
getAccountEntryId()
Returns the account entry ID of this account entry organization rel.
|
long |
getAccountEntryOrganizationRelId()
Returns the account entry organization rel ID of this account entry organization rel.
|
long |
getCompanyId()
Returns the company ID of this account entry organization rel.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this account entry organization rel.
|
long |
getOrganizationId()
Returns the organization ID of this account entry organization rel.
|
long |
getPrimaryKey()
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(java.util.Map<java.lang.String,java.lang.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) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic AccountEntryOrganizationRelWrapper(AccountEntryOrganizationRel accountEntryOrganizationRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>public AccountEntryOrganizationRel cloneWithOriginalValues()
cloneWithOriginalValues in interface AccountEntryOrganizationRelModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>public long getAccountEntryId()
getAccountEntryId in interface AccountEntryOrganizationRelModelpublic long getAccountEntryOrganizationRelId()
getAccountEntryOrganizationRelId in interface AccountEntryOrganizationRelModelpublic long getCompanyId()
getCompanyId in interface AccountEntryOrganizationRelModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getMvccVersion()
getMvccVersion in interface AccountEntryOrganizationRelModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getOrganizationId()
getOrganizationId in interface AccountEntryOrganizationRelModelpublic long getPrimaryKey()
getPrimaryKey in interface AccountEntryOrganizationRelModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAccountEntryId(long accountEntryId)
setAccountEntryId in interface AccountEntryOrganizationRelModelaccountEntryId - the account entry ID of this account entry organization relpublic void setAccountEntryOrganizationRelId(long accountEntryOrganizationRelId)
setAccountEntryOrganizationRelId in interface AccountEntryOrganizationRelModelaccountEntryOrganizationRelId - the account entry organization rel ID of this account entry organization relpublic void setCompanyId(long companyId)
setCompanyId in interface AccountEntryOrganizationRelModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this account entry organization relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AccountEntryOrganizationRelModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this account entry organization relpublic void setOrganizationId(long organizationId)
setOrganizationId in interface AccountEntryOrganizationRelModelorganizationId - the organization ID of this account entry organization relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AccountEntryOrganizationRelModelprimaryKey - the primary key of this account entry organization relprotected AccountEntryOrganizationRelWrapper wrap(AccountEntryOrganizationRel accountEntryOrganizationRel)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryOrganizationRel>