Package org.spiderwiz.admin.data
Class PropertySheet.Property
java.lang.Object
org.spiderwiz.admin.data.PropertySheet.Property
- Enclosing class:
- PropertySheet
@WizSerializable public static class PropertySheet.Property extends Object
Holds the key to value mapping of a single configuration property.
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
-
Constructor Details
-
Property
public Property()
-
-
Method Details
-
getValue
Gets the value of the value property.The
value
property is the value in a key to value mapping.- Returns:
- value of the value property.
-
setValue
Sets the value of the value property.The
value
property is the value in a key to value mapping.- Parameters:
value
-
-
getKey
Gets the value of the key property.The
key
property is the key in a key to value mapping.- Returns:
- value of the key property.
-
setKey
Sets the value of the key property.The
key
property is the key in a key to value mapping.- Parameters:
value
-
-