Package org.cristalise.kernel.utils
Class KeyValuePair
java.lang.Object
org.cristalise.kernel.utils.KeyValuePair
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getValue()booleanvoidsetAbstract(boolean isAbstract) voidsetBooleanValue(Boolean value) voidsetFloatValue(Double value) voidsetIntegerValue(Integer value) voidvoidsetStringValue(String value) void
-
Constructor Details
-
KeyValuePair
public KeyValuePair() -
KeyValuePair
-
-
Method Details
-
getKey
-
setKey
-
getValue
-
setValue
-
setAbstract
public void setAbstract(boolean isAbstract) -
isAbstract
public boolean isAbstract() -
getStringValue
-
setStringValue
-
getIntegerValue
-
setIntegerValue
-
getBooleanValue
-
setBooleanValue
-
getFloatValue
-
setFloatValue
-