Package com.skava.feed.model.domain
Class FeedRunHistoryDO
java.lang.Object
com.skava.feed.model.domain.FeedRunHistoryDO
FeedRunHistoryDO class.
- Author:
- Infosys Equinox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LocalDateTimeFeed run end timeprotected LocalDateTimeFeed run start time -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEntity(FeedRunHistory feedRunHistory) This method is used to set collcetionDO's Id from entity.toEntity()This method is used to set collcetion's Id to entity.
-
Field Details
-
startTime
Feed run start time -
endTime
Feed run end time
-
-
Constructor Details
-
FeedRunHistoryDO
public FeedRunHistoryDO()
-
-
Method Details
-
fromEntity
This method is used to set collcetionDO's Id from entity.- Parameters:
feedRunHistory- It contains the attributes required for the set values.- Returns:
- It returns
FeedRunHistoryDO.
-
toEntity
This method is used to set collcetion's Id to entity.- Returns:
- It returns
FeedRunHistory.
-