|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_TagGroup
public class S_TagGroup
An object used to group tags. A TagGroup can be associated to one or more categories so that the application can figure out which tags to allow a user to choose from in order to refine his search.
| Constructor Summary | |
|---|---|
S_TagGroup()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getFacetConstraint()
Adds this value as a constraint when doing a SOLR search returning facet information. |
int |
getFacetNumber()
Defines the facet field the tag group is mapped to in SOLR |
int |
getId()
|
int |
getLanguageId()
|
java.lang.String |
getName()
|
S_Tag[] |
getTags()
|
void |
setDescription(java.lang.String _description)
|
void |
setFacetConstraint(java.lang.String _facetConstraint)
Adds this value as a constraint when doing a SOLR search returning facet information. |
void |
setFacetNumber(int _facetNumber)
Defines the facet field the tag group is mapped to in SOLR |
void |
setId(int _id)
|
void |
setLanguageId(int _languageId)
|
void |
setName(java.lang.String _name)
|
void |
setTags(S_Tag[] _tags)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_TagGroup()
| Method Detail |
|---|
public int getId()
public void setId(int _id)
_id - The id to set.public java.lang.String getDescription()
public void setDescription(java.lang.String _description)
_description - The description to set.public int getLanguageId()
public void setLanguageId(int _languageId)
_languageId - The languageId to set.public java.lang.String getName()
public void setName(java.lang.String _name)
_name - The name to set.public S_Tag[] getTags()
public void setTags(S_Tag[] _tags)
_tags - The tags to set.public int getFacetNumber()
public void setFacetNumber(int _facetNumber)
_facetNumber - the facetNumber to setpublic java.lang.String getFacetConstraint()
public void setFacetConstraint(java.lang.String _facetConstraint)
_facetConstraint - the facetConstraint to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||