public interface Identifiable
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
An ID must always be unique.
|
default boolean |
isOwner(Identification identification)
checks whether this instance is the owner of this Identification
|
String getID()
default boolean isOwner(Identification identification)
identification - the identification to checkCopyright © 2016. All rights reserved.