@ProviderType public interface AccountEntryModel extends com.liferay.portal.kernel.model.BaseModel<AccountEntry>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.WorkflowedModel
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.
|
long |
getStatusByUserId()
Returns the status by user ID of this account entry.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this account entry.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this account entry.
|
java.util.Date |
getStatusDate()
Returns the status date 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 |
isApproved()
Returns
true if this account entry is approved. |
boolean |
isDenied()
Returns
true if this account entry is denied. |
boolean |
isDraft()
Returns
true if this account entry is a draft. |
boolean |
isExpired()
Returns
true if this account entry is expired. |
boolean |
isInactive()
Returns
true if this account entry is inactive. |
boolean |
isIncomplete()
Returns
true if this account entry is incomplete. |
boolean |
isPending()
Returns
true if this account entry is pending. |
boolean |
isRestrictMembership()
Returns
true if this account entry is restrict membership. |
boolean |
isScheduled()
Returns
true if this account entry is scheduled. |
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 |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this account entry.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this account entry.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this account entry.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date 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.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this account entrylong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this account entry@AutoEscape java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this account entry@AutoEscape java.lang.String getExternalReferenceCode()
getExternalReferenceCode
in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode
in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
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.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this account entrylong getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this account entryjava.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this account entry@AutoEscape java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this account entryjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this account entryjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- 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()
getStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
void setStatus(int status)
setStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
status
- the status of this account entrylong getStatusByUserId()
getStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
void setStatusByUserId(long statusByUserId)
setStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusByUserId
- the status by user ID of this account entryjava.lang.String getStatusByUserUuid()
getStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusByUserUuid
- the status by user uuid of this account entry@AutoEscape java.lang.String getStatusByUserName()
getStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusByUserName
- the status by user name of this account entryjava.util.Date getStatusDate()
getStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
void setStatusDate(java.util.Date statusDate)
setStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusDate
- the status date of this account entryboolean isApproved()
true
if this account entry is approved.isApproved
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this account entry is approved; false
otherwiseboolean isDenied()
true
if this account entry is denied.isDenied
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this account entry is denied; false
otherwiseboolean isDraft()
true
if this account entry is a draft.isDraft
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this account entry is a draft; false
otherwiseboolean isExpired()
true
if this account entry is expired.isExpired
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this account entry is expired; false
otherwiseboolean isInactive()
true
if this account entry is inactive.isInactive
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this account entry is inactive; false
otherwiseboolean isIncomplete()
true
if this account entry is incomplete.isIncomplete
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this account entry is incomplete; false
otherwiseboolean isPending()
true
if this account entry is pending.isPending
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this account entry is pending; false
otherwiseboolean isScheduled()
true
if this account entry is scheduled.isScheduled
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this account entry is scheduled; false
otherwiseAccountEntry cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<AccountEntry>
default java.lang.String toXmlString()