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 collections of
astronomical times.
- Version:
- 1.0
- Author:
- © Eliyahu Hershfeld 2007-2011
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
NAME_ORDER
public static final Comparator NAME_ORDER
DURATION_ORDER
public static final Comparator DURATION_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 - 2011 Eliyahu Hershfeld. All Rights Reserved. Released under the GPL 2 license