com.quadrique.jbuildingblocks.core.dataStructure
Class JbbIntLabelIntValue
java.lang.Object
com.quadrique.jbuildingblocks.core.dataStructure.JbbIntLabelIntValue
public class JbbIntLabelIntValue
- extends Object
A simple JAVA bean to manipulate a label/value pair
JbbIntLabelIntValue
public JbbIntLabelIntValue()
JbbIntLabelIntValue
public JbbIntLabelIntValue(int label,
int value)
- Parameters:
label - value -
getLabel
public int getLabel()
- Returns:
- Returns the label.
setLabel
public void setLabel(int label)
- Parameters:
label - The label to set.
getValue
public int getValue()
- Returns:
- Returns the value.
setValue
public void setValue(int value)
- Parameters:
value - The value to set.
Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.