public class PropertyValue
extends java.lang.Object
Constructor and Description |
---|
PropertyValue()
ctor
|
PropertyValue(PropertyValue that)
copy ctor
|
PropertyValue(java.lang.String name,
java.lang.String label,
java.lang.Object obj,
java.lang.String category)
ctor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategory()
Get the Category property.
|
java.lang.String |
getLabel()
Get the Label property.
|
java.lang.String |
getName()
Get the Name property.
|
java.lang.Object |
getValue()
Get the Value property.
|
void |
setCategory(java.lang.String value)
Set the Category property.
|
void |
setLabel(java.lang.String value)
Set the Label property.
|
void |
setName(java.lang.String value)
Set the Name property.
|
void |
setValue(java.lang.Object v)
Set the Value property.
|
java.lang.String |
toString()
tostring
|
public PropertyValue()
public PropertyValue(java.lang.String name, java.lang.String label, java.lang.Object obj, java.lang.String category)
name
- namelabel
- labelobj
- valuecategory
- categorypublic PropertyValue(PropertyValue that)
that
- thatpublic void setName(java.lang.String value)
value
- The new value for Namepublic java.lang.String getName()
public void setLabel(java.lang.String value)
value
- The new value for Labelpublic java.lang.String getLabel()
public void setValue(java.lang.Object v)
v
- The valuepublic java.lang.Object getValue()
public void setCategory(java.lang.String value)
value
- The new value for Categorypublic java.lang.String getCategory()
public java.lang.String toString()
toString
in class java.lang.Object