java.lang.Object
org.silverpeas.core.contribution.model.DefaultContributionModel<News>
org.silverpeas.components.quickinfo.model.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 Summary

    Modifier and Type
    Method
    Description
    <T> T
    getProperty(String property, Object... parameters)
     

    Methods inherited from class org.silverpeas.core.contribution.model.DefaultContributionModel

    equals, filterByType, getByReflection, getContribution, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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>