org.kuali.student.contract.model.test.source
Interface Lpr

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasId, HasMeta, HasPrimaryKey, HasState, HasType, Relationship
All Known Implementing Classes:
LprInfo, LprInfo.Builder

public interface Lpr
extends Relationship

Detailed information about a single LUI to Person Relation. This is used to link together an instance and a person in such widely defined domains a as a student registering in a course or an instructor being assigned to advise students in a particular program.


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 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.HasEffectiveDates
getEffectiveDate, getExpirationDate
 
Methods inherited from interface org.kuali.student.contract.model.test.source.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.contract.model.test.source.HasMeta
getMeta
 

Method Detail

getLuiId

String getLuiId()
Name: LUI Id Unique identifier for a Learning Unit Instance (LUI).


getPersonId

String getPersonId()
Name: Person Id Unique identifier for a person record.



Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.