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. |
boolean hasMetadata()
Metadata getMetadata()
Metadata object for the parent, creates an empty of if there is none.Metadata object for the parent (can be empty, but never null).Copyright © 2020. All rights reserved.