Class AccountId
-
- All Implemented Interfaces:
dk.cloudcreate.essentials.types.Identifier,dk.cloudcreate.essentials.types.SingleValueType<Integer,AccountId>,Serializable,Comparable<AccountId>
public class AccountId extends dk.cloudcreate.essentials.types.IntegerType<AccountId> implements dk.cloudcreate.essentials.types.Identifier
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AccountIdfrom(String longValue)static AccountIdof(int value)static AccountIdofNullable(Integer value)static AccountIdrandom()-
Methods inherited from class dk.cloudcreate.essentials.types.NumberType
doubleValue, equals, floatValue, hashCode, intValue, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, longValue, resolveNumberClass, toString, value
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-