public interface Career
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()  | 
String | 
getId()  | 
String | 
getShortDescription()  | 
List<? extends Subject> | 
getSubjects()  | 
void | 
setDescription(String description)  | 
void | 
setId(String id)  | 
void | 
setShortDescription(String shortDescription)  | 
void | 
setSubjects(List<? extends Subject> subjects)  | 
String getDescription()
String getShortDescription()
void setDescription(String description)
description - the description to setvoid setShortDescription(String shortDescription)
shortDescription - the shortDescription to setList<? extends Subject> getSubjects()
void setSubjects(List<? extends Subject> subjects)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.