public class DataEntity extends Object implements Serializable
Constructor and Description |
---|
DataEntity()
Constructor
|
DataEntity(String strKey,
String strValue)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns the Key
|
String |
getValue()
Returns the Value
|
void |
setKey(String strKey)
Sets the Key
|
void |
setValue(String strValue)
Sets the Value
|
public String getKey()
public void setKey(String strKey)
strKey
- The Keypublic String getValue()
public void setValue(String strValue)
strValue
- The ValueCopyright © 2020 City of Paris. All rights reserved.