public class TimeGroup extends Object implements Serializable
| Constructor and Description |
|---|
TimeGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getStatus() |
String |
getTimegroupname() |
List<TimeGroupSelector> |
getTimegroupselectors() |
UUID |
getTimegroupuuid() |
List<TimePeriod> |
getTimeperiods() |
void |
setDescription(String description) |
void |
setStatus(String status) |
void |
setTimegroupname(String timegroupname) |
void |
setTimegroupselectors(List<TimeGroupSelector> timegroupselectors) |
void |
setTimegroupuuid(UUID timegroupuuid) |
void |
setTimeperiods(List<TimePeriod> timeperiods) |
public UUID getTimegroupuuid()
public void setTimegroupuuid(UUID timegroupuuid)
timegroupuuid - the timegroupuuid to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic List<TimePeriod> getTimeperiods()
public void setTimeperiods(List<TimePeriod> timeperiods)
timeperiods - the timeperiods to setpublic String getTimegroupname()
public void setTimegroupname(String timegroupname)
timegroupname - the timegroupname to setpublic List<TimeGroupSelector> getTimegroupselectors()
public void setTimegroupselectors(List<TimeGroupSelector> timegroupselectors)
timegroupselectors - the timegroupselectors to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.