Class StringId


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

      Constructors 
      Constructor Description
      StringId​(java.lang.String 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

      • StringId

        public StringId​(java.lang.String value)
        Constructs a new instance of this class.
        Parameters:
        value - The identifying string.