|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_Tag
public class S_Tag
An object that represents a tag used as metadata for products so that product searches can be refined.
| Constructor Summary | |
|---|---|
S_Tag()
|
|
| Method Summary | |
|---|---|
int |
getId()
|
int |
getLanguageId()
|
java.lang.String |
getName()
|
int |
getNumProducts()
The number of products for this tag |
int |
getSortOrder()
|
boolean |
isSelected()
This is set by the UI to determine whether a tag has been selected or not. |
void |
setId(int _id)
|
void |
setLanguageId(int _languageId)
|
void |
setName(java.lang.String _name)
|
void |
setNumProducts(int _numProducts)
The number of products for this tag |
void |
setSelected(boolean _selected)
This is set by the UI to determine whether a tag has been selected or not. |
void |
setSortOrder(int _sortOrder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_Tag()
| Method Detail |
|---|
public int getId()
public void setId(int _id)
_id - The id 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 int getSortOrder()
public void setSortOrder(int _sortOrder)
_sortOrder - The sortOrder to set.public boolean isSelected()
public void setSelected(boolean _selected)
_selected - The selected to set.public int getNumProducts()
public void setNumProducts(int _numProducts)
_numProducts - The numProducts to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||