Class AccountBalance
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.AccountBalance
Balances linked to the account
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) balanceType(String balanceType) boolean@NotNull @Valid MoneyGet amountWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@NotNull StringType of the balance : deposit balance, disputed balance, loyalty balance, receivable balance...@NotNull @Valid TimePeriodGet validForinthashCode()voidvoidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetBalanceType(String balanceType) voidsetValidFor(TimePeriod validFor) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
AccountBalance
public AccountBalance()
-
-
Method Details
-
balanceType
-
getBalanceType
Type of the balance : deposit balance, disputed balance, loyalty balance, receivable balance...- Returns:
- balanceType
-
setBalanceType
-
amount
-
getAmount
Get amount- Returns:
- amount
-
setAmount
-
validFor
-
getValidFor
Get validFor- Returns:
- validFor
-
setValidFor
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-