Class LongId


  • public class LongId
    extends ValueGroupId<java.lang.Long>
    This class is used in Group instances where the identifying expression evaluated to a Long.
    Author:
    Simon Thoresen Hult
    • Constructor Summary

      Constructors 
      Constructor Description
      LongId​(java.lang.Long value)
      Constructs a new instance of this class.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LongId

        public LongId​(java.lang.Long value)
        Constructs a new instance of this class.
        Parameters:
        value - The identifying long.