Package com.skava.search.model.domain
Class SearchDO
java.lang.Object
com.skava.search.model.domain.SearchDO
This class is the SearchDO. This class used convert request into domain object and domain object into entity object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEntity
(String response) This Function is used to convert from entity object to domain object
-
Constructor Details
-
SearchDO
public SearchDO()
-
-
Method Details
-
fromEntity
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
-