public interface IHasClient extends IHasClientID
| Modifier and Type | Method and Description |
|---|---|
IClient |
getClient() |
default String |
getClientID() |
default boolean |
hasSameClient(IClient aClient)
Check if the passed client has the same ID as this object
|
default boolean |
hasSameClientID(IClientObject aClientObject)
Check if the passed object has the same client ID as this object
|
hasSameClientID@Nullable default String getClientID()
getClientID in interface IHasClientIDnull.default boolean hasSameClientID(@Nullable IClientObject aClientObject)
aClientObject - The object to check. May be null.true if this object and the passed object (if not
null) have the same client IDCopyright © 2014–2017 Philip Helger. All rights reserved.