org.kuali.student.r2.lum.clu.infc
Interface ResultOption

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity
All Known Implementing Classes:
ResultOptionInfo

public interface ResultOption
extends IdNamelessEntity, HasEffectiveDates

Information about a result option.


Method Summary
 RichTextInfo getDescr()
          Narrative description of the ResultOption
 String getResultComponentId()
          Unique identifier for a result component.
 String getResultUsageTypeKey()
          Unique identifier for a result usage type.
 
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
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasEffectiveDates
getEffectiveDate, getExpirationDate
 

Method Detail

getDescr

RichTextInfo getDescr()
Narrative description of the ResultOption


getResultUsageTypeKey

String getResultUsageTypeKey()
Unique identifier for a result usage type.


getResultComponentId

String getResultComponentId()
Unique identifier for a result component.



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