public class SalesAssistantStatisticsBean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
SalesAssistantStatisticsBean()
Constructor for SalesAssistantStatisticsBean.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final java.lang.String COPYRIGHT
public java.lang.Integer treeId
public java.lang.Integer storeId
public java.lang.Integer conceptId
public java.lang.Long catGroupId
public java.lang.Integer saCount
public SalesAssistantStatisticsBean()
public java.lang.String getCatGroupId()
public java.lang.Long getCatGroupIdAsLong()
public java.lang.String getConceptId()
public java.lang.Integer getConceptIdAsInteger()
public java.lang.String getSaCount()
public java.lang.Integer getSaCountAsInteger()
public java.lang.String getStoreId()
public java.lang.Integer getStoreIdAsInteger()
public java.lang.String getTreeId()
public java.lang.Integer getTreeIdAsInteger()
public void populate(SalesAssistantStatisticsAccessBean statsAB) throws java.lang.Exception
public void setCatGroupId(java.lang.String newCatGroupId)
public void setCatGroupIdAsLong(java.lang.Long newCatGroupId)
public void setConceptId(java.lang.String newConceptId)
public void setConceptIdAsInteger(java.lang.Integer newConceptId)
public void setSaCount(java.lang.String newSaCount)
public void setSaCountAsInteger(java.lang.Integer newSaCount)
public void setStoreId(java.lang.String newStoreId)
public void setStoreIdAsInteger(java.lang.Integer newStoreId)
public void setTreeId(java.lang.String newTreeId)
public void setTreeIdAsInteger(java.lang.Integer newTreeId)