public class DateRange extends Object
| Constructor and Description |
|---|
DateRange(Date startDate,
Date endDate,
int daysInBetween) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getDaysInBetween() |
Date |
getEndDate() |
Date |
getStartDate() |
int |
hashCode() |
String |
toString() |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.