@NotThreadSafe public final class Client extends AbstractObject implements IClient
IClient| Modifier and Type | Field and Description |
|---|---|
static com.helger.commons.type.ObjectType |
OT |
| Constructor and Description |
|---|
Client(String sID,
String sDisplayName)
Constructor for new client
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAsUIText(Locale aDisplayLocale) |
String |
getDisplayName() |
com.helger.commons.type.ObjectType |
getTypeID() |
boolean |
isGlobalClient() |
com.helger.commons.state.EChange |
setDisplayName(String sDisplayName) |
String |
toString() |
equals, hashCodegetCreationDateTime, getCreationUserID, getDeletionDateTime, getDeletionUserID, getID, getLastModificationDateTime, getLastModificationUserID, isDeleted, isDeleted, isDeleted, setDeletion, setDeletionNow, setLastModification, setLastModificationNow, setUndeletion, setUndeletionNowclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCreationDateTime, getCreationUserID, isDeleted, isDeleted, isDeletedgetLastModificationUserIDgetLastModificationDateTimegetDeletionUserID@Nonnull public com.helger.commons.type.ObjectType getTypeID()
getTypeID in interface com.helger.commons.type.IHasTypepublic boolean isGlobalClient()
isGlobalClient in interface IClienttrue if this is the system global client@Nonnull @Nonempty public String getDisplayName()
getDisplayName in interface com.helger.commons.name.IHasDisplayName@Nonnull public com.helger.commons.state.EChange setDisplayName(@Nonnull@Nonempty String sDisplayName)
@Nonnull @Nonempty public String getAsUIText(Locale aDisplayLocale)
getAsUIText in interface IHasUITextaDisplayLocale - Display locale. May not be null.public String toString()
toString in class AbstractBaseObjectCopyright © 2014–2015 Philip Helger. All rights reserved.