public interface CatalogNumber
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getNumber() |
List<? extends Section> |
getSections() |
void |
setDescription(String description) |
void |
setNumber(String number) |
void |
setSections(List<? extends Section> sections) |
String getDescription()
List<? extends Section> getSections()
void setDescription(String description)
description - the description to setvoid setSections(List<? extends Section> sections)
sections - the sections to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.