public class University extends Object
University(String name, List<Sport> sports, List<String> colors)
List<String>
getColors()
String
getName()
List<Sport>
getSports()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public University(String name, List<Sport> sports, List<String> colors)
public List<Sport> getSports()
public List<String> getColors()
public String getName()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.