Class ContentImpl

  • All Implemented Interfaces:
    Content, java.io.Serializable

    public class ContentImpl
    extends java.lang.Object
    implements java.io.Serializable, Content
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ContentImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPages()
      Gets the pages.
      void setPages​(int pages)
      Sets the pages.
      • Methods inherited from class java.lang.Object

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

      • ContentImpl

        public ContentImpl()
    • Method Detail

      • getPages

        public int getPages()
        Description copied from interface: Content
        Gets the pages.
        Specified by:
        getPages in interface Content
        Returns:
        the pages
      • setPages

        public void setPages​(int pages)
        Description copied from interface: Content
        Sets the pages.
        Specified by:
        setPages in interface Content
        Parameters:
        pages - the new pages