public class DateRangeDto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DateRangeDto.Builder
A builder that makes it easier to construct this DTO.
|
| Constructor and Description |
|---|
DateRangeDto() |
| Modifier and Type | Method and Description |
|---|---|
static DateRangeDto.Builder |
builder()
Returns a builder that can easily build this DTO.
|
Date |
getLowerDate() |
Date |
getUpperDate() |
void |
setLowerDate(Date lowerDate) |
void |
setUpperDate(Date upperDate) |
public Date getLowerDate()
public void setLowerDate(Date lowerDate)
public Date getUpperDate()
public void setUpperDate(Date upperDate)
public static DateRangeDto.Builder builder()
Copyright © 2017. All rights reserved.