org.kuali.kfs.module.bc.businessobject
Class BCKeyLabelPair
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.module.bc.businessobject.BCKeyLabelPair
- All Implemented Interfaces:
- Serializable, org.kuali.rice.kns.bo.BusinessObject
public class BCKeyLabelPair
- extends org.kuali.rice.kns.bo.TransientBusinessObjectBase
Used to represent a dynamic options selection using explicitly typed key/label pair
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
refresh |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
prepareForWorkflow, toString, toStringBuilder |
key
public String key
label
public String label
BCKeyLabelPair
public BCKeyLabelPair()
BCKeyLabelPair
public BCKeyLabelPair(String key,
String label)
getKey
public String getKey()
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
setKey
public void setKey(String key)
toStringMapper
protected LinkedHashMap toStringMapper()
- Specified by:
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
- See Also:
BusinessObjectBase.toStringMapper()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.