Package com.tyndalehouse.step.tools.osis
Class Chapter
java.lang.Object
com.tyndalehouse.step.tools.osis.Chapter
-
Constructor Summary
-
Method Summary
-
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
-