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, setTypeKey
getMeta, setMeta
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 getCommitmentPercent()
Lpr
getCommitmentPercent
in interface Lpr
public void setCommitmentPercent(String 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.