public class CatalogNumberImpl extends Object implements CatalogNumber, Serializable
| Constructor and Description |
|---|
CatalogNumberImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getNumber() |
List<SectionImpl> |
getSections() |
void |
setDescription(String description) |
void |
setNumber(String number) |
void |
setSections(List<? extends Section> sections) |
public CatalogNumberImpl()
public String getNumber()
getNumber in interface CatalogNumberpublic void setNumber(String number)
setNumber in interface CatalogNumbernumber - the number to setpublic String getDescription()
getDescription in interface CatalogNumberpublic void setDescription(String description)
setDescription in interface CatalogNumberdescription - the description to setpublic List<SectionImpl> getSections()
getSections in interface CatalogNumberpublic void setSections(List<? extends Section> sections)
setSections in interface CatalogNumbersections - the sections to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.