public class LprRosterEntryInfo extends RelationshipInfo implements LprRosterEntry, Serializable
| Constructor and Description |
|---|
LprRosterEntryInfo()
Constructs a new LprRosterEntryInfo.
|
LprRosterEntryInfo(LprRosterEntry entry)
Constructs a new LprRosterEntryInfo from anotehr
LprRosterEntry.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLprId()
The LPR Id of this entry.
|
String |
getLprRosterId()
The LPR Roster Id to which this LPR roster entry belongs.
|
Integer |
getPosition()
The position of this entry within an ordered LPR Roster.
|
void |
setLprId(String lprId) |
void |
setLprRosterId(String lprRosterId) |
void |
setPosition(Integer position) |
getEffectiveDate, getExpirationDate, getId, getState, getStateKey, getType, getTypeKey, setEffectiveDate, setExpirationDate, setId, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetEffectiveDate, getExpirationDategetAttributespublic LprRosterEntryInfo()
public LprRosterEntryInfo(LprRosterEntry entry)
entry - the LprRosterEntry to copypublic String getLprRosterId()
LprRosterEntrygetLprRosterId in interface LprRosterEntrypublic void setLprRosterId(String lprRosterId)
public String getLprId()
LprRosterEntrygetLprId in interface LprRosterEntrypublic Integer getPosition()
LprRosterEntrygetPosition in interface LprRosterEntrypublic void setPosition(Integer position)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.