Class NewsFactory


  • public class NewsFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NewsFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static News create​(java.lang.Integer id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NewsFactory

        public NewsFactory()
    • Method Detail

      • create

        public static News create​(java.lang.Integer id)