org.kuali.rice.krad.keyvalues
Class KimAttributeValuesFinder
java.lang.Object
org.kuali.rice.krad.keyvalues.KeyValuesBase
org.kuali.rice.krad.keyvalues.KimAttributeValuesFinder
- All Implemented Interfaces:
- Serializable, KeyValuesFinder
public class KimAttributeValuesFinder
- extends KeyValuesBase
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final org.apache.log4j.Logger LOG
kimTypeId
protected String kimTypeId
kimAttributeName
protected String kimAttributeName
KimAttributeValuesFinder
public KimAttributeValuesFinder()
getKeyValues
public List<KeyValue> getKeyValues()
- Description copied from interface:
KeyValuesFinder
- Builds a list of key values representations for valid value selections.
- Returns:
- List of KeyValue objects.
- See Also:
KeyValuesFinder.getKeyValues()
toKeyValues
private static List<KeyValue> toKeyValues(Map<String,String> m)
getKimAttributeName
public String getKimAttributeName()
- Returns:
- the kimAttributeName
setKimAttributeName
public void setKimAttributeName(String kimAttributeName)
- Parameters:
kimAttributeName
- the kimAttributeName to set
getKimTypeId
public String getKimTypeId()
- Returns:
- the kimTypeId
setKimTypeId
public void setKimTypeId(String kimTypeId)
- Parameters:
kimTypeId
- the kimTypeId to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.