Class SectionImpl

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

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

      • SectionImpl

        public SectionImpl()
    • Method Detail

      • getIndex

        public int getIndex()
        Specified by:
        getIndex in interface Section
        Returns:
        the index
      • setIndex

        public void setIndex​(int index)
        Specified by:
        setIndex in interface Section
        Parameters:
        index - the index to set
      • getUid

        public int getUid()
        Specified by:
        getUid in interface Section
        Returns:
        the uid
      • setUid

        public void setUid​(int uid)
        Specified by:
        setUid in interface Section
        Parameters:
        uid - the uid to set
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Section
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Specified by:
        setName in interface Section
        Parameters:
        name - the name to set
      • getMarker

        public java.lang.String getMarker()
        Specified by:
        getMarker in interface Section
        Returns:
        the marker
      • setMarker

        public void setMarker​(java.lang.String marker)
        Specified by:
        setMarker in interface Section
        Parameters:
        marker - the marker to set
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface Section
        Returns:
        the type
      • setType

        public void setType​(java.lang.String type)
        Specified by:
        setType in interface Section
        Parameters:
        type - the type to set
      • getContinueNumber

        public int getContinueNumber()
        Specified by:
        getContinueNumber in interface Section
        Returns:
        the continueNumber
      • setContinueNumber

        public void setContinueNumber​(int continueNumber)
        Specified by:
        setContinueNumber in interface Section
        Parameters:
        continueNumber - the continueNumber to set
      • getStartNumber

        public int getStartNumber()
        Specified by:
        getStartNumber in interface Section
        Returns:
        the startNumber
      • setStartNumber

        public void setStartNumber​(int startNumber)
        Specified by:
        setStartNumber in interface Section
        Parameters:
        startNumber - the startNumber to set
      • getOffsetNumber

        public int getOffsetNumber()
        Specified by:
        getOffsetNumber in interface Section
        Returns:
        the offsetNumber
      • setOffsetNumber

        public void setOffsetNumber​(int offsetNumber)
        Specified by:
        setOffsetNumber in interface Section
        Parameters:
        offsetNumber - the offsetNumber to set
      • getIncludePrefix

        public int getIncludePrefix()
        Specified by:
        getIncludePrefix in interface Section
        Returns:
        the includePrefix
      • setIncludePrefix

        public void setIncludePrefix​(int includePrefix)
        Specified by:
        setIncludePrefix in interface Section
        Parameters:
        includePrefix - the includePrefix to set