Class HashPK

  • All Implemented Interfaces:
    java.io.Serializable

    public class HashPK
    extends java.lang.Object
    implements java.io.Serializable
    This class represent the composite Primary Key of Hash} class.
    Since:
    6.1.0
    Version:
    $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HashPK()  
      HashPK​(java.lang.String hash, java.lang.String postId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getHash()  
      java.lang.String getPostId()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • HashPK

        public HashPK()
      • HashPK

        public HashPK​(java.lang.String hash,
                      java.lang.String postId)
    • Method Detail

      • getHash

        public java.lang.String getHash()
      • getPostId

        public java.lang.String getPostId()
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object