Class NumberingListImpl

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

public class NumberingListImpl extends Object implements Serializable, NumberingList
See Also:
  • Constructor Details

    • NumberingListImpl

      public NumberingListImpl()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface NumberingList
      Returns:
      the name as String
    • setName

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

      public int getUid()
      Specified by:
      getUid in interface NumberingList
      Returns:
      the uid as String
    • setUid

      public void setUid(int uid)
      Specified by:
      setUid in interface NumberingList
      Parameters:
      uid - the uid to set
    • getAcrossStories

      public int getAcrossStories()
      Specified by:
      getAcrossStories in interface NumberingList
      Returns:
      the acrossStories as int
    • setAcrossStories

      public void setAcrossStories(int acrossStories)
      Specified by:
      setAcrossStories in interface NumberingList
      Parameters:
      acrossStories -
    • getAcrossDocuments

      public int getAcrossDocuments()
      Specified by:
      getAcrossDocuments in interface NumberingList
      Returns:
      the acrossDocuments
    • setAcrossDocuments

      public void setAcrossDocuments(int acrossDocuments)
      Specified by:
      setAcrossDocuments in interface NumberingList
      Parameters:
      acrossDocuments -