public interface Identifiable<I extends Identifiable<I>> extends Extendable<I>
String
id.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Get the unique identifier of the object.
|
java.lang.String |
getName()
Get an the (optional) name of the object.
|
java.util.Properties |
getProperties()
Get properties associated to the object.
|
boolean |
hasProperty()
Check that this object has some properties.
|
addExtension, getExtension, getExtensionByName, getExtensions, removeExtension
java.lang.String getId()
java.lang.String getName()
boolean hasProperty()
java.util.Properties getProperties()
Copyright © 2019. All rights reserved.