Class FinancialAccountRef
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.FinancialAccountRef
AccountReceivable reference. An account of money owed by a party to another entity in exchange for goods or services that have been delivered or used. An account receivable aggregates the amounts of one or more party accounts (billing or settlement) owned by a given party.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountBalance(AccountBalance accountBalance) atBaseType(String atBaseType) atReferredType(String atReferredType) atSchemaLocation(String atSchemaLocation) boolean@Valid AccountBalanceGet accountBalanceWhen sub-classing, this defines the super-classThe actual type of the target instance when needed for disambiguation.A URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity namegetHref()Unique reference of the account@NotNull StringgetId()Unique identifier of the accountgetName()Name of the accountinthashCode()voidsetAccountBalance(AccountBalance accountBalance) voidsetAtBaseType(String atBaseType) voidsetAtReferredType(String atReferredType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidvoidvoidtoString()
-
Constructor Details
-
FinancialAccountRef
public FinancialAccountRef()
-
-
Method Details
-
id
-
getId
Unique identifier of the account- Returns:
- id
-
setId
-
href
-
getHref
Unique reference of the account- Returns:
- href
-
setHref
-
name
-
getName
Name of the account- Returns:
- name
-
setName
-
accountBalance
-
getAccountBalance
Get accountBalance- Returns:
- accountBalance
-
setAccountBalance
-
atBaseType
-
getAtBaseType
When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atType
-
getAtType
When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
-
atReferredType
-
getAtReferredType
The actual type of the target instance when needed for disambiguation.- Returns:
- atReferredType
-
setAtReferredType
-
equals
-
hashCode
public int hashCode() -
toString
-