java.lang.Object
java.lang.Number
dk.cloudcreate.essentials.types.NumberType<Integer,CONCRETE_TYPE>
dk.cloudcreate.essentials.types.IntegerType<AccountId>
dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data.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:
  • Field Summary

    Fields inherited from class dk.cloudcreate.essentials.types.NumberType

    value
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static AccountId
    from(String longValue)
     
    static AccountId
    of(int value)
     
    static AccountId
     
    static AccountId
     

    Methods inherited from class dk.cloudcreate.essentials.types.IntegerType

    compareTo, decrement, increment

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface dk.cloudcreate.essentials.types.SingleValueType

    getValue
  • Constructor Details

    • AccountId

      public AccountId(Integer value)
  • Method Details