com.konakart.json.app
Class J_TagGroup

java.lang.Object
  extended by com.konakart.json.app.J_TagGroup
All Implemented Interfaces:
java.io.Serializable

public class J_TagGroup
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

Constructor Summary
J_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()
           
 J_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(J_Tag[] _tags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J_TagGroup

public J_TagGroup()
Method Detail

getId

public int getId()
Returns:
Returns the id.

setId

public void setId(int _id)
Parameters:
_id - The id to set.

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String _description)
Parameters:
_description - The description to set.

getLanguageId

public int getLanguageId()
Returns:
Returns the languageId.

setLanguageId

public void setLanguageId(int _languageId)
Parameters:
_languageId - The languageId to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String _name)
Parameters:
_name - The name to set.

getTags

public J_Tag[] getTags()
Returns:
Returns the tags.

setTags

public void setTags(J_Tag[] _tags)
Parameters:
_tags - The tags to set.

getFacetNumber

public int getFacetNumber()
Defines the facet field the tag group is mapped to in SOLR

Returns:
the facetNumber

setFacetNumber

public void setFacetNumber(int _facetNumber)
Defines the facet field the tag group is mapped to in SOLR

Parameters:
_facetNumber - the facetNumber to set

getFacetConstraint

public java.lang.String getFacetConstraint()
Adds this value as a constraint when doing a SOLR search returning facet information.

Returns:
the facetConstraint

setFacetConstraint

public void setFacetConstraint(java.lang.String _facetConstraint)
Adds this value as a constraint when doing a SOLR search returning facet information.

Parameters:
_facetConstraint - the facetConstraint to set


Copyright © 2011 DS Data Systems UK Ltd.