net.sf.zekr.common.resource
Class QuranProperties
java.lang.Object
net.sf.zekr.common.resource.QuranProperties
- All Implemented Interfaces:
- IQuranProperties
public class QuranProperties
- extends java.lang.Object
- implements IQuranProperties
- Author:
- Mohsen Saboorian
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static QuranProperties getInstance()
getSuraList
public final java.util.List getSuraList()
getJuzList
public final java.util.List getJuzList()
getSajdaList
public final java.util.List getSajdaList()
getSura
public SuraProperties getSura(int suraNum)
- Specified by:
getSura
in interface IQuranProperties
- Parameters:
suraNum
- sura number (counted from 1)
- Returns:
SuraProperties
of the given sura number
getJuz
public JuzProperties getJuz(int juzNum)
- Specified by:
getJuz
in interface IQuranProperties
- Parameters:
juzNum
- juz number (counted from 1)
- Returns:
JuzProperties
of the given juz number
getSajda
public SajdaProperties getSajda(int sajdaNum)
- Specified by:
getSajda
in interface IQuranProperties
- Parameters:
sajdaNum
- sajda number (counted from 1)
- Returns:
SajdaProperties
of the given sajda number.