Class Budgets

java.lang.Object
com.skava.accounts.model.exchange.Budgets
All Implemented Interfaces:
Serializable

public class Budgets extends Object implements Serializable
This Class Budgets is used as the model object for Budgets Entity.
Author:
Infosys Equinox
See Also:
  • Field Details

    • createdTime

      protected Date createdTime
      The createdTime param.
    • updatedTime

      protected Date updatedTime
      The updatedTime param.
  • Constructor Details

    • Budgets

      public Budgets()
  • Method Details

    • fromDomainObject

      public Budgets fromDomainObject(BudgetDO budgetDO)
      From domain object. This function is used to map the params present in object BudgetDO to Budgets
      Parameters:
      budgetDO - consists of params which is to be converted to Budgets type
      Returns:
      budgets of type Budgets
    • toDomainObject

      public BudgetDO toDomainObject()
      To domain object. This function is used to map the params present in object Budgets to BudgetDO
      Returns:
      the budgetDO of type BudgetDO