org.kuali.student.r2.lum.program.dto
Class HonorsProgramInfo

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.program.dto.HonorsProgramInfo
All Implemented Interfaces:
Serializable, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity, HonorsProgram

public class HonorsProgramInfo
extends IdNamelessEntityInfo
implements HonorsProgram, Serializable

See Also:
Serialized Form

Constructor Summary
HonorsProgramInfo()
           
HonorsProgramInfo(HonorsProgram honorsProgram)
           
 
Method Summary
 String getCredentialProgramId()
          Identifier of the credential program under which the honors belongs
 List<String> getProgramRequirements()
          Identifiers of the requirements associated with this honors program.
 void setCredentialProgramId(String credentialProgramId)
           
 void setProgramRequirements(List<String> programRequirements)
           
 
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

HonorsProgramInfo

public HonorsProgramInfo()

HonorsProgramInfo

public HonorsProgramInfo(HonorsProgram honorsProgram)
Method Detail

getCredentialProgramId

public String getCredentialProgramId()
Identifier of the credential program under which the honors belongs

Specified by:
getCredentialProgramId in interface HonorsProgram

setCredentialProgramId

public void setCredentialProgramId(String credentialProgramId)

getProgramRequirements

public List<String> getProgramRequirements()
Description copied from interface: HonorsProgram
Identifiers of the requirements associated with this honors program.

Specified by:
getProgramRequirements in interface HonorsProgram

setProgramRequirements

public void setProgramRequirements(List<String> programRequirements)


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