Interface NumberingList

All Superinterfaces:
Serializable
All Known Implementing Classes:
NumberingListImpl

public interface NumberingList extends Serializable
  • Method Details

    • getName

      String getName()
      Returns:
      the name as String
    • setName

      void setName(String name)
      Parameters:
      name - the name to set
    • getUid

      int getUid()
      Returns:
      the uid as String
    • setUid

      void setUid(int uid)
      Parameters:
      uid - the uid to set
    • getAcrossStories

      int getAcrossStories()
      Returns:
      the acrossStories as int
    • setAcrossStories

      void setAcrossStories(int acrossStories)
      Parameters:
      acrossStories -
    • getAcrossDocuments

      int getAcrossDocuments()
      Returns:
      the acrossDocuments
    • setAcrossDocuments

      void setAcrossDocuments(int acrossDocuments)
      Parameters:
      acrossDocuments -