java.lang.Object | +--com.ibm.commerce.marketingcenter.events.databeans.SalesAssistantStatisticsBean
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
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
Constructor Detail |
---|
public SalesAssistantStatisticsBean()
Method Detail |
---|
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
statsAB
- An instance of the sales assistant statistics object
used to populate all the fields.java.lang.Exception
- Thrown whenever an exception is
encountered.public void setCatGroupId(java.lang.String newCatGroupId)
newCatGroupId
- category IDpublic void setCatGroupIdAsLong(java.lang.Long newCatGroupId)
newCatGroupId
- category IDpublic void setConceptId(java.lang.String newConceptId)
newConceptId
- concept IDpublic void setConceptIdAsInteger(java.lang.Integer newConceptId)
newConceptId
- concept IDpublic void setSaCount(java.lang.String newSaCount)
newSaCount
- sales assistant countpublic void setSaCountAsInteger(java.lang.Integer newSaCount)
newSaCount
- sales assistant countpublic void setStoreId(java.lang.String newStoreId)
newStoreId
- store IDpublic void setStoreIdAsInteger(java.lang.Integer newStoreId)
newStoreId
- store IDpublic void setTreeId(java.lang.String newTreeId)
newTreeId
- tree IDpublic void setTreeIdAsInteger(java.lang.Integer newTreeId)
newTreeId
- tree ID