com.quadrique.jbuildingblocks.core.dataStructure
Class JbbStringLabelStringValue

java.lang.Object
  extended by com.quadrique.jbuildingblocks.core.dataStructure.JbbStringLabelStringValue

public class JbbStringLabelStringValue
extends Object

A simple JAVA bean to manipulate a label/value pair


Constructor Summary
JbbStringLabelStringValue()
           
JbbStringLabelStringValue(String label, String value)
           
 
Method Summary
 String getLabel()
           
 String getValue()
           
 void setLabel(String label)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbbStringLabelStringValue

public JbbStringLabelStringValue()

JbbStringLabelStringValue

public JbbStringLabelStringValue(String label,
                                 String value)
Parameters:
label -
value -
Method Detail

getLabel

public String getLabel()
Returns:
Returns the label.

setLabel

public void setLabel(String label)
Parameters:
label - The label to set.

getValue

public String getValue()
Returns:
Returns the value.

setValue

public void setValue(String value)
Parameters:
value - The value to set.


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.