Class FinancialAccountUnderscoreCreate
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.dto.FinancialAccountUnderscoreCreate
Deprecated.
An account of money owed by a party to another entity in exchange for goods or services that have been delivered or used. A financial (account receivable account/account payable) aggregates the amounts of one or more party accounts (billing or settlement) owned by a given party. It is a specialization of entity Account. Skipped properties: id,href
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountBalance(List<AccountBalance> accountBalance) Deprecated.accountRelationship(List<AccountRelationship> accountRelationship) Deprecated.accountType(String accountType) Deprecated.addAccountBalanceItem(AccountBalance accountBalanceItem) Deprecated.addAccountRelationshipItem(AccountRelationship accountRelationshipItem) Deprecated.addContactItem(Contact contactItem) Deprecated.addRelatedPartyItem(RelatedParty relatedPartyItem) Deprecated.addTaxExemptionItem(AccountTaxExemption taxExemptionItem) Deprecated.atBaseType(String atBaseType) Deprecated.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.Deprecated.creditLimit(Money creditLimit) Deprecated.description(String description) Deprecated.booleanDeprecated.@Valid List<AccountBalance>Deprecated.Get accountBalance@Valid List<AccountRelationship>Deprecated.Get accountRelationshipDeprecated.A categorization of an account, such as individual, joint, and so forth, whose instances share some of the same characteristics.Deprecated.When sub-classing, this defines the super-classDeprecated.A URI to a JSON-Schema file that defines additional attributes and relationshipsDeprecated.When sub-classing, this defines the sub-class entity nameDeprecated.Get contact@Valid MoneyDeprecated.Get creditLimitDeprecated.Detailed description of the party account@Valid DateDeprecated.Date of last modification of the account@NotNull StringgetName()Deprecated.Name of the account@Valid List<RelatedParty>Deprecated.Get relatedPartygetState()Deprecated.Contains the lifecycle state such as: Active, Closed, Suspended and so on.@Valid List<AccountTaxExemption>Deprecated.Get taxExemptioninthashCode()Deprecated.lastModified(Date lastModified) Deprecated.Deprecated.relatedParty(List<RelatedParty> relatedParty) Deprecated.voidsetAccountBalance(List<AccountBalance> accountBalance) Deprecated.voidsetAccountRelationship(List<AccountRelationship> accountRelationship) Deprecated.voidsetAccountType(String accountType) Deprecated.voidsetAtBaseType(String atBaseType) Deprecated.voidsetAtSchemaLocation(String atSchemaLocation) Deprecated.voidDeprecated.voidsetContact(List<Contact> contact) Deprecated.voidsetCreditLimit(Money creditLimit) Deprecated.voidsetDescription(String description) Deprecated.voidsetLastModified(Date lastModified) Deprecated.voidDeprecated.voidsetRelatedParty(List<RelatedParty> relatedParty) Deprecated.voidDeprecated.voidsetTaxExemption(List<AccountTaxExemption> taxExemption) Deprecated.Deprecated.taxExemption(List<AccountTaxExemption> taxExemption) Deprecated.toString()Deprecated.
-
Constructor Details
-
FinancialAccountUnderscoreCreate
public FinancialAccountUnderscoreCreate()Deprecated.
-
-
Method Details
-
accountType
Deprecated. -
getAccountType
Deprecated.A categorization of an account, such as individual, joint, and so forth, whose instances share some of the same characteristics. Note: for flexibility we use a String here but an implementation may use an enumeration with a limited list of valid values.- Returns:
- accountType
-
setAccountType
Deprecated. -
description
Deprecated. -
getDescription
Deprecated.Detailed description of the party account- Returns:
- description
-
setDescription
Deprecated. -
lastModified
Deprecated. -
getLastModified
Deprecated.Date of last modification of the account- Returns:
- lastModified
-
setLastModified
Deprecated. -
name
Deprecated. -
getName
Deprecated.Name of the account- Returns:
- name
-
setName
Deprecated. -
state
Deprecated. -
getState
Deprecated.Contains the lifecycle state such as: Active, Closed, Suspended and so on.- Returns:
- state
-
setState
Deprecated. -
accountBalance
Deprecated. -
addAccountBalanceItem
Deprecated. -
getAccountBalance
Deprecated.Get accountBalance- Returns:
- accountBalance
-
setAccountBalance
Deprecated. -
accountRelationship
public FinancialAccountUnderscoreCreate accountRelationship(List<AccountRelationship> accountRelationship) Deprecated. -
addAccountRelationshipItem
public FinancialAccountUnderscoreCreate addAccountRelationshipItem(AccountRelationship accountRelationshipItem) Deprecated. -
getAccountRelationship
Deprecated.Get accountRelationship- Returns:
- accountRelationship
-
setAccountRelationship
Deprecated. -
contact
Deprecated. -
addContactItem
Deprecated. -
getContact
Deprecated.Get contact- Returns:
- contact
-
setContact
Deprecated. -
creditLimit
Deprecated. -
getCreditLimit
Deprecated.Get creditLimit- Returns:
- creditLimit
-
setCreditLimit
Deprecated. -
addRelatedPartyItem
Deprecated. -
getRelatedParty
Deprecated.Get relatedParty- Returns:
- relatedParty
-
setRelatedParty
Deprecated. -
taxExemption
Deprecated. -
addTaxExemptionItem
Deprecated. -
getTaxExemption
Deprecated.Get taxExemption- Returns:
- taxExemption
-
setTaxExemption
Deprecated. -
atBaseType
Deprecated. -
getAtBaseType
Deprecated.When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
Deprecated. -
atSchemaLocation
Deprecated. -
getAtSchemaLocation
Deprecated.A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
Deprecated. -
atType
Deprecated. -
getAtType
Deprecated.When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-