public static class MetaObjectProfiSCT.DatabaseSupport.Stopword
extends java.lang.Object
Constructor and Description |
---|
MetaObjectProfiSCT.DatabaseSupport.Stopword(int wordId,
java.lang.String keyword,
java.lang.String category,
boolean conditional)
Creates a new stopword instance with the given attributes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCategory()
Returns the category of this stopword.
|
java.lang.String |
getKeyword()
Returns the string value of this stopword.
|
int |
getWordId()
Returns the identifier of this stopword.
|
int |
hashCode() |
boolean |
isConditionalStopword()
Returns the flag whether this stopword is conditional or not.
|
public MetaObjectProfiSCT.DatabaseSupport.Stopword(int wordId, java.lang.String keyword, java.lang.String category, boolean conditional)
wordId
- the stopword identifierkeyword
- the stopword string valuecategory
- the stopword categoryconditional
- the flag for conditional stopwordspublic int getWordId()
public java.lang.String getKeyword()
public java.lang.String getCategory()
public boolean isConditionalStopword()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object