public final class MetaData extends Object
Constructor and Description |
---|
MetaData()
Instantiates the new
MetaData . |
MetaData(String code,
String value)
Instantiates the new
MetaData . |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Returns the metadata code.
|
String |
getValue()
Returns the metadata's value.
|
void |
setCode(String code)
Specifies the metadata code.
|
void |
setValue(String value)
Specifies the metadata's value.
|