public class LprInfo extends RelationshipInfo implements Lpr, Serializable
Modifier and Type | Method and Description |
---|---|
String |
getAtpId()
The ATP for the LPR.
|
KualiDecimal |
getCommitmentPercent()
Valid range should be between 0 and 100.00 inclusive.
|
String |
getCrossListedCode()
The code of the crosslisted course.
|
String |
getLuiId()
Unique identifier for a Learning Unit Instance (LUI).
|
String |
getMasterLprId()
The Id of the "master" LPR.
|
String |
getPersonId()
Unique identifier for a person record.
|
List<String> |
getResultValuesGroupKeys()
The keys of the result values groups to be applied to this LPR
For example, setting the grading option to pass/fail or the
credits to 3 for this course.
|
void |
setAtpId(String atpId) |
void |
setCommitmentPercent(KualiDecimal commitmentPercent) |
void |
setCrossListedCode(String crossList) |
void |
setLuiId(String luiId) |
void |
setMasterLprId(String masterLprId) |
void |
setPersonId(String personId) |
void |
setResultValuesGroupKeys(List<String> resultValuesGroupKeys) |
getEffectiveDate, getExpirationDate, getId, getState, getStateKey, getType, getTypeKey, setEffectiveDate, setExpirationDate, setId, setState, setStateKey, setType, setTypeKey
getMeta, setMeta, toString
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getEffectiveDate, getExpirationDate
getAttributes
public String getLuiId()
Lpr
public String getPersonId()
Lpr
getPersonId
in interface Lpr
public void setPersonId(String personId)
public String getAtpId()
Lpr
public String getMasterLprId()
Lpr
getMasterLprId
in interface Lpr
public void setMasterLprId(String masterLprId)
public String getCrossListedCode()
Lpr
getCrossListedCode
in interface Lpr
public void setCrossListedCode(String crossList)
public KualiDecimal getCommitmentPercent()
Lpr
getCommitmentPercent
in interface Lpr
public void setCommitmentPercent(KualiDecimal commitmentPercent)
public List<String> getResultValuesGroupKeys()
Lpr
getResultValuesGroupKeys
in interface Lpr
public void setResultValuesGroupKeys(List<String> resultValuesGroupKeys)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.