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, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getEffectiveDate, getExpirationDate
getAttributes
public LprRosterEntryInfo()
public LprRosterEntryInfo(LprRosterEntry entry)
entry
- the LprRosterEntry to copypublic String getLprRosterId()
LprRosterEntry
getLprRosterId
in interface LprRosterEntry
public void setLprRosterId(String lprRosterId)
public String getLprId()
LprRosterEntry
getLprId
in interface LprRosterEntry
public Integer getPosition()
LprRosterEntry
getPosition
in interface LprRosterEntry
public void setPosition(Integer position)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.