org.kuali.kfs.module.bc.businessobject
Class BCKeyLabelPair

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by 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

Field Summary
 String key
           
 String label
           
 
Constructor Summary
BCKeyLabelPair()
           
BCKeyLabelPair(String key, String label)
           
 
Method Summary
 String getKey()
           
 String getLabel()
           
 void setKey(String key)
           
 void setLabel(String label)
           
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase
refresh
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

public String key

label

public String label
Constructor Detail

BCKeyLabelPair

public BCKeyLabelPair()

BCKeyLabelPair

public BCKeyLabelPair(String key,
                      String label)
Method Detail

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.