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