public class ScheduleException extends Object
| Constructor and Description |
|---|
ScheduleException() |
| Modifier and Type | Method and Description |
|---|---|
ScheduleException |
date(LocalDate date) |
boolean |
equals(Object o) |
LocalDate |
getDate() |
String |
getType() |
int |
hashCode() |
void |
setDate(LocalDate date) |
void |
setType(String type) |
String |
toString() |
ScheduleException |
type(String type) |
public ScheduleException type(String type)
public String getType()
public void setType(String type)
public ScheduleException date(LocalDate date)
public LocalDate getDate()
public void setDate(LocalDate date)
Copyright © 2017 Metatavu Oy. All rights reserved.