Class SpreadImpl

java.lang.Object
com.priint.pubserver.metadata.xml.spread.SpreadImpl
All Implemented Interfaces:
Spread, Serializable

public class SpreadImpl extends Object implements Serializable, Spread
See Also:
  • Constructor Details

    • SpreadImpl

      public SpreadImpl()
  • Method Details

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

      public void setPages(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