Class ParagraphImpl

java.lang.Object
com.priint.pubserver.metadata.xml.base.DocumentElementImpl
com.priint.pubserver.metadata.xml.element.ParagraphImpl
All Implemented Interfaces:
DocumentElement, Paragraph, Serializable

public class ParagraphImpl extends DocumentElementImpl implements Paragraph
See Also:
  • Constructor Details

    • ParagraphImpl

      public ParagraphImpl()
  • Method Details

    • getSequence

      public int getSequence()
      Description copied from interface: Paragraph
      Gets the sequence.
      Specified by:
      getSequence in interface Paragraph
      Returns:
      the sequence
    • setSequence

      public void setSequence(int sequence)
      Description copied from interface: Paragraph
      Sets the sequence.
      Specified by:
      setSequence in interface Paragraph
      Parameters:
      sequence - the new sequence
    • getBbox

      public BBox getBbox()
      Description copied from interface: Paragraph
      BBox Gets the bbox.
      Specified by:
      getBbox in interface Paragraph
      Returns:
      the bbox
    • setBbox

      public void setBbox(BBox bbox)
      Description copied from interface: Paragraph
      BBox Sets the bbox.
      Specified by:
      setBbox in interface Paragraph
      Parameters:
      bbox - the new bbox
      See Also:
    • getArea

      public Area getArea()
      Description copied from interface: Paragraph
      Area Gets the area.
      Specified by:
      getArea in interface Paragraph
      Returns:
      the area
      See Also:
    • setArea

      public void setArea(Area area)
      Description copied from interface: Paragraph
      Area Sets the area.
      Specified by:
      setArea in interface Paragraph
      Parameters:
      area - the new area
      See Also:
    • getContent

      public List<Content> getContent()
      Description copied from interface: Paragraph
      Content Gets the content list.
      Specified by:
      getContent in interface Paragraph
      Returns:
      the content list
      See Also:
    • setContent

      public void setContent(List<Content> content)
      Description copied from interface: Paragraph
      Content Sets the content.
      Specified by:
      setContent in interface Paragraph
      Parameters:
      content - the new content
      See Also: