com.konakartadmin.app
Class AdminTagGroup

java.lang.Object
  extended by com.konakartadmin.app.AdminTagGroup
All Implemented Interfaces:
AdminObjectIf

public class AdminTagGroup
extends java.lang.Object
implements AdminObjectIf

Admin Tag Groups


Field Summary
private  int[] categories
          The categories linked with this Tag Group - not populated
private  java.lang.String description
          description
private  int facetNumber
          Facet number, defines the facet field the tag group is mapped to in SOLR
private  int id
          id
private  int languageId
          language Id
private  java.lang.String name
          name
private  AdminTag[] tags
          Array of tags
 
Constructor Summary
AdminTagGroup()
          Constructor
AdminTagGroup(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminOrderStatus object from a Record object
 
Method Summary
 int[] getCategories()
           
 java.lang.String getDescription()
           
 int getFacetNumber()
          Defines the facet field the tag group is mapped to in SOLR
 int getId()
           
 int getLanguageId()
           
 java.lang.String getName()
           
 AdminTag[] getTags()
           
 void setCategories(int[] categories)
           
 void setDescription(java.lang.String description)
           
 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(AdminTag[] tags)
           
 java.lang.String toString()
           
 java.lang.String toStringBrief()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

private int id
id


name

private java.lang.String name
name


description

private java.lang.String description
description


languageId

private int languageId
language Id


tags

private AdminTag[] tags
Array of tags


categories

private int[] categories
The categories linked with this Tag Group - not populated


facetNumber

private int facetNumber
Facet number, defines the facet field the tag group is mapped to in SOLR

Constructor Detail

AdminTagGroup

public AdminTagGroup()
Constructor


AdminTagGroup

public AdminTagGroup(com.workingdogs.village.Record vr,
                     org.apache.torque.util.Criteria c)
              throws com.workingdogs.village.DataSetException
Instantiates the attributes of the AdminOrderStatus object from a Record object

Parameters:
vr - Record containing data
c - Criteria containing column names
Throws:
com.workingdogs.village.DataSetException
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface AdminObjectIf
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the OrderStatus object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing the attributes of the OrdersStatus object.

getId

public int getId()
Specified by:
getId in interface AdminObjectIf
Returns:
Returns the id.

setId

public void setId(int id)
Specified by:
setId in interface AdminObjectIf
Parameters:
id - The id 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.

getLanguageId

public int getLanguageId()
Returns:
Returns the languageId.

setLanguageId

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

getDescription

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

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - the tag description to set

getTags

public AdminTag[] getTags()
Returns:
the set of tags in this tag group

setTags

public void setTags(AdminTag[] tags)
Parameters:
tags - the set of tags to set in this tag group

getCategories

public int[] getCategories()
Returns:
the categories

setCategories

public void setCategories(int[] categories)
Parameters:
categories - the categories 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


Copyright © 2011 DS Data Systems UK Ltd.