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 CatalogNumber
public void setNumber(String number)
setNumber
in interface CatalogNumber
number
- the number to setpublic String getDescription()
getDescription
in interface CatalogNumber
public void setDescription(String description)
setDescription
in interface CatalogNumber
description
- the description to setpublic List<SectionImpl> getSections()
getSections
in interface CatalogNumber
public void setSections(List<? extends Section> sections)
setSections
in interface CatalogNumber
sections
- the sections to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.