Class CustomerId
- java.lang.Object
-
- dk.cloudcreate.essentials.types.CharSequenceType<CustomerId>
-
- dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data.CustomerId
-
- All Implemented Interfaces:
dk.cloudcreate.essentials.types.SingleValueType<CharSequence,CustomerId>,Serializable,CharSequence,Comparable<CustomerId>
public class CustomerId extends dk.cloudcreate.essentials.types.CharSequenceType<CustomerId>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCustomerId(CharSequence value)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CustomerIdof(CharSequence id)static CustomerIdrandom()-
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
-
CustomerId
protected CustomerId(CharSequence value)
-
-
Method Detail
-
random
public static CustomerId random()
-
of
public static CustomerId of(CharSequence id)
-
-