public class MapsGroup extends Object implements Serializable
Constructor and Description |
---|
MapsGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
Set<MapsGroup> |
getMapsGroupChildren() |
Set<Location> |
getMapsLocations() |
String |
getName() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setId(String id) |
void |
setMapsGroupChildren(Set<MapsGroup> mapsGroupChildren) |
void |
setMapsLocations(Set<Location> mapsLocations) |
void |
setName(String name) |
String |
toJson() |
public MapsGroup()
public boolean isActive()
public void setActive(boolean active)
public Set<Location> getMapsLocations()
public void setMapsLocations(Set<Location> mapsLocations)
public Set<MapsGroup> getMapsGroupChildren()
public void setMapsGroupChildren(Set<MapsGroup> mapsGroupChildren)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.