@ProviderType public interface AccountEntryModel extends com.liferay.portal.kernel.model.BaseModel<AccountEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
This interface and its corresponding implementation com.liferay.account.model.impl.AccountEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.account.model.impl.AccountEntryImpl.
AccountEntry| Modifier and Type | Method and Description |
|---|---|
AccountEntry |
cloneWithOriginalValues() |
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.
|
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 |
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 |
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.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.
|
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 |
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 |
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this account entrylong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this account entry@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this account entry@AutoEscape java.lang.String getExternalReferenceCode()
void setExternalReferenceCode(java.lang.String externalReferenceCode)
externalReferenceCode - the external reference code of this account entrylong getAccountEntryId()
void setAccountEntryId(long accountEntryId)
accountEntryId - the account entry ID of this account entrylong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId 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 entrylong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this account entryjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this account entry@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this account entryjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this account entryjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this account entrylong getDefaultBillingAddressId()
void setDefaultBillingAddressId(long defaultBillingAddressId)
defaultBillingAddressId - the default billing address ID of this account entry@AutoEscape java.lang.String getDefaultCPaymentMethodKey()
void setDefaultCPaymentMethodKey(java.lang.String defaultCPaymentMethodKey)
defaultCPaymentMethodKey - the default c payment method key of this account entrylong getDefaultShippingAddressId()
void setDefaultShippingAddressId(long defaultShippingAddressId)
defaultShippingAddressId - the default shipping address ID of this account entrylong getParentAccountEntryId()
void setParentAccountEntryId(long parentAccountEntryId)
parentAccountEntryId - the parent account entry ID of this account entry@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description of this account entry@AutoEscape java.lang.String getDomains()
void setDomains(java.lang.String domains)
domains - the domains of this account entry@AutoEscape java.lang.String getEmailAddress()
void setEmailAddress(java.lang.String emailAddress)
emailAddress - the email address of this account entrylong getLogoId()
void setLogoId(long logoId)
logoId - the logo ID of this account entry@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this account entryboolean getRestrictMembership()
boolean isRestrictMembership()
true if this account entry is restrict membership.true if this account entry is restrict membership; false otherwisevoid setRestrictMembership(boolean restrictMembership)
restrictMembership - the restrict membership of this account entry@AutoEscape java.lang.String getTaxExemptionCode()
void setTaxExemptionCode(java.lang.String taxExemptionCode)
taxExemptionCode - the tax exemption code of this account entry@AutoEscape java.lang.String getTaxIdNumber()
void setTaxIdNumber(java.lang.String taxIdNumber)
taxIdNumber - the tax ID number of this account entry@AutoEscape java.lang.String getType()
void setType(java.lang.String type)
type - the type of this account entryint getStatus()
void setStatus(int status)
status - the status of this account entryAccountEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AccountEntry>