org.kuali.student.enrollment.courseoffering.dto
Class CreditOptionInfo

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.EntityInfo
                  extended by org.kuali.student.r2.common.dto.IdEntityInfo
                      extended by org.kuali.student.enrollment.courseoffering.dto.CreditOptionInfo
All Implemented Interfaces:
Serializable, Entity, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity

public class CreditOptionInfo
extends IdEntityInfo
implements Serializable

This class //TODO ...

Author:
Kuali Student Team
See Also:
Serialized Form

Constructor Summary
CreditOptionInfo()
          Constructs a new CreditOptions.
 
Method Summary
 List<String> getAllowedCredits()
           
 String getCourseFixedCredits()
           
 String getCourseMaxCredits()
           
 String getCourseMinCredits()
           
 List<String> getCredits()
           
 String getFixedCredit()
           
 String getMaxCredits()
           
 String getMinCredits()
           
 String getTypeKey()
          A unique identifier for the type of this object.
 void setAllowedCredits(List<String> allowedCredits)
           
 void setCourseFixedCredits(String courseFixedCredits)
           
 void setCourseMaxCredits(String courseMaxCredits)
           
 void setCourseMinCredits(String courseMinCredits)
           
 void setCredits(List<String> credits)
           
 void setFixedCredit(String fixedCredit)
           
 void setMaxCredits(String maxCredits)
           
 void setMinCredits(String minCredits)
           
 void setTypeKey(String typeKey)
           
 
Methods inherited from class org.kuali.student.r2.common.dto.IdEntityInfo
getId, setId
 
Methods inherited from class org.kuali.student.r2.common.dto.EntityInfo
getDescr, getName, setDescr, setName
 
Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo
getState, getStateKey, getType, setState, setStateKey, setType
 
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.Entity
getDescr, getName
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType
 
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

CreditOptionInfo

public CreditOptionInfo()
Constructs a new CreditOptions.

Method Detail

getTypeKey

public String getTypeKey()
Description copied from interface: HasType
A unique identifier for the type of this object.

Specified by:
getTypeKey in interface HasType
Overrides:
getTypeKey in class TypeStateEntityInfo

setTypeKey

public void setTypeKey(String typeKey)
Overrides:
setTypeKey in class TypeStateEntityInfo

getCredits

public List<String> getCredits()

getAllowedCredits

public List<String> getAllowedCredits()

setAllowedCredits

public void setAllowedCredits(List<String> allowedCredits)

setCredits

public void setCredits(List<String> credits)

getMinCredits

public String getMinCredits()

setMinCredits

public void setMinCredits(String minCredits)

getMaxCredits

public String getMaxCredits()

setMaxCredits

public void setMaxCredits(String maxCredits)

getFixedCredit

public String getFixedCredit()

setFixedCredit

public void setFixedCredit(String fixedCredit)

getCourseFixedCredits

public String getCourseFixedCredits()

setCourseFixedCredits

public void setCourseFixedCredits(String courseFixedCredits)

getCourseMaxCredits

public String getCourseMaxCredits()

setCourseMaxCredits

public void setCourseMaxCredits(String courseMaxCredits)

getCourseMinCredits

public String getCourseMinCredits()

setCourseMinCredits

public void setCourseMinCredits(String courseMinCredits)


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