|
||||||||||
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.MinorDisciplineInfo
public class MinorDisciplineInfo
Detailed information about a single minor program
Constructor Summary | |
---|---|
MinorDisciplineInfo()
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
List of key/value pairs, typically used for dynamic attributes. |
String |
getCredentialProgramId()
Identifier of the credential program under which the minor belongs |
String |
getId()
Unique identifier for an Minor Discipline. |
MetaInfo |
getMetaInfo()
Create and last update info for the structure. |
List<String> |
getProgramRequirements()
Minor Discipline Program Requirements. |
String |
getState()
The current status of the credential program. |
String |
getType()
Unique identifier for a learning unit type. |
void |
setAttributes(Map<String,String> attributes)
|
void |
setCredentialProgramId(String credentialProgramId)
|
void |
setId(String id)
|
void |
setMetaInfo(MetaInfo metaInfo)
|
void |
setProgramRequirements(List<String> programRequirements)
|
void |
setState(String state)
|
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 MinorDisciplineInfo()
Method Detail |
---|
public String getCredentialProgramId()
public void setCredentialProgramId(String credentialProgramId)
public List<String> getProgramRequirements()
public void setProgramRequirements(List<String> programRequirements)
public Map<String,String> getAttributes()
getAttributes
in interface HasAttributes
public void setAttributes(Map<String,String> attributes)
setAttributes
in interface HasAttributes
public MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getType()
getType
in interface HasTypeState
public void setType(String type)
setType
in interface HasTypeState
public String getState()
getState
in interface HasTypeState
public void setState(String state)
setState
in interface HasTypeState
public String getId()
getId
in interface Idable
public void setId(String id)
setId
in interface Idable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |