public class DateRange extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private Date |
end |
private static long |
serialVersionUID |
private Date |
start |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Date when) |
boolean |
equals(Object obj) |
Date |
getEndDate() |
Date |
getStartDate() |
int |
hashCode() |
boolean |
isStartDateExeedsEndDate() |
String |
toString() |
private static final long serialVersionUID
public final Date getStartDate()
public final Date getEndDate()
public boolean isStartDateExeedsEndDate()
Copyright © 2017 dcm4che.org. All rights reserved.