Class TenantId
- java.lang.Object
-
- dk.cloudcreate.essentials.types.CharSequenceType<TenantId>
-
- dk.cloudcreate.essentials.components.foundation.types.TenantId
-
- All Implemented Interfaces:
Tenant,Identifier,SingleValueType<CharSequence,TenantId>,Serializable,CharSequence,Comparable<TenantId>
public class TenantId extends CharSequenceType<TenantId> implements Tenant, Identifier
Simple single valueTenantidentifier- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TenantId(CharSequence value)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TenantIdof(CharSequence value)-
Methods inherited from class dk.cloudcreate.essentials.types.CharSequenceType
charAt, chars, codePointAt, codePointBefore, codePointCount, codePoints, compareTo, compareTo, compareToIgnoreCase, contains, containsIgnoreCase, contentEquals, contentEquals, endsWith, equals, equalsIgnoreCase, getBytes, getBytes, getBytes, getChars, hashCode, indexOf, indexOf, indexOf, indexOf, isEmpty, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, length, offsetByCodePoints, startsWith, startsWith, subSequence, substring, substring, toCharArray, toString, value
-
-
-
-
Constructor Detail
-
TenantId
public TenantId(CharSequence value)
-
-
Method Detail
-
of
public static TenantId of(CharSequence value)
-
-