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

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

public interface CluIdentifier
extends IdNamelessEntity


Method Summary
 String getCode()
          The composite string that is used to officially reference or publish the CLU.
 String getDivision()
          A code that indicates what school, program, major, subject area, etc.
 String getLevel()
          A code that indicates whether this is introductory, advanced, etc.
 String getLongName()
          Descriptive name of the CLU
 String getOrgId()
           
 String getShortName()
          Abbreviated name of the CLU, commonly used on transcripts
 String getSuffixCode()
           
 String getVariation()
          A number that indicates the sequence or order of versions in cases where several different Clus have the same offical Identifier
 
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
 

Method Detail

getCode

String getCode()
The composite string that is used to officially reference or publish the CLU. Note it may have an internal structure that each Institution may want to enforce. This structure may be composed from the other parts of the structure such as Level amp; Division, but may include items such as cluType.


getShortName

String getShortName()
Abbreviated name of the CLU, commonly used on transcripts


getLongName

String getLongName()
Descriptive name of the CLU


getLevel

String getLevel()
A code that indicates whether this is introductory, advanced, etc.


getDivision

String getDivision()
A code that indicates what school, program, major, subject area, etc. Examples: "Chem", "18"


getSuffixCode

String getSuffixCode()

getVariation

String getVariation()
A number that indicates the sequence or order of versions in cases where several different Clus have the same offical Identifier


getOrgId

String getOrgId()


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