Class NewsModel

  • All Implemented Interfaces:
    org.silverpeas.core.contribution.model.ContributionModel

    public class NewsModel
    extends org.silverpeas.core.contribution.model.DefaultContributionModel<News>
    The default implementation of the News entity which is extending the default one.
    Author:
    silveryocha
    See Also:
    ContributionModel, DefaultContributionModel
    • Method Detail

      • getProperty

        public <T> T getProperty​(String property,
                                 Object... parameters)
        Specified by:
        getProperty in interface org.silverpeas.core.contribution.model.ContributionModel
        Overrides:
        getProperty in class org.silverpeas.core.contribution.model.DefaultContributionModel<News>