Class SearchDO

java.lang.Object
com.skava.search.model.domain.SearchDO

public class SearchDO extends Object

This class is the SearchDO. This class used convert request into domain object and domain object into entity object

  • Constructor Details

    • SearchDO

      public SearchDO()
  • Method Details

    • fromEntity

      public SearchDO fromEntity(String response)
      This Function is used to convert from entity object to domain object
      Parameters:
      response - It contains end user response data
      Returns:
      An Instance of SearchDO