Class MetaData
java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.MetaData
Defines the digital asset's metadata.
- Since:
- 1.6.0
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MetaData
Instantiates the newMetaData
.- Parameters:
code
- the codevalue
- the value
-
MetaData
public MetaData()Instantiates the newMetaData
.
-
-
Method Details
-
setCode
Specifies the metadata code. -
setValue
Specifies the metadata's value. -
getCode
Returns the metadata code. -
getValue
Returns the metadata's value.
-