public interface LabGroup
Modifier and Type | Method and Description |
---|---|
List<? extends Location> |
getLocations() |
String |
getName() |
void |
setLocations(List<? extends Location> locations) |
void |
setName(String name) |
List<? extends Location> getLocations()
void setLocations(List<? extends Location> locations)
locations
- the locations to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.