org.sakaiproject.tool.assessment.data.dao.assessment
Class SectionMetaData

java.lang.Object
  extended by 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

Field Summary
static String AUTHORS
           
static String BGCOLOR
           
static String BGIMAGE
           
static String KEYWORDS
           
static String OBJECTIVES
           
static String RUBRICS
           
 
Fields inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.SectionMetaDataIfc
ATTACHMENTS
 
Constructor Summary
SectionMetaData()
           
SectionMetaData(SectionDataIfc section, String label, String entry)
           
 
Method Summary
 String getEntry()
           
 Long getId()
           
 String getLabel()
           
 SectionDataIfc getSection()
           
 void setEntry(String entry)
           
 void setId(Long id)
           
 void setLabel(String label)
           
 void setSection(SectionDataIfc section)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SectionMetaData

public SectionMetaData()

SectionMetaData

public SectionMetaData(SectionDataIfc section,
                       String label,
                       String entry)
Method Detail

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.