| Constructor and Description |
|---|
MetaData()
Deprecated.
Instantiates the new
MetaData. |
MetaData(String code,
String value)
Deprecated.
Instantiates the new
MetaData. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Deprecated.
Gets the meta code.
|
String |
getValue()
Deprecated.
Gets the value.
|
void |
setCode(String metaCode)
Deprecated.
Sets the meta code.
|
void |
setValue(String value)
Deprecated.
Sets the value.
|
public MetaData(String code, String value)
MetaData.code - the meta codevalue - the valuepublic MetaData()
MetaData.public void setCode(String metaCode)
metaCode - the new meta codepublic void setValue(String value)
value - the new valuepublic String getCode()
public String getValue()