Class SearchHistoryPK

  • All Implemented Interfaces:
    java.io.Serializable

    public class SearchHistoryPK
    extends java.lang.Object
    implements java.io.Serializable
    Internal Primary Key class for SearchHistory
    Since:
    v12.5
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchHistoryPK()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • SearchHistoryPK

        public SearchHistoryPK()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object