Package com.skava.feed.model.domain
Class FeedDO
java.lang.Object
com.skava.feed.model.domain.FeedDO
FeedDO class.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEntity(Feed feed) This method is used to set collcetionDO's Id from entity.toEntity()This method is used to set collcetion's Id to entity.
-
Constructor Details
-
FeedDO
public FeedDO()
-
-
Method Details
-
fromEntity
This method is used to set collcetionDO's Id from entity.- Parameters:
feed- It contains the attributes required for the set values.- Returns:
- It returns
FeedDO.
-
toEntity
This method is used to set collcetion's Id to entity.- Returns:
- It returns
Feed.
-