public class ServiceCharge extends BusinessObject
Constructor and Description |
---|
ServiceCharge() |
Modifier and Type | Method and Description |
---|---|
Percent |
getBillablePercent() |
MoneyAmount |
getTotalAmount() |
MoneyAmount |
getTotalCost() |
void |
setBillablePercent(Percent value) |
void |
setTotalAmount(MoneyAmount value) |
void |
setTotalCost(MoneyAmount value) |
public Percent getBillablePercent()
public void setBillablePercent(Percent value)
public MoneyAmount getTotalAmount()
public void setTotalAmount(MoneyAmount value)
public MoneyAmount getTotalCost()
public void setTotalCost(MoneyAmount value)
Copyright © 2010–2016. All rights reserved.