public class LprInfo extends RelationshipInfo implements Lpr, Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getCommitmentPercent()
Commitment percentage for the person in the LUI
Valid range should be between 0 and 100.00 inclusive.
|
String |
getLuiId()
Unique identifier for a Learning Unit Instance (LUI).
|
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 |
setCommitmentPercent(String commitmentPercent) |
void |
setLuiId(String luiId) |
void |
setPersonId(String personId) |
void |
setResultValuesGroupKeys(List<String> resultValuesGroupKeys) |
String |
toString() |
getEffectiveDate, getExpirationDate, getId, getState, getStateKey, getType, getTypeKey, setEffectiveDate, setExpirationDate, setId, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, 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 getCommitmentPercent()
LprgetCommitmentPercent in interface Lprpublic void setCommitmentPercent(String commitmentPercent)
public List<String> getResultValuesGroupKeys()
LprgetResultValuesGroupKeys in interface Lprpublic void setResultValuesGroupKeys(List<String> resultValuesGroupKeys)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.