Hi,<div><br></div><div>I currently maintain book, chapter and verse as integers in my application and to get a Verse/Key I first convert the numbers into a String e.g. 1,2,3 -&gt; Gen 2:3.  Then I use book.getKey(&quot;Gen 2:3&quot;).  Is there a way to get a Verse/Key without creating a string representation of the verse e.g. new Verse(1,2,3)?</div>
<div><br></div><div>Or have I misunderstand the intended method to use these classes?</div><div><br></div><div>Thanks</div><div>Martin</div>