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, setTypeKeygetMeta, setMeta, toStringgetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetEffectiveDate, getExpirationDategetAttributespublic String getLuiId()
Lprpublic String getPersonId()
LprgetPersonId in interface Lprpublic void setPersonId(String personId)
public String getAtpId()
Lprpublic String getMasterLprId()
LprgetMasterLprId in interface Lprpublic void setMasterLprId(String masterLprId)
public String getCrossListedCode()
LprgetCrossListedCode in interface Lprpublic void setCrossListedCode(String crossList)
public KualiDecimal getCommitmentPercent()
LprgetCommitmentPercent in interface Lprpublic void setCommitmentPercent(KualiDecimal commitmentPercent)
public List<String> getResultValuesGroupKeys()
LprgetResultValuesGroupKeys in interface Lprpublic void setResultValuesGroupKeys(List<String> resultValuesGroupKeys)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.