Class SectionImpl

java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.SectionImpl
All Implemented Interfaces:
Section, Serializable

public class SectionImpl extends Object implements Serializable, Section
See Also:
  • Constructor Details

    • SectionImpl

      public SectionImpl()
  • Method Details

    • 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 String getName()
      Specified by:
      getName in interface Section
      Returns:
      the name
    • setName

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

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

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

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

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