Class EntityWithAggregateId.Key

    • Constructor Summary

      Constructors 
      Constructor Description
      Key()  
      Key​(java.lang.String value1, java.lang.String value2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue1()  
      java.lang.String getValue2()  
      void setValue1​(java.lang.String value1)  
      void setValue2​(java.lang.String value2)  
      • Methods inherited from class java.lang.Object

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

      • Key

        public Key()
      • Key

        public Key​(java.lang.String value1,
                   java.lang.String value2)
    • Method Detail

      • getValue1

        public java.lang.String getValue1()
      • setValue1

        public void setValue1​(java.lang.String value1)
      • getValue2

        public java.lang.String getValue2()
      • setValue2

        public void setValue2​(java.lang.String value2)