Class Team

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

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

    • createdTime

      protected Date createdTime
      createdTime param.
    • updatedTime

      protected Date updatedTime
      updatedTime param.
  • Constructor Details

    • Team

      public Team()
  • Method Details

    • fromDomainObject

      public Team fromDomainObject(TeamDO teamDO)
      This function is used to map the params present in object TeamDO to Team
      Parameters:
      teamDO - which is to be mapped to an object of type Team
      Returns:
      It returns the object of type Team.
    • toDomainObject

      public TeamDO toDomainObject()
      To domain object. This function is used to map the params present in object Team to TeamDO
      Returns:
      It returns the object of type TeamDO.