public class ProtocolPersonValuesFinder
extends org.kuali.rice.krad.keyvalues.KeyValuesBase
getKeyValues().| Constructor and Description |
|---|
ProtocolPersonValuesFinder() |
| Modifier and Type | Method and Description |
|---|---|
List<org.kuali.rice.core.api.util.KeyValue> |
getKeyValues()
Gets the keyvalue pair for
ProtocolPerson. |
Long |
getProtocolId()
Gets the Protocol Id.
|
void |
setProtocolId(Long protocolId)
Sets the Protocol Id.
|
public List<org.kuali.rice.core.api.util.KeyValue> getKeyValues()
ProtocolPerson.
The key is the protocolPersonId and the value is the type personName.
setProtocolId(Integer)
must be called with valid values before calling this method.
KeyValuepublic Long getProtocolId()
public void setProtocolId(Long protocolId)
protocolId - the Protocol IdCopyright © 2013 The Kuali Foundation. All Rights Reserved.