public class AccountEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntry> implements AccountEntry, com.liferay.portal.kernel.model.ModelWrapper<AccountEntry>
This class is a wrapper for AccountEntry.
AccountEntry,
Serialized FormACCOUNT_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
AccountEntryWrapper(AccountEntry accountEntry) |
| Modifier and Type | Method and Description |
|---|---|
AccountEntry |
cloneWithOriginalValues() |
com.liferay.portal.kernel.model.Group |
getAccountEntryGroup() |
long |
getAccountEntryGroupId() |
long |
getAccountEntryId()
Returns the account entry ID of this account entry.
|
long |
getCompanyId()
Returns the company ID of this account entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this account entry.
|
com.liferay.portal.kernel.model.Address |
getDefaultBillingAddress() |
long |
getDefaultBillingAddressId()
Returns the default billing address ID of this account entry.
|
java.lang.String |
getDefaultCPaymentMethodKey()
Returns the default c payment method key of this account entry.
|
com.liferay.portal.kernel.model.Address |
getDefaultShippingAddress() |
long |
getDefaultShippingAddressId()
Returns the default shipping address ID of this account entry.
|
java.lang.String |
getDescription()
Returns the description of this account entry.
|
java.lang.String |
getDomains()
Returns the domains of this account entry.
|
java.lang.String[] |
getDomainsArray() |
java.lang.String |
getEmailAddress()
Returns the email address of this account entry.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this account entry.
|
long |
getLogoId()
Returns the logo ID of this account entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this account entry.
|
long |
getMvccVersion()
Returns the mvcc version of this account entry.
|
java.lang.String |
getName()
Returns the name of this account entry.
|
long |
getParentAccountEntryId()
Returns the parent account entry ID of this account entry.
|
long |
getPrimaryKey()
Returns the primary key of this account entry.
|
boolean |
getRestrictMembership()
Returns the restrict membership of this account entry.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus()
Returns the status of this account entry.
|
java.lang.String |
getTaxExemptionCode()
Returns the tax exemption code of this account entry.
|
java.lang.String |
getTaxIdNumber()
Returns the tax ID number of this account entry.
|
java.lang.String |
getType()
Returns the type of this account entry.
|
long |
getUserId()
Returns the user ID of this account entry.
|
java.lang.String |
getUserName()
Returns the user name of this account entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this account entry.
|
java.lang.String |
getUuid()
Returns the uuid of this account entry.
|
boolean |
isRestrictMembership()
Returns
true if this account entry is restrict membership. |
void |
persist() |
void |
setAccountEntryId(long accountEntryId)
Sets the account entry ID of this account entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this account entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this account entry.
|
void |
setDefaultBillingAddressId(long defaultBillingAddressId)
Sets the default billing address ID of this account entry.
|
void |
setDefaultCPaymentMethodKey(java.lang.String defaultCPaymentMethodKey)
Sets the default c payment method key of this account entry.
|
void |
setDefaultShippingAddressId(long defaultShippingAddressId)
Sets the default shipping address ID of this account entry.
|
void |
setDescription(java.lang.String description)
Sets the description of this account entry.
|
void |
setDomains(java.lang.String domains)
Sets the domains of this account entry.
|
void |
setEmailAddress(java.lang.String emailAddress)
Sets the email address of this account entry.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this account entry.
|
void |
setLogoId(long logoId)
Sets the logo ID of this account entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this account entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this account entry.
|
void |
setName(java.lang.String name)
Sets the name of this account entry.
|
void |
setParentAccountEntryId(long parentAccountEntryId)
Sets the parent account entry ID of this account entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this account entry.
|
void |
setRestrictMembership(boolean restrictMembership)
Sets whether this account entry is restrict membership.
|
void |
setStatus(int status)
Sets the status of this account entry.
|
void |
setTaxExemptionCode(java.lang.String taxExemptionCode)
Sets the tax exemption code of this account entry.
|
void |
setTaxIdNumber(java.lang.String taxIdNumber)
Sets the tax ID number of this account entry.
|
void |
setType(java.lang.String type)
Sets the type of this account entry.
|
void |
setUserId(long userId)
Sets the user ID of this account entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this account entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this account entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this account entry.
|
protected AccountEntryWrapper |
wrap(AccountEntry accountEntry) |
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 AccountEntryWrapper(AccountEntry accountEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountEntry>public AccountEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface AccountEntryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AccountEntry>public com.liferay.portal.kernel.model.Group getAccountEntryGroup()
getAccountEntryGroup in interface AccountEntrypublic long getAccountEntryGroupId()
getAccountEntryGroupId in interface AccountEntrypublic long getAccountEntryId()
getAccountEntryId in interface AccountEntryModelpublic long getCompanyId()
getCompanyId in interface AccountEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface AccountEntryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic com.liferay.portal.kernel.model.Address getDefaultBillingAddress()
getDefaultBillingAddress in interface AccountEntrypublic long getDefaultBillingAddressId()
getDefaultBillingAddressId in interface AccountEntryModelpublic java.lang.String getDefaultCPaymentMethodKey()
getDefaultCPaymentMethodKey in interface AccountEntryModelpublic com.liferay.portal.kernel.model.Address getDefaultShippingAddress()
getDefaultShippingAddress in interface AccountEntrypublic long getDefaultShippingAddressId()
getDefaultShippingAddressId in interface AccountEntryModelpublic java.lang.String getDescription()
getDescription in interface AccountEntryModelpublic java.lang.String getDomains()
getDomains in interface AccountEntryModelpublic java.lang.String[] getDomainsArray()
getDomainsArray in interface AccountEntrypublic java.lang.String getEmailAddress()
getEmailAddress in interface AccountEntryModelpublic java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface AccountEntryModelpublic long getLogoId()
getLogoId in interface AccountEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AccountEntryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface AccountEntryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getName()
getName in interface AccountEntryModelpublic long getParentAccountEntryId()
getParentAccountEntryId in interface AccountEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface AccountEntryModelpublic boolean getRestrictMembership()
getRestrictMembership in interface AccountEntryModelpublic int getStatus()
getStatus in interface AccountEntryModelpublic java.lang.String getTaxExemptionCode()
getTaxExemptionCode in interface AccountEntryModelpublic java.lang.String getTaxIdNumber()
getTaxIdNumber in interface AccountEntryModelpublic java.lang.String getType()
getType in interface AccountEntryModelpublic long getUserId()
getUserId in interface AccountEntryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface AccountEntryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface AccountEntryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface AccountEntryModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic boolean isRestrictMembership()
true if this account entry is restrict membership.isRestrictMembership in interface AccountEntryModeltrue if this account entry is restrict membership; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAccountEntryId(long accountEntryId)
setAccountEntryId in interface AccountEntryModelaccountEntryId - the account entry ID of this account entrypublic void setCompanyId(long companyId)
setCompanyId in interface AccountEntryModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this account entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AccountEntryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this account entrypublic void setDefaultBillingAddressId(long defaultBillingAddressId)
setDefaultBillingAddressId in interface AccountEntryModeldefaultBillingAddressId - the default billing address ID of this account entrypublic void setDefaultCPaymentMethodKey(java.lang.String defaultCPaymentMethodKey)
setDefaultCPaymentMethodKey in interface AccountEntryModeldefaultCPaymentMethodKey - the default c payment method key of this account entrypublic void setDefaultShippingAddressId(long defaultShippingAddressId)
setDefaultShippingAddressId in interface AccountEntryModeldefaultShippingAddressId - the default shipping address ID of this account entrypublic void setDescription(java.lang.String description)
setDescription in interface AccountEntryModeldescription - the description of this account entrypublic void setDomains(java.lang.String domains)
setDomains in interface AccountEntryModeldomains - the domains of this account entrypublic void setEmailAddress(java.lang.String emailAddress)
setEmailAddress in interface AccountEntryModelemailAddress - the email address of this account entrypublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface AccountEntryModelexternalReferenceCode - the external reference code of this account entrypublic void setLogoId(long logoId)
setLogoId in interface AccountEntryModellogoId - the logo ID of this account entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AccountEntryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this account entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AccountEntryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this account entrypublic void setName(java.lang.String name)
setName in interface AccountEntryModelname - the name of this account entrypublic void setParentAccountEntryId(long parentAccountEntryId)
setParentAccountEntryId in interface AccountEntryModelparentAccountEntryId - the parent account entry ID of this account entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AccountEntryModelprimaryKey - the primary key of this account entrypublic void setRestrictMembership(boolean restrictMembership)
setRestrictMembership in interface AccountEntryModelrestrictMembership - the restrict membership of this account entrypublic void setStatus(int status)
setStatus in interface AccountEntryModelstatus - the status of this account entrypublic void setTaxExemptionCode(java.lang.String taxExemptionCode)
setTaxExemptionCode in interface AccountEntryModeltaxExemptionCode - the tax exemption code of this account entrypublic void setTaxIdNumber(java.lang.String taxIdNumber)
setTaxIdNumber in interface AccountEntryModeltaxIdNumber - the tax ID number of this account entrypublic void setType(java.lang.String type)
setType in interface AccountEntryModeltype - the type of this account entrypublic void setUserId(long userId)
setUserId in interface AccountEntryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this account entrypublic void setUserName(java.lang.String userName)
setUserName in interface AccountEntryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this account entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AccountEntryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this account entrypublic void setUuid(java.lang.String uuid)
setUuid in interface AccountEntryModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this account entrypublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected AccountEntryWrapper wrap(AccountEntry accountEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntry>