|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminTagGroup
public class AdminTagGroup
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 |
---|
private int id
private java.lang.String name
private java.lang.String description
private int languageId
private AdminTag[] tags
private int[] categories
private int facetNumber
Constructor Detail |
---|
public AdminTagGroup()
public AdminTagGroup(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column names
com.workingdogs.village.DataSetException
Method Detail |
---|
public java.lang.String toString()
toString
in interface AdminObjectIf
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getId()
getId
in interface AdminObjectIf
public void setId(int id)
setId
in interface AdminObjectIf
id
- The id to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public int getLanguageId()
public void setLanguageId(int languageId)
languageId
- The languageId to set.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the tag description to setpublic AdminTag[] getTags()
public void setTags(AdminTag[] tags)
tags
- the set of tags to set in this tag grouppublic int[] getCategories()
public void setCategories(int[] categories)
categories
- the categories to setpublic int getFacetNumber()
public void setFacetNumber(int facetNumber)
facetNumber
- the facetNumber to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |