Package | Description |
---|---|
com.secutix.plugin.externalprinting.v1_0.catalog.dto |
Modifier and Type | Class and Description |
---|---|
class |
MoneyWithCurrency
Money associated to a currency by it's code.
|
Modifier and Type | Method and Description |
---|---|
Money |
Money.round(Money roundingGranularity) |
Money |
Money.round(Money roundingGranularity) |
static Money |
Money.zero()
Returns a zero money; a new object is returned for every call (Money.zero() == Money.zero() => false)
|
static Money |
Money.zero()
Returns a zero money; a new object is returned for every call (Money.zero() == Money.zero() => false)
|
Modifier and Type | Method and Description |
---|---|
Map<String,Money> |
Performance.getAmount()
This method is only here for easy automatic binding after form submission.
|
Map<String,Money> |
Product.getAmount()
This method is only here for easy automatic binding after a form submission in a screen implementing a grid of
objects extending {
|
Map<String,Money> |
Product.getAmount()
This method is only here for easy automatic binding after a form submission in a screen implementing a grid of
objects extending {
|
Map<String,Money> |
Performance.getAmount()
This method is only here for easy automatic binding after form submission.
|
Map<String,Money> |
Performance.getChargeAmount()
This method is only here for easy automatic binding after form submission.
|
Map<String,Money> |
Product.getChargeAmount()
This method is only here for easy automatic binding after form submission.
|
Map<String,Money> |
Product.getChargeAmount()
This method is only here for easy automatic binding after form submission.
|
Map<String,Money> |
Performance.getChargeAmount()
This method is only here for easy automatic binding after form submission.
|
Map<String,Money> |
Performance.getChargeCeiling()
This method is only here for easy automatic binding after form submission.
|
Map<String,Money> |
Product.getChargeCeiling()
This method is only here for easy automatic binding after form submission.
|
Map<String,Money> |
Product.getChargeCeiling()
This method is only here for easy automatic binding after form submission.
|
Map<String,Money> |
Performance.getChargeCeiling()
This method is only here for easy automatic binding after form submission.
|
Map<String,Money> |
Performance.getChargeFloor()
This method is only here for easy automatic binding after form submission.
|
Map<String,Money> |
Product.getChargeFloor()
This method is only here for easy automatic binding after form submission.
|
Map<String,Money> |
Product.getChargeFloor()
This method is only here for easy automatic binding after form submission.
|
Map<String,Money> |
Performance.getChargeFloor()
This method is only here for easy automatic binding after form submission.
|
Modifier and Type | Method and Description |
---|---|
Money |
Money.round(Money roundingGranularity) |
Money |
Money.round(Money roundingGranularity) |
Modifier and Type | Method and Description |
---|---|
void |
Performance.setAmount(Map<String,Money> amount) |
void |
Product.setAmount(Map<String,Money> amount) |
void |
Product.setAmount(Map<String,Money> amount) |
void |
Performance.setAmount(Map<String,Money> amount) |
void |
Performance.setChargeAmount(Map<String,Money> amount) |
void |
Product.setChargeAmount(Map<String,Money> amount) |
void |
Product.setChargeAmount(Map<String,Money> amount) |
void |
Performance.setChargeAmount(Map<String,Money> amount) |
void |
Performance.setChargeCeiling(Map<String,Money> ceiling) |
void |
Product.setChargeCeiling(Map<String,Money> ceiling) |
void |
Product.setChargeCeiling(Map<String,Money> ceiling) |
void |
Performance.setChargeCeiling(Map<String,Money> ceiling) |
void |
Performance.setChargeFloor(Map<String,Money> floor) |
void |
Product.setChargeFloor(Map<String,Money> floor) |
void |
Product.setChargeFloor(Map<String,Money> floor) |
void |
Performance.setChargeFloor(Map<String,Money> floor) |
Constructor and Description |
---|
Money(Money value,
int digits) |
Money(Money value,
int digits) |
Copyright © 2021. All rights reserved.