public class CareerImpl extends Object implements Career, Serializable
| Constructor and Description |
|---|
CareerImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getId() |
String |
getShortDescription() |
List<SubjectImpl> |
getSubjects() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setShortDescription(String shortDescription) |
void |
setSubjects(List<? extends Subject> subjects) |
public CareerImpl()
public String getDescription()
getDescription in interface Careerpublic void setDescription(String description)
setDescription in interface Careerdescription - the description to setpublic String getShortDescription()
getShortDescription in interface Careerpublic void setShortDescription(String shortDescription)
setShortDescription in interface CareershortDescription - the shortDescription to setpublic List<SubjectImpl> getSubjects()
getSubjects in interface Careerpublic void setSubjects(List<? extends Subject> subjects)
setSubjects in interface Careersubjects - the subjects to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.