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 |
---|---|
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, toUnescapedModel, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public 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 long getAccountEntryId()
getAccountEntryId
in interface AccountEntryOrganizationRelModel
public long getAccountEntryOrganizationRelId()
getAccountEntryOrganizationRelId
in interface AccountEntryOrganizationRelModel
public long getCompanyId()
getCompanyId
in interface AccountEntryOrganizationRelModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getMvccVersion()
getMvccVersion
in interface AccountEntryOrganizationRelModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getOrganizationId()
getOrganizationId
in interface AccountEntryOrganizationRelModel
public long getPrimaryKey()
getPrimaryKey
in interface AccountEntryOrganizationRelModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setAccountEntryId(long accountEntryId)
setAccountEntryId
in interface AccountEntryOrganizationRelModel
accountEntryId
- the account entry ID of this account entry organization relpublic void setAccountEntryOrganizationRelId(long accountEntryOrganizationRelId)
setAccountEntryOrganizationRelId
in interface AccountEntryOrganizationRelModel
accountEntryOrganizationRelId
- the account entry organization rel ID of this account entry organization relpublic void setCompanyId(long companyId)
setCompanyId
in interface AccountEntryOrganizationRelModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this account entry organization relpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface AccountEntryOrganizationRelModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this account entry organization relpublic void setOrganizationId(long organizationId)
setOrganizationId
in interface AccountEntryOrganizationRelModel
organizationId
- the organization ID of this account entry organization relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface AccountEntryOrganizationRelModel
primaryKey
- the primary key of this account entry organization relprotected AccountEntryOrganizationRelWrapper wrap(AccountEntryOrganizationRel accountEntryOrganizationRel)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryOrganizationRel>