org.kuali.student.contract.model.test.source
Class LprInfo

java.lang.Object
  extended by org.kuali.student.contract.model.test.source.HasAttributesInfo
      extended by org.kuali.student.contract.model.test.source.HasAttributesAndMetaInfo
          extended by org.kuali.student.contract.model.test.source.RelationshipInfo
              extended by 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

Nested Class Summary
static class LprInfo.Builder
           
 
Field Summary
 
Fields inherited from class org.kuali.student.contract.model.test.source.HasAttributesInfo
attributes
 
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 org.kuali.student.contract.model.test.source.RelationshipInfo
getEffectiveDate, getExpirationDate, getId, getStateKey, getTypeKey
 
Methods inherited from class org.kuali.student.contract.model.test.source.HasAttributesAndMetaInfo
getMeta
 
Methods inherited from class org.kuali.student.contract.model.test.source.HasAttributesInfo
getAttributes
 
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.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

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.