public interface IWithMetadata
| Modifier and Type | Method and Description |
|---|---|
Metadata |
getMetadata()
Gets the
Metadata object for the parent, creates an empty of if there is none. |
boolean |
hasMetadata()
Indicates if the object has metadata.
|
void |
setMetadata(Metadata metadata)
sets the
Metadata object for the parent. |