Package com.skava.accounts.model.entity
Class BudgetEntity
java.lang.Object
com.skava.accounts.model.entity.BudgetEntity
- All Implemented Interfaces:
Serializable
The class BudgetEntity represents the database fields of budgets.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BudgetEntity
public BudgetEntity(long id) Instantiates a new budget entity.- Parameters:
id
- the id
-