com.konakart.rmi.app
Class S_Tag

java.lang.Object
  extended by com.konakart.rmi.app.S_Tag
All Implemented Interfaces:
java.io.Serializable

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

An object that represents a tag used as metadata for products so that product searches can be refined.

See Also:
Serialized Form

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

S_Tag

public S_Tag()
Method Detail

getId

public int getId()
Returns:
Returns the id.

setId

public void setId(int _id)
Parameters:
_id - The id 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.

getSortOrder

public int getSortOrder()
Returns:
Returns the sortOrder.

setSortOrder

public void setSortOrder(int _sortOrder)
Parameters:
_sortOrder - The sortOrder to set.

isSelected

public boolean isSelected()
This is set by the UI to determine whether a tag has been selected or not. It is not persisted in the database

Returns:
Returns the selected.

setSelected

public void setSelected(boolean _selected)
This is set by the UI to determine whether a tag has been selected or not. It is not persisted in the database

Parameters:
_selected - The selected to set.

getNumProducts

public int getNumProducts()
The number of products for this tag

Returns:
Returns the numProducts.

setNumProducts

public void setNumProducts(int _numProducts)
The number of products for this tag

Parameters:
_numProducts - The numProducts to set.


Copyright © 2011 DS Data Systems UK Ltd.