public final class TID extends BaseIdentifier
DEFAULT_BYTE_LENGTH, SECURE_RANDOM
Constructor and Description |
---|
TID()
Creates a new unique tenant identifier (TID) based on a randomly
generated string of 4 characters.
|
TID(String value)
Creates a new tenant identifier (TID) from the specified string.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Overrides
Object.equals() . |
compareTo, hashCode, toJSONString, toString
public TID()
public boolean equals(Object object)
Object.equals()
.equals
in class BaseIdentifier
object
- The object to compare to.true
if the objects have the same value, otherwise
false
.Copyright © 2017 Connect2id. All rights reserved.