org.kuali.student.contract.model.test.source
Class LprInfo.Builder
java.lang.Object
org.kuali.student.contract.model.test.source.HasAttributesInfo.Builder
org.kuali.student.contract.model.test.source.HasAttributesAndMetaInfo.Builder
org.kuali.student.contract.model.test.source.RelationshipInfo.Builder
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
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 |
luiId
private String luiId
personId
private String personId
LprInfo.Builder
public LprInfo.Builder()
LprInfo.Builder
public LprInfo.Builder(Lpr lprInfo)
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.