|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.solutions.prm.sdk.valueobject.DateRange
public class DateRange
Represents a date range to be used in search filter. A date range has a start date and end date.
| Constructor Summary | |
|---|---|
DateRange(Date startDate,
Date endDate)
Create an instance of DateRange, given a start date and end date |
|
| Method Summary | |
|---|---|
Date |
getEnd()
Gets the end date of the range |
Date |
getStart()
gets the start date of the range |
void |
setEnd(Date end)
Sets the end date of the range |
void |
setStart(Date start)
Sets the start date of the range |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateRange(Date startDate,
Date endDate)
startDate - start date of the rangeendDate - end date of the range| Method Detail |
|---|
public void setStart(Date start)
start - start date of the rangepublic Date getStart()
public void setEnd(Date end)
end - the end date of the rangepublic Date getEnd()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||