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.
|
long |
getDefaultDeliveryCTermEntryId()
Returns the default delivery c term entry ID of this account entry.
|
long |
getDefaultPaymentCTermEntryId()
Returns the default payment c term entry ID 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.
|
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.
|
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 |
setDefaultDeliveryCTermEntryId(long defaultDeliveryCTermEntryId)
Sets the default delivery c term entry ID of this account entry.
|
void |
setDefaultPaymentCTermEntryId(long defaultPaymentCTermEntryId)
Sets the default payment c term entry ID 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 |
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.
|
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, 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 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 AccountEntryModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<AccountEntry>
public com.liferay.portal.kernel.model.Group getAccountEntryGroup()
getAccountEntryGroup
in interface AccountEntry
public long getAccountEntryGroupId()
getAccountEntryGroupId
in interface AccountEntry
public long getAccountEntryId()
getAccountEntryId
in interface AccountEntryModel
public long getCompanyId()
getCompanyId
in interface AccountEntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public java.util.Date getCreateDate()
getCreateDate
in interface AccountEntryModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
public com.liferay.portal.kernel.model.Address getDefaultBillingAddress()
getDefaultBillingAddress
in interface AccountEntry
public long getDefaultBillingAddressId()
getDefaultBillingAddressId
in interface AccountEntryModel
public java.lang.String getDefaultCPaymentMethodKey()
getDefaultCPaymentMethodKey
in interface AccountEntryModel
public long getDefaultDeliveryCTermEntryId()
getDefaultDeliveryCTermEntryId
in interface AccountEntryModel
public long getDefaultPaymentCTermEntryId()
getDefaultPaymentCTermEntryId
in interface AccountEntryModel
public com.liferay.portal.kernel.model.Address getDefaultShippingAddress()
getDefaultShippingAddress
in interface AccountEntry
public long getDefaultShippingAddressId()
getDefaultShippingAddressId
in interface AccountEntryModel
public java.lang.String getDescription()
getDescription
in interface AccountEntryModel
public java.lang.String getDomains()
getDomains
in interface AccountEntryModel
public java.lang.String[] getDomainsArray()
getDomainsArray
in interface AccountEntry
public java.lang.String getEmailAddress()
getEmailAddress
in interface AccountEntryModel
public java.lang.String getExternalReferenceCode()
getExternalReferenceCode
in interface AccountEntryModel
public long getLogoId()
getLogoId
in interface AccountEntryModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface AccountEntryModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
public long getMvccVersion()
getMvccVersion
in interface AccountEntryModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public java.lang.String getName()
getName
in interface AccountEntryModel
public long getParentAccountEntryId()
getParentAccountEntryId
in interface AccountEntryModel
public long getPrimaryKey()
getPrimaryKey
in interface AccountEntryModel
public int getStatus()
getStatus
in interface AccountEntryModel
public java.lang.String getTaxExemptionCode()
getTaxExemptionCode
in interface AccountEntryModel
public java.lang.String getTaxIdNumber()
getTaxIdNumber
in interface AccountEntryModel
public java.lang.String getType()
getType
in interface AccountEntryModel
public long getUserId()
getUserId
in interface AccountEntryModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface AccountEntryModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface AccountEntryModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setAccountEntryId(long accountEntryId)
setAccountEntryId
in interface AccountEntryModel
accountEntryId
- the account entry ID of this account entrypublic void setCompanyId(long companyId)
setCompanyId
in interface AccountEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this account entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface AccountEntryModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this account entrypublic void setDefaultBillingAddressId(long defaultBillingAddressId)
setDefaultBillingAddressId
in interface AccountEntryModel
defaultBillingAddressId
- the default billing address ID of this account entrypublic void setDefaultCPaymentMethodKey(java.lang.String defaultCPaymentMethodKey)
setDefaultCPaymentMethodKey
in interface AccountEntryModel
defaultCPaymentMethodKey
- the default c payment method key of this account entrypublic void setDefaultDeliveryCTermEntryId(long defaultDeliveryCTermEntryId)
setDefaultDeliveryCTermEntryId
in interface AccountEntryModel
defaultDeliveryCTermEntryId
- the default delivery c term entry ID of this account entrypublic void setDefaultPaymentCTermEntryId(long defaultPaymentCTermEntryId)
setDefaultPaymentCTermEntryId
in interface AccountEntryModel
defaultPaymentCTermEntryId
- the default payment c term entry ID of this account entrypublic void setDefaultShippingAddressId(long defaultShippingAddressId)
setDefaultShippingAddressId
in interface AccountEntryModel
defaultShippingAddressId
- the default shipping address ID of this account entrypublic void setDescription(java.lang.String description)
setDescription
in interface AccountEntryModel
description
- the description of this account entrypublic void setDomains(java.lang.String domains)
setDomains
in interface AccountEntryModel
domains
- the domains of this account entrypublic void setEmailAddress(java.lang.String emailAddress)
setEmailAddress
in interface AccountEntryModel
emailAddress
- the email address of this account entrypublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode
in interface AccountEntryModel
externalReferenceCode
- the external reference code of this account entrypublic void setLogoId(long logoId)
setLogoId
in interface AccountEntryModel
logoId
- the logo ID of this account entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface AccountEntryModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this account entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface AccountEntryModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this account entrypublic void setName(java.lang.String name)
setName
in interface AccountEntryModel
name
- the name of this account entrypublic void setParentAccountEntryId(long parentAccountEntryId)
setParentAccountEntryId
in interface AccountEntryModel
parentAccountEntryId
- the parent account entry ID of this account entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface AccountEntryModel
primaryKey
- the primary key of this account entrypublic void setStatus(int status)
setStatus
in interface AccountEntryModel
status
- the status of this account entrypublic void setTaxExemptionCode(java.lang.String taxExemptionCode)
setTaxExemptionCode
in interface AccountEntryModel
taxExemptionCode
- the tax exemption code of this account entrypublic void setTaxIdNumber(java.lang.String taxIdNumber)
setTaxIdNumber
in interface AccountEntryModel
taxIdNumber
- the tax ID number of this account entrypublic void setType(java.lang.String type)
setType
in interface AccountEntryModel
type
- the type of this account entrypublic void setUserId(long userId)
setUserId
in interface AccountEntryModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this account entrypublic void setUserName(java.lang.String userName)
setUserName
in interface AccountEntryModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this account entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface AccountEntryModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this account entryprotected AccountEntryWrapper wrap(AccountEntry accountEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntry>