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

java.lang.Object
  extended by org.kuali.student.contract.model.test.source.HasAttributesInfo.Builder
      extended by org.kuali.student.contract.model.test.source.HasAttributesAndMetaInfo.Builder
          extended by org.kuali.student.contract.model.test.source.RelationshipInfo.Builder
              extended by org.kuali.student.contract.model.test.source.LprInfo.Builder
All Implemented Interfaces:
HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasId, HasMeta, HasPrimaryKey, HasState, HasType, Lpr, ModelBuilder<LprInfo>, Relationship
Enclosing class:
LprInfo

public static class LprInfo.Builder
extends RelationshipInfo.Builder
implements ModelBuilder<LprInfo>, Lpr


Field Summary
private  String luiId
           
private  String personId
           
 
Constructor Summary
LprInfo.Builder()
           
LprInfo.Builder(Lpr lprInfo)
           
 
Method Summary
 LprInfo build()
           
 String getLuiId()
          Name: LUI Id Unique identifier for a Learning Unit Instance (LUI).
 String getPersonId()
          Name: Person Id Unique identifier for a person record.
 void setLuiId(String luiId)
           
 void setPersonId(String personId)
           
 
Methods inherited from class org.kuali.student.contract.model.test.source.RelationshipInfo.Builder
getEffectiveDate, getExpirationDate, getId, getStateKey, getTypeKey, setEffectiveDate, setExpirationDate, setId, setStateKey, setTypeKey
 
Methods inherited from class org.kuali.student.contract.model.test.source.HasAttributesAndMetaInfo.Builder
getMeta, setMetaInfo
 
Methods inherited from class org.kuali.student.contract.model.test.source.HasAttributesInfo.Builder
getAttributes, setAttributes
 
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
 

Field Detail

luiId

private String luiId

personId

private String personId
Constructor Detail

LprInfo.Builder

public LprInfo.Builder()

LprInfo.Builder

public LprInfo.Builder(Lpr lprInfo)
Method Detail

build

public LprInfo build()
Specified by:
build in interface ModelBuilder<LprInfo>

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

setLuiId

public void setLuiId(String luiId)

getPersonId

public String getPersonId()
Description copied from interface: Lpr
Name: Person Id Unique identifier for a person record.

Specified by:
getPersonId in interface Lpr

setPersonId

public void setPersonId(String personId)


Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.