| Modifier and Type | Field and Description |
|---|---|
static Comparator<Zman> |
DATE_ORDER |
static Comparator<Zman> |
DURATION_ORDER |
static Comparator<Zman> |
NAME_ORDER |
| Constructor and Description |
|---|
Zman(Date date,
String label) |
Zman(long duration,
String label) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration() |
Date |
getZman() |
Date |
getZmanDescription() |
String |
getZmanLabel() |
void |
setDuration(long duration) |
void |
setZman(Date date) |
void |
setZmanDescription(Date zmanDescription) |
void |
setZmanLabel(String label) |
public static final Comparator<Zman> DATE_ORDER
public static final Comparator<Zman> NAME_ORDER
public static final Comparator<Zman> DURATION_ORDER
public long getDuration()
public void setDuration(long duration)
public String getZmanLabel()
public void setZmanLabel(String label)
public Date getZmanDescription()
public void setZmanDescription(Date zmanDescription)
zmanDescription - the zmanDescription to setCopyright © 2004 - 2011 Eliyahu Hershfeld. All Rights Reserved. Released under the LGPL 2.1 license