Package com.avoka.fc.core.service
Class MetaData
java.lang.Object
com.avoka.fc.core.service.MetaData
Provides a meta data element bean.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the content of the meta data element.getName()
Return the name of the meta data element.Return the scheme of the meta data element.void
setContent
(String content) Set the content of the meta data element.void
Set the name of the meta data element.void
Set the scheme of the meta data element.
-
Constructor Details
-
MetaData
public MetaData()
-
-
Method Details
-
getName
Return the name of the meta data element.- Returns:
- the name of the meta data element
-
setName
Set the name of the meta data element.- Parameters:
name
- the name of the meta data element
-
getScheme
Return the scheme of the meta data element.- Returns:
- the scheme of the meta data element
-
setScheme
Set the scheme of the meta data element.- Parameters:
scheme
- the scheme of the meta data element
-
getContent
Return the content of the meta data element.- Returns:
- the content of the meta data element
-
setContent
Set the content of the meta data element.- Parameters:
content
- the content of the meta data element
-