public class Hash extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
FIND_BY_POST_ID
Named Query that finds a Hash based on a postId specified by parameter
postId . |
protected HashPK |
id |
Constructor and Description |
---|
Hash()
Constructor for JPA.
|
Hash(HashPK hashPK) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
HashPK |
getId()
Returns the object-Id (composite key
HashPK ) |
String |
getStemmed() |
int |
hashCode() |
static String |
normalizeHashtag(String hashtag) |
void |
setId(HashPK id)
Sets the object-Id (composite key
HashPK ) |
void |
setStemmed(String stemmed) |
String |
toString() |
public static final String FIND_BY_POST_ID
postId
.protected HashPK id
public Hash()
public Hash(HashPK hashPK)
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.