Class FeedDO

java.lang.Object
com.skava.feed.model.domain.FeedDO

public class FeedDO extends Object

FeedDO class.

Author:
Infosys Equinox
  • Constructor Details

    • FeedDO

      public FeedDO()
  • Method Details

    • fromEntity

      public FeedDO fromEntity(Feed feed)
      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

      public Feed toEntity()
      This method is used to set collcetion's Id to entity.
      Returns:
      It returns Feed.