org.kuali.student.r2.lum.course.dto
Class FormatInfo

java.lang.Object
  extended by org.kuali.student.r2.common.dto.HasAttributesInfo
      extended by org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
          extended by org.kuali.student.r2.common.dto.TypeStateEntityInfo
              extended by org.kuali.student.r2.common.dto.IdNamelessEntityInfo
                  extended by org.kuali.student.r2.lum.course.dto.FormatInfo
All Implemented Interfaces:
Serializable, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity, Format

public class FormatInfo
extends IdNamelessEntityInfo
implements Format, Serializable

See Also:
Serialized Form

Constructor Summary
FormatInfo()
           
FormatInfo(Format format)
           
 
Method Summary
 List<ActivityInfo> getActivities()
           
 TimeAmountInfo getDuration()
           
 List<String> getTermsOffered()
           
 void setActivities(List<ActivityInfo> activities)
           
 void setDuration(TimeAmountInfo duration)
           
 void setTermsOffered(List<String> termsOffered)
           
 
Methods inherited from class org.kuali.student.r2.common.dto.IdNamelessEntityInfo
getId, setId
 
Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
getMeta, setMeta
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesInfo
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Constructor Detail

FormatInfo

public FormatInfo()

FormatInfo

public FormatInfo(Format format)
Method Detail

getActivities

public List<ActivityInfo> getActivities()
Specified by:
getActivities in interface Format

setActivities

public void setActivities(List<ActivityInfo> activities)

getTermsOffered

public List<String> getTermsOffered()
Specified by:
getTermsOffered in interface Format

setTermsOffered

public void setTermsOffered(List<String> termsOffered)

getDuration

public TimeAmountInfo getDuration()
Specified by:
getDuration in interface Format

setDuration

public void setDuration(TimeAmountInfo duration)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.