Class Collections
java.lang.Object
com.skava.ratingandreviews.collection.model.datatransferobjects.Collections
- All Implemented Interfaces:
Serializable
The Class Collection
This Class Holds the information about the Collection
- Since:
- 8.0
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(CollectionDomain collectionDO) method - his function is used to convert domain object to exchange object.
-
Constructor Details
-
Collections
public Collections()
-
-
Method Details
-
fromDomainObject
method - his function is used to convert domain object to exchange object.
- Parameters:
collectionDO
- An Instance ofCollectionDomain
;- Returns:
- An Instance of
Collections
;
-