com.konakart.appif
Interface TagGroupIf


public interface TagGroupIf

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.


Method Summary
 java.lang.String getDescription()
           
 int getId()
           
 int getLanguageId()
           
 java.lang.String getName()
           
 TagIf[] getTags()
           
 void setDescription(java.lang.String description)
           
 void setId(int id)
           
 void setLanguageId(int languageId)
           
 void setName(java.lang.String name)
           
 void setTags(TagIf[] tags)
           
 

Method Detail

getId

int getId()
Returns:
Returns the id.

setId

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

getDescription

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

setDescription

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

getLanguageId

int getLanguageId()
Returns:
Returns the languageId.

setLanguageId

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

getName

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

setName

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

getTags

TagIf[] getTags()
Returns:
Returns the tags.

setTags

void setTags(TagIf[] tags)
Parameters:
tags - The tags to set.


Copyright © 2006 DS Data Systems UK Ltd.