|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.lum.program.dto.ProgramRequirementInfo
public class ProgramRequirementInfo
Detailed information about a program requirement
Constructor Summary | |
---|---|
ProgramRequirementInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
RichTextInfo |
getDescr()
|
String |
getId()
Unique identifier for a Program Requirement This is optional, due to the identifier being set at the time of creation. |
List<LoDisplayInfo> |
getLearningObjectives()
|
String |
getLongTitle()
|
Integer |
getMaxCredits()
|
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
Integer |
getMinCredits()
|
String |
getShortTitle()
|
String |
getState()
The current status of the credential program. |
StatementTreeViewInfo |
getStatement()
|
String |
getType()
Unique identifier for a learning unit type. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setDescr(RichTextInfo descr)
|
void |
setId(String id)
|
void |
setLearningObjectives(List<LoDisplayInfo> learningObjectives)
|
void |
setLongTitle(String longTitle)
|
void |
setMaxCredits(Integer maxCredits)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setMinCredits(Integer minCredits)
|
void |
setShortTitle(String shortTitle)
|
void |
setState(String state)
|
void |
setStatement(StatementTreeViewInfo statement)
|
void |
setType(String type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgramRequirementInfo()
Method Detail |
---|
public String getShortTitle()
public void setShortTitle(String shortTitle)
public String getLongTitle()
public void setLongTitle(String longTitle)
public RichTextInfo getDescr()
public void setDescr(RichTextInfo descr)
public List<LoDisplayInfo> getLearningObjectives()
public void setLearningObjectives(List<LoDisplayInfo> learningObjectives)
public StatementTreeViewInfo getStatement()
public void setStatement(StatementTreeViewInfo statement)
public Integer getMinCredits()
public void setMinCredits(Integer minCredits)
public Integer getMaxCredits()
public void setMaxCredits(Integer maxCredits)
public Map<String,String> getAttributes()
getAttributes
in interface HasAttributes
getAttributes
in interface ProgramCommonAssembly
public void setAttributes(Map<String,String> attributes)
setAttributes
in interface HasAttributes
setAttributes
in interface ProgramCommonAssembly
public MetaInfo getMetaInfo()
getMetaInfo
in interface ProgramCommonAssembly
public void setMetaInfo(MetaInfo metaInfo)
setMetaInfo
in interface ProgramCommonAssembly
public String getType()
getType
in interface HasTypeState
getType
in interface ProgramCommonAssembly
public void setType(String type)
setType
in interface HasTypeState
setType
in interface ProgramCommonAssembly
public String getState()
getState
in interface HasTypeState
getState
in interface ProgramCommonAssembly
public void setState(String state)
setState
in interface HasTypeState
setState
in interface ProgramCommonAssembly
public String getId()
getId
in interface Idable
getId
in interface ProgramCommonAssembly
public void setId(String id)
setId
in interface Idable
setId
in interface ProgramCommonAssembly
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |