public class StringProperty
extends java.lang.Object
implements java.io.Serializable, java.util.Map.Entry<java.lang.String,java.lang.String>
| Modifier | Constructor and Description |
|---|---|
protected |
StringProperty()
Creates new instance.
|
|
StringProperty(java.lang.String key,
java.lang.String value)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Returns the key.
|
java.lang.String |
getValue()
Returns the value.
|
void |
setKey(java.lang.String key)
Sets the key.
|
java.lang.String |
setValue(java.lang.String value)
Sets the value.
|
protected StringProperty()
public StringProperty(java.lang.String key,
java.lang.String value)
key - value - java.lang.NullPointerException - if the key is nullpublic java.lang.String getKey()
getKey in interface java.util.Map.Entry<java.lang.String,java.lang.String>public void setKey(java.lang.String key)
key - public java.lang.String getValue()
getValue in interface java.util.Map.Entry<java.lang.String,java.lang.String>public java.lang.String setValue(java.lang.String value)
setValue in interface java.util.Map.Entry<java.lang.String,java.lang.String>value - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.