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
ProtocolPersonBase. |
Long |
getProtocolId()
Gets the ProtocolBase Id.
|
void |
setProtocolId(Long protocolId)
Sets the ProtocolBase Id.
|
public List<org.kuali.rice.core.api.util.KeyValue> getKeyValues()
ProtocolPersonBase.
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 ProtocolBase IdCopyright © 2013 The Kuali Foundation. All Rights Reserved.