org.kuali.student.contract.model.test.source
Class LprInfo
java.lang.Object
org.kuali.student.contract.model.test.source.HasAttributesInfo
org.kuali.student.contract.model.test.source.HasAttributesAndMetaInfo
org.kuali.student.contract.model.test.source.RelationshipInfo
org.kuali.student.contract.model.test.source.LprInfo
- All Implemented Interfaces:
- Serializable, HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasId, HasMeta, HasPrimaryKey, HasState, HasType, Lpr, Relationship
public class LprInfo
- extends RelationshipInfo
- implements Lpr, Serializable
- See Also:
- Serialized Form
Method Summary |
String |
getLuiId()
Name: LUI Id
Unique identifier for a Learning Unit Instance (LUI). |
String |
getPersonId()
Name: Person Id
Unique identifier for a person record. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.student.contract.model.test.source.HasId |
getId |
Methods inherited from interface org.kuali.student.contract.model.test.source.HasType |
getTypeKey |
Methods inherited from interface org.kuali.student.contract.model.test.source.HasState |
getStateKey |
Methods inherited from interface org.kuali.student.contract.model.test.source.HasMeta |
getMeta |
getLuiId
public String getLuiId()
- Description copied from interface:
Lpr
- Name: LUI Id
Unique identifier for a Learning Unit Instance (LUI).
- Specified by:
getLuiId
in interface Lpr
getPersonId
public String getPersonId()
- Description copied from interface:
Lpr
- Name: Person Id
Unique identifier for a person record.
- Specified by:
getPersonId
in interface Lpr
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.