public class ProjectFeeSchedule extends BusinessObject
Constructor and Description |
---|
ProjectFeeSchedule() |
Modifier and Type | Method and Description |
---|---|
MoneyAmount |
getAmount() |
MoneyAmount |
getBilledAmount() |
ProjectFeeScheduleKey |
getKey() |
void |
setAmount(MoneyAmount value) |
void |
setBilledAmount(MoneyAmount value) |
void |
setKey(ProjectFeeScheduleKey value) |
public MoneyAmount getAmount()
public void setAmount(MoneyAmount value)
public MoneyAmount getBilledAmount()
public void setBilledAmount(MoneyAmount value)
public ProjectFeeScheduleKey getKey()
public void setKey(ProjectFeeScheduleKey value)
Copyright © 2010–2016. All rights reserved.