org.kuali.common.util.xml.jaxb
Class University
java.lang.Object
org.kuali.common.util.xml.jaxb.University
public class University
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
University
public University(String name,
List<Sport> sports,
List<String> colors)
getSports
public List<Sport> getSports()
getColors
public List<String> getColors()
getName
public String getName()
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.