com.ibm.commerce.marketingcenter.events.databeans
Class SalesAssistantStatisticsBean

java.lang.Object
  |
  +--com.ibm.commerce.marketingcenter.events.databeans.SalesAssistantStatisticsBean

public class SalesAssistantStatisticsBean
extends java.lang.Object

This class represents an entry of the sales assistant statistics in the database, with getters and setters to access the fields in the SASTATS table.


Field Summary
 java.lang.Long catGroupId
          The category ID field in the SASTATS table.
 java.lang.Integer conceptId
          The concept ID field in the SASTATS table.
static java.lang.String COPYRIGHT
          IBM copyright notice field.
 java.lang.Integer saCount
          The sales assistant count field in the SASTATS table.
 java.lang.Integer storeId
          The store ID field in the SASTATS table.
 java.lang.Integer treeId
          The tree ID field in the SASTATS table.
 
Constructor Summary
SalesAssistantStatisticsBean()
          Constructor for SalesAssistantStatisticsBean.
 
Method Summary
 java.lang.String getCatGroupId()
          Gets the category ID of this statistics.
 java.lang.Long getCatGroupIdAsLong()
          Gets the category ID of this statistics, in EJB attribute type.
 java.lang.String getConceptId()
          Gets the concept ID of this statistics.
 java.lang.Integer getConceptIdAsInteger()
          Gets the concept ID of this statistics, in EJB attribute type.
 java.lang.String getSaCount()
          Gets the sales assistant count of this statistics.
 java.lang.Integer getSaCountAsInteger()
          Gets the sales assistant count of this statistics, in EJB attribute type.
 java.lang.String getStoreId()
          Gets the store ID of this statistics.
 java.lang.Integer getStoreIdAsInteger()
          Gets the store ID of this statistics, in EJB attribute type.
 java.lang.String getTreeId()
          Gets the tree ID of this statistics.
 java.lang.Integer getTreeIdAsInteger()
          Gets the tree ID of this statistics, in EJB attribute type.
 void populate( SalesAssistantStatisticsAccessBean statsAB)
          Populate the databean that includes all the data related to this statistics.
 void setCatGroupId(java.lang.String newCatGroupId)
          Sets the category ID of this statistics.
 void setCatGroupIdAsLong(java.lang.Long newCatGroupId)
          Sets the category ID of this statistics, in EJB attribute type.
 void setConceptId(java.lang.String newConceptId)
          Sets the concept ID of this statistics.
 void setConceptIdAsInteger(java.lang.Integer newConceptId)
          Sets the concept ID of this statistics, in EJB attribute type.
 void setSaCount(java.lang.String newSaCount)
          Sets the sales assistant count of this statistics.
 void setSaCountAsInteger(java.lang.Integer newSaCount)
          Sets the sales assistant count of this statistics, in EJB attribute type.
 void setStoreId(java.lang.String newStoreId)
          Sets the store ID of this statistics.
 void setStoreIdAsInteger(java.lang.Integer newStoreId)
          Sets the store ID of this statistics, in EJB attribute type.
 void setTreeId(java.lang.String newTreeId)
          Sets the tree ID of this statistics.
 void setTreeIdAsInteger(java.lang.Integer newTreeId)
          Sets the tree ID of this statistics, in EJB attribute type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

treeId

public java.lang.Integer treeId
The tree ID field in the SASTATS table.

storeId

public java.lang.Integer storeId
The store ID field in the SASTATS table.

conceptId

public java.lang.Integer conceptId
The concept ID field in the SASTATS table.

catGroupId

public java.lang.Long catGroupId
The category ID field in the SASTATS table.

saCount

public java.lang.Integer saCount
The sales assistant count field in the SASTATS table.
Constructor Detail

SalesAssistantStatisticsBean

public SalesAssistantStatisticsBean()
Constructor for SalesAssistantStatisticsBean.
Method Detail

getCatGroupId

public java.lang.String getCatGroupId()
Gets the category ID of this statistics.
Returns:
category ID

getCatGroupIdAsLong

public java.lang.Long getCatGroupIdAsLong()
Gets the category ID of this statistics, in EJB attribute type.
Returns:
category ID

getConceptId

public java.lang.String getConceptId()
Gets the concept ID of this statistics.
Returns:
concept ID

getConceptIdAsInteger

public java.lang.Integer getConceptIdAsInteger()
Gets the concept ID of this statistics, in EJB attribute type.
Returns:
concept ID

getSaCount

public java.lang.String getSaCount()
Gets the sales assistant count of this statistics.
Returns:
sales assistant count

getSaCountAsInteger

public java.lang.Integer getSaCountAsInteger()
Gets the sales assistant count of this statistics, in EJB attribute type.
Returns:
sales assistant count

getStoreId

public java.lang.String getStoreId()
Gets the store ID of this statistics.
Returns:
store ID

getStoreIdAsInteger

public java.lang.Integer getStoreIdAsInteger()
Gets the store ID of this statistics, in EJB attribute type.
Returns:
store ID

getTreeId

public java.lang.String getTreeId()
Gets the tree ID of this statistics.
Returns:
tree ID

getTreeIdAsInteger

public java.lang.Integer getTreeIdAsInteger()
Gets the tree ID of this statistics, in EJB attribute type.
Returns:
tree ID

populate

public void populate(SalesAssistantStatisticsAccessBean statsAB)
              throws java.lang.Exception
Populate the databean that includes all the data related to this statistics.
Parameters:
statsAB - An instance of the sales assistant statistics object used to populate all the fields.
Throws:
java.lang.Exception - Thrown whenever an exception is encountered.

setCatGroupId

public void setCatGroupId(java.lang.String newCatGroupId)
Sets the category ID of this statistics.
Parameters:
newCatGroupId - category ID

setCatGroupIdAsLong

public void setCatGroupIdAsLong(java.lang.Long newCatGroupId)
Sets the category ID of this statistics, in EJB attribute type.
Parameters:
newCatGroupId - category ID

setConceptId

public void setConceptId(java.lang.String newConceptId)
Sets the concept ID of this statistics.
Parameters:
newConceptId - concept ID

setConceptIdAsInteger

public void setConceptIdAsInteger(java.lang.Integer newConceptId)
Sets the concept ID of this statistics, in EJB attribute type.
Parameters:
newConceptId - concept ID

setSaCount

public void setSaCount(java.lang.String newSaCount)
Sets the sales assistant count of this statistics.
Parameters:
newSaCount - sales assistant count

setSaCountAsInteger

public void setSaCountAsInteger(java.lang.Integer newSaCount)
Sets the sales assistant count of this statistics, in EJB attribute type.
Parameters:
newSaCount - sales assistant count

setStoreId

public void setStoreId(java.lang.String newStoreId)
Sets the store ID of this statistics.
Parameters:
newStoreId - store ID

setStoreIdAsInteger

public void setStoreIdAsInteger(java.lang.Integer newStoreId)
Sets the store ID of this statistics, in EJB attribute type.
Parameters:
newStoreId - store ID

setTreeId

public void setTreeId(java.lang.String newTreeId)
Sets the tree ID of this statistics.
Parameters:
newTreeId - tree ID

setTreeIdAsInteger

public void setTreeIdAsInteger(java.lang.Integer newTreeId)
Sets the tree ID of this statistics, in EJB attribute type.
Parameters:
newTreeId - tree ID