Package com.skava.search.model.domain
Class CollectionDO
java.lang.Object
com.skava.search.model.domain.DomainAuditEntry
com.skava.search.model.domain.CollectionDO
This class is the CollectionDO . This class used convert request into domain object and domain object into entity object
-
Field Summary
Fields inherited from class com.skava.search.model.domain.DomainAuditEntry
createdBy, createdOn, updatedBy, updatedOn
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CollectionDO
public CollectionDO()
-
-
Method Details
-
fromEntity
- Parameters:
collection
- An Instance ofCollection
- Returns:
- An Instance of
CollectionDO
-
toEntity
- Returns:
- An Instance of
Collection
-