Class SpreadImpl

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

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

      • SpreadImpl

        public SpreadImpl()
    • Method Detail

      • getRecord

        public Record getRecord()
        Description copied from interface: Spread
        Gets the record.
        Specified by:
        getRecord in interface Spread
        Returns:
        the record
      • setRecord

        public void setRecord​(Record record)
        Description copied from interface: Spread
        Sets the record.
        Specified by:
        setRecord in interface Spread
        Parameters:
        record - the new record
      • getContent

        public Content getContent()
        Description copied from interface: Spread
        Gets the content.
        Specified by:
        getContent in interface Spread
        Returns:
        the content
      • setContent

        public void setContent​(Content content)
        Description copied from interface: Spread
        Sets the content.
        Specified by:
        setContent in interface Spread
        Parameters:
        content - the new content
      • getDimensions

        public Dimensions getDimensions()
        Description copied from interface: Spread
        Gets the dimensions.
        Specified by:
        getDimensions in interface Spread
        Returns:
        the dimensions
      • setDimensions

        public void setDimensions​(Dimensions dimensions)
        Description copied from interface: Spread
        Sets the dimensions.
        Specified by:
        setDimensions in interface Spread
        Parameters:
        dimensions - the new dimensions
      • getPages

        public java.util.List<Page> getPages()
        Description copied from interface: Spread
        Gets the pages.
        Specified by:
        getPages in interface Spread
        Returns:
        the pages
      • 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
      • getId

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

        public void setId​(int id)
        Description copied from interface: Spread
        Sets the id.
        Specified by:
        setId in interface Spread
        Parameters:
        id - the new id
      • getUid

        public int getUid()
        Description copied from interface: Spread
        Gets the uid.
        Specified by:
        getUid in interface Spread
        Returns:
        the uid
      • setUid

        public void setUid​(int uid)
        Description copied from interface: Spread
        Sets the uid.
        Specified by:
        setUid in interface Spread
        Parameters:
        uid - the new uid