Class IdClassEntityId

java.lang.Object
com.blazebit.persistence.testsuite.entity.IdClassEntityId
All Implemented Interfaces:
Serializable

public class IdClassEntityId extends Object implements Serializable
Since:
1.3.0
Author:
Christian Beikov
See Also:
  • Constructor Details

    • IdClassEntityId

      public IdClassEntityId()
    • IdClassEntityId

      public IdClassEntityId(Integer key1, String key2)
  • Method Details

    • getKey1

      public Integer getKey1()
    • setKey1

      public void setKey1(Integer key1)
    • getKey2

      public String getKey2()
    • setKey2

      public void setKey2(String key2)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object