public interface Place
Place
compact()
String
getCampus()
getLocation()
getName()
getType()
void
setCampus(String campus)
setLocation(String location)
setName(String name)
setType(String type)
String getName()
void setName(String name)
String getCampus()
void setCampus(String campus)
String getType()
void setType(String type)
String getLocation()
void setLocation(String location)
Place compact()
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.