|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.lum.program.dto.ProgramRequirementInfo
public class ProgramRequirementInfo
Detailed information about a program requirement
| Field Summary | |
|---|---|
private Map<String,String> |
attributes
|
private RichTextInfo |
descr
|
private String |
id
|
private List<LoDisplayInfo> |
learningObjectives
|
private String |
longTitle
|
(package private) Integer |
maxCredits
|
private MetaInfo |
metaInfo
|
(package private) Integer |
minCredits
|
private static long |
serialVersionUID
|
private String |
shortTitle
|
private String |
state
|
private StatementTreeViewInfo |
statement
|
private String |
type
|
| 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 |
| Field Detail |
|---|
private static final long serialVersionUID
private String shortTitle
private String longTitle
private RichTextInfo descr
private List<LoDisplayInfo> learningObjectives
private StatementTreeViewInfo statement
Integer minCredits
Integer maxCredits
private Map<String,String> attributes
private MetaInfo metaInfo
private String type
private String state
private String id
| 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 HasAttributesgetAttributes in interface ProgramCommonAssemblypublic void setAttributes(Map<String,String> attributes)
setAttributes in interface HasAttributessetAttributes in interface ProgramCommonAssemblypublic MetaInfo getMetaInfo()
getMetaInfo in interface ProgramCommonAssemblypublic void setMetaInfo(MetaInfo metaInfo)
setMetaInfo in interface ProgramCommonAssemblypublic String getType()
getType in interface HasTypeStategetType in interface ProgramCommonAssemblypublic void setType(String type)
setType in interface HasTypeStatesetType in interface ProgramCommonAssemblypublic String getState()
getState in interface HasTypeStategetState in interface ProgramCommonAssemblypublic void setState(String state)
setState in interface HasTypeStatesetState in interface ProgramCommonAssemblypublic String getId()
getId in interface IdablegetId in interface ProgramCommonAssemblypublic void setId(String id)
setId in interface IdablesetId in interface ProgramCommonAssembly
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||