org.sakaiproject.tool.assessment.data.dao.assessment
Class SectionMetaData
java.lang.Object
org.sakaiproject.tool.assessment.data.dao.assessment.SectionMetaData
- All Implemented Interfaces:
- Serializable, SectionMetaDataIfc
public class SectionMetaData
- extends Object
- implements Serializable, SectionMetaDataIfc
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTHORS
public static final String AUTHORS
- See Also:
- Constant Field Values
KEYWORDS
public static final String KEYWORDS
- See Also:
- Constant Field Values
OBJECTIVES
public static final String OBJECTIVES
- See Also:
- Constant Field Values
RUBRICS
public static final String RUBRICS
- See Also:
- Constant Field Values
BGCOLOR
public static final String BGCOLOR
- See Also:
- Constant Field Values
BGIMAGE
public static final String BGIMAGE
- See Also:
- Constant Field Values
SectionMetaData
public SectionMetaData()
SectionMetaData
public SectionMetaData(SectionDataIfc section,
String label,
String entry)
getId
public Long getId()
- Specified by:
getId in interface SectionMetaDataIfc
setId
public void setId(Long id)
- Specified by:
setId in interface SectionMetaDataIfc
getSection
public SectionDataIfc getSection()
- Specified by:
getSection in interface SectionMetaDataIfc
setSection
public void setSection(SectionDataIfc section)
- Specified by:
setSection in interface SectionMetaDataIfc
getLabel
public String getLabel()
- Specified by:
getLabel in interface SectionMetaDataIfc
setLabel
public void setLabel(String label)
- Specified by:
setLabel in interface SectionMetaDataIfc
getEntry
public String getEntry()
- Specified by:
getEntry in interface SectionMetaDataIfc
setEntry
public void setEntry(String entry)
- Specified by:
setEntry in interface SectionMetaDataIfc
Copyright © 2005-2012 Sakai Project. All Rights Reserved.