public interface Subject
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getId() |
String |
getShortDescription() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setShortDescription(String shortDescription) |
String getDescription()
String getShortDescription()
void setDescription(String description)
description
- the description to setvoid setShortDescription(String shortDescription)
shortDescription
- the shortDescription to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.