public class PublishedSectionMetaData extends Object implements Serializable, SectionMetaDataIfc
ATTACHMENTS, KEYWORDS, OBJECTIVES, RUBRICS| Constructor and Description |
|---|
PublishedSectionMetaData() |
PublishedSectionMetaData(SectionDataIfc section,
String label,
String entry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntry() |
Long |
getId() |
String |
getLabel() |
SectionDataIfc |
getSection() |
void |
setEntry(String entry) |
void |
setId(Long id) |
void |
setLabel(String label) |
void |
setSection(SectionDataIfc section) |
public PublishedSectionMetaData()
public PublishedSectionMetaData(SectionDataIfc section, String label, String entry)
public Long getId()
getId in interface SectionMetaDataIfcpublic void setId(Long id)
setId in interface SectionMetaDataIfcpublic SectionDataIfc getSection()
getSection in interface SectionMetaDataIfcpublic void setSection(SectionDataIfc section)
setSection in interface SectionMetaDataIfcpublic String getLabel()
getLabel in interface SectionMetaDataIfcpublic void setLabel(String label)
setLabel in interface SectionMetaDataIfcpublic String getEntry()
getEntry in interface SectionMetaDataIfcpublic void setEntry(String entry)
setEntry in interface SectionMetaDataIfcCopyright © 2005–2016 Sakai Project. All rights reserved.