public class LprRosterInfo extends IdEntityInfo implements LprRoster, Serializable
Constructor and Description |
---|
LprRosterInfo()
Constructs a new LprRosterInfo.
|
LprRosterInfo(LprRoster lprRoster)
Constructs a new LprRosterInfo from another LprRoster.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getAssociatedLuiIds()
This method gets the Ids of the associated LUIs for the LPR
Roster.
|
TimeAmountInfo |
getCheckInFrequency()
The frequency in terms of time period that an entry has to
check in to maintain active status in this roster.
|
Boolean |
getCheckInRequired()
Is check in required to maintain an active status in this
roster.
|
Integer |
getMaximumCapacity()
The maximum capacity of the roster.
|
void |
setAssociatedLuiIds(List<String> associatedLuiIds) |
void |
setCheckInFrequency(TimeAmountInfo checkInFrequency) |
void |
setCheckInRequired(Boolean checkInRequired) |
void |
setMaximumCapacity(Integer maximumCapacity) |
getId, setId
getDescr, getName, setDescr, setName
getState, getStateKey, getType, getTypeKey, 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
getAttributes
public LprRosterInfo()
public LprRosterInfo(LprRoster lprRoster)
lprRoster
- the LprRoster to copypublic List<String> getAssociatedLuiIds()
LprRoster
getAssociatedLuiIds
in interface LprRoster
public void setAssociatedLuiIds(List<String> associatedLuiIds)
public Integer getMaximumCapacity()
LprRoster
getMaximumCapacity
in interface LprRoster
public void setMaximumCapacity(Integer maximumCapacity)
public Boolean getCheckInRequired()
LprRoster
getCheckInRequired
in interface LprRoster
public void setCheckInRequired(Boolean checkInRequired)
public TimeAmountInfo getCheckInFrequency()
LprRoster
getCheckInFrequency
in interface LprRoster
public void setCheckInFrequency(TimeAmountInfo checkInFrequency)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.