lumis.service.socialnetworkservices.microblog.entity
Class HashPK

Package class diagram package HashPK
java.lang.Object
  extended by lumis.service.socialnetworkservices.microblog.entity.HashPK
All Implemented Interfaces:
Serializable

public class HashPK
extends Object
implements Serializable

This class represent the composite Primary Key of Hash} class.

Since:
6.1.0
See Also:
Serialized Form

Constructor Summary
HashPK()
           
HashPK(String hash, String postId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getHash()
           
 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(String hash,
              String postId)
Method Detail

getHash

public String getHash()

getPostId

public String getPostId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.