org.kuali.student.enrollment.lpr.dto
Class LprInfo
java.lang.Object
org.kuali.student.r2.common.dto.HasAttributesInfo
org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
org.kuali.student.r2.common.dto.RelationshipInfo
org.kuali.student.enrollment.lpr.dto.LprInfo
- All Implemented Interfaces:
- Serializable, Lpr, HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasId, HasMeta, HasPrimaryKey, HasState, HasType, Relationship
public class LprInfo
- extends RelationshipInfo
- implements Lpr, Serializable
- See Also:
- Serialized Form
Methods inherited from class org.kuali.student.r2.common.dto.RelationshipInfo |
getEffectiveDate, getExpirationDate, getId, getState, getStateKey, getType, getTypeKey, setEffectiveDate, setExpirationDate, setId, setState, setStateKey, setType, setTypeKey |
Methods inherited from interface org.kuali.student.r2.common.infc.HasId |
getId |
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta |
getMeta |
LprInfo
public LprInfo()
LprInfo
public LprInfo(Lpr lpr)
getLuiId
public String getLuiId()
- Description copied from interface:
Lpr
- Unique identifier for a Learning Unit Instance (LUI).
- Specified by:
getLuiId
in interface Lpr
setLuiId
public void setLuiId(String luiId)
getPersonId
public String getPersonId()
- Description copied from interface:
Lpr
- Unique identifier for a person record.
- Specified by:
getPersonId
in interface Lpr
setPersonId
public void setPersonId(String personId)
getCommitmentPercent
public String getCommitmentPercent()
- Description copied from interface:
Lpr
- Commitment percentage for the person in the LUI
Valid range should be between 0 and 100.00 inclusive.
- Specified by:
getCommitmentPercent
in interface Lpr
setCommitmentPercent
public void setCommitmentPercent(String commitmentPercent)
getResultValuesGroupKeys
public List<String> getResultValuesGroupKeys()
- Description copied from interface:
Lpr
- 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.
- Specified by:
getResultValuesGroupKeys
in interface Lpr
setResultValuesGroupKeys
public void setResultValuesGroupKeys(List<String> resultValuesGroupKeys)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.