public class Adjustment extends Object implements Serializable
| Constructor and Description |
|---|
Adjustment()
Instantiates a new adjustment.
|
Adjustment(String name,
BigDecimal amount)
Instantiates a new adjustment.
|
public Adjustment()
public Adjustment(String name, BigDecimal amount)
name - the nameamount - the amountpublic String getName()
public void setName(String name)
name - the new namepublic BigDecimal getAmount()
public void setAmount(BigDecimal amount)
amount - the new amountCopyright © 2017 BotMill. All rights reserved.