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 Career
public void setDescription(String description)
setDescription
in interface Career
description
- the description to setpublic String getShortDescription()
getShortDescription
in interface Career
public void setShortDescription(String shortDescription)
setShortDescription
in interface Career
shortDescription
- the shortDescription to setpublic List<SubjectImpl> getSubjects()
getSubjects
in interface Career
public void setSubjects(List<? extends Subject> subjects)
setSubjects
in interface Career
subjects
- the subjects to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.