Modifier and Type | Method and Description |
---|---|
List<? extends Career> |
getCareers() |
String |
getDescription() |
String |
getId() |
String |
getShortDescription() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCareers(List<? extends Career> careers) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setShortDescription(String shortDescription) |
String getDescription()
String getShortDescription()
boolean isActive()
void setActive(boolean active)
active
- the active to setvoid setDescription(String description)
description
- the description to setvoid setShortDescription(String shortDescription)
shortDescription
- the shortDescription to setList<? extends Career> getCareers()
void setCareers(List<? extends Career> careers)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.