public class EventDateTime extends Object
Constructor and Description |
---|
EventDateTime(String eventLabel,
LocalDateTime eventDatetime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LocalDateTime |
getEventDatetime() |
String |
getEventLabel() |
int |
hashCode() |
void |
setEventDatetime(LocalDateTime eventDatetime) |
void |
setEventLabel(String eventLabel) |
public EventDateTime(String eventLabel, LocalDateTime eventDatetime)
public String getEventLabel()
public void setEventLabel(String eventLabel)
public LocalDateTime getEventDatetime()
public void setEventDatetime(LocalDateTime eventDatetime)
Copyright © 2016. All rights reserved.