public class ProjectBilling extends Object
Constructor and Description |
---|
ProjectBilling() |
Modifier and Type | Method and Description |
---|---|
MoneyAmount |
getAmount() |
MoneyAmount |
getProfitAmount() |
Percent |
getProfitPercent() |
Quantity |
getQuantity() |
MoneyAmount |
getRate() |
BillingStatus |
getStatus() |
MoneyAmount |
getTaxAmount() |
BillingType |
getType() |
void |
setAmount(MoneyAmount value) |
void |
setProfitAmount(MoneyAmount value) |
void |
setProfitPercent(Percent value) |
void |
setQuantity(Quantity value) |
void |
setRate(MoneyAmount value) |
void |
setStatus(BillingStatus value) |
void |
setTaxAmount(MoneyAmount value) |
void |
setType(BillingType value) |
public MoneyAmount getAmount()
public void setAmount(MoneyAmount value)
public MoneyAmount getProfitAmount()
public void setProfitAmount(MoneyAmount value)
public Percent getProfitPercent()
public void setProfitPercent(Percent value)
public Quantity getQuantity()
public void setQuantity(Quantity value)
public MoneyAmount getRate()
public void setRate(MoneyAmount value)
public BillingStatus getStatus()
public void setStatus(BillingStatus value)
public MoneyAmount getTaxAmount()
public void setTaxAmount(MoneyAmount value)
public BillingType getType()
public void setType(BillingType value)
Copyright © 2010–2016. All rights reserved.