net.sourceforge.zmanim.util
Class Zman
java.lang.Object
net.sourceforge.zmanim.util.Zman
- public class Zman
- extends Object
Wrapper class for an astronomical time, mostly used to sort astronomical times.
- Version:
- 0.1
- Author:
- © Eliyahu Hershfeld 2007
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATE_ORDER
public static final Comparator DATE_ORDER
- TODO implement duration support for solar hours
NAME_ORDER
public static final Comparator NAME_ORDER
Zman
public Zman(Date date,
String label)
Zman
public Zman(long duration,
String label)
getZman
public Date getZman()
setZman
public void setZman(Date date)
getDuration
public long getDuration()
setDuration
public void setDuration(long duration)
getZmanLabel
public String getZmanLabel()
setZmanLabel
public void setZmanLabel(String label)
getZmanDescription
public Date getZmanDescription()
- Returns:
- the zmanDescription
setZmanDescription
public void setZmanDescription(Date zmanDescription)
- Parameters:
zmanDescription
- the zmanDescription to set
Copyright © 2004 - 2007 Eliyahu Hershfeld. All Rights Reserved.