public class Schedule extends Object implements Serializable
| Constructor and Description |
|---|
Schedule() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
Long |
getId()
Automatically assigned upon creation
|
List<Interval> |
getIntervals() |
String |
getName() |
String |
getTimeZone() |
Date |
getUpdatedAt() |
void |
setCreatedAt(Date createdAt) |
void |
setId(Long id) |
void |
setIntervals(List<Interval> intervals) |
void |
setName(String name) |
void |
setTimeZone(String timeZone) |
void |
setUpdatedAt(Date updatedAt) |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getTimeZone()
public void setTimeZone(String timeZone)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
Copyright © 2013–2020. All rights reserved.