net.sf.zekr.common.resource.model
Class Aya

java.lang.Object
  extended by net.sf.zekr.common.resource.model.Aya

public class Aya
extends java.lang.Object


Constructor Summary
Aya(IQuranText quranText, IQuranLocation location)
           
 
Method Summary
 java.lang.String getBismillah()
           
 int getHizbQuarter()
           
 JuzProperties getJuz()
           
 IQuranLocation getLocation()
           
 IQuranText getQuranText()
           
 SajdaProperties getSajda()
           
 java.lang.String getText()
           
 boolean hasHizb()
           
 boolean hasJuz()
           
 boolean hasSajda()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aya

public Aya(IQuranText quranText,
           IQuranLocation location)
Method Detail

hasJuz

public boolean hasJuz()

hasHizb

public boolean hasHizb()

hasSajda

public boolean hasSajda()

getSajda

public SajdaProperties getSajda()

getJuz

public JuzProperties getJuz()

getHizbQuarter

public int getHizbQuarter()

getLocation

public IQuranLocation getLocation()

getQuranText

public IQuranText getQuranText()

getBismillah

public java.lang.String getBismillah()

getText

public java.lang.String getText()