public class GroupBudgetAggregate
extends java.lang.Object
Constructor and Description |
---|
GroupBudgetAggregate() |
Modifier and Type | Method and Description |
---|---|
double |
getCurrentUsedBudget() |
int |
getGroupBudgetAggrId() |
int |
getGroupId() |
double |
getTotalUsedBudget() |
void |
setCurrentUsedBudget(double currentUsedBudget) |
void |
setGroupBudgetAggrId(int groupBudgetAggrId) |
void |
setGroupId(int groupId) |
void |
setTotalUsedBudget(double totalUsedBudget) |
public void setGroupBudgetAggrId(int groupBudgetAggrId)
public int getGroupBudgetAggrId()
public void setGroupId(int groupId)
public int getGroupId()
public void setCurrentUsedBudget(double currentUsedBudget)
public double getCurrentUsedBudget()
public void setTotalUsedBudget(double totalUsedBudget)
public double getTotalUsedBudget()