Class SpreadImpl

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

    public class SpreadImpl
    extends java.lang.Object
    implements java.io.Serializable, Spread
    The type Spread.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SpreadImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getId()
      Gets the id.
      java.util.List<Page> getPages()
      Gets the pages.
      void setId​(java.lang.Integer id)
      Sets the id.
      void setPages​(java.util.List<Page> pages)
      Sets the pages.
      • Methods inherited from class java.lang.Object

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

      • SpreadImpl

        public SpreadImpl()
    • Method Detail

      • getPages

        public java.util.List<Page> getPages()
        Description copied from interface: Spread
        Gets the pages.
        Specified by:
        getPages in interface Spread
        Returns:
        the pages
        See Also:
        Page
      • setPages

        public void setPages​(java.util.List<Page> pages)
        Description copied from interface: Spread
        Sets the pages.
        Specified by:
        setPages in interface Spread
        Parameters:
        pages - the new pages
        See Also:
        Page
      • getId

        public java.lang.Integer getId()
        Description copied from interface: Spread
        Gets the id.
        Specified by:
        getId in interface Spread
        Returns:
        the id
      • setId

        public void setId​(java.lang.Integer id)
        Description copied from interface: Spread
        Sets the id.
        Specified by:
        setId in interface Spread
        Parameters:
        id - the new id