Class Chapter

java.lang.Object
com.tyndalehouse.step.tools.osis.Chapter

public class Chapter extends Object
  • Constructor Details

    • Chapter

      public Chapter(int chapNo, int start, int stop, int bookNo)
      Parameters:
      chapNo -
      start -
      stop -
      bookNo -
  • Method Details

    • getChapNo

      public int getChapNo()
      Returns:
      the chapNo
    • getStart

      public int getStart()
      Returns:
      the start
    • getStop

      public int getStop()
      Returns:
      the stop
    • getBookNo

      public int getBookNo()
      Returns:
      the bookNo