|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibspan.ecap.merchant.shopdecisions.dataadministration.DemandData
public class DemandData
A class containing information about daily demand for a specific product.
Constructor Summary | |
---|---|
DemandData()
|
Method Summary | |
---|---|
int |
getCicQueryCount()
Gets the amount of queries the CIC has registered during the day. |
java.util.Date |
getDate()
Gets the date on which the data was collected. |
java.lang.String |
getProductId()
Gets the id of the product. |
int |
getRegisteredClients()
Gets the total number of clients that registered with the GA wanting to buy the product. |
int |
getShopsSellingProductCount()
Gets the amount of shops selling the specified product during the day. |
void |
setCicQueryCount(int cicQueryCount)
Sets the amount of queries the CIC has registered during the day. |
void |
setDate(java.util.Date date)
Sets the date on which the data was collected. |
void |
setProductId(java.lang.String productId)
Sets the id of the product. |
void |
setRegisteredClients(int registeredClients)
Sets the total number of clients that registered with the GA wanting to buy the product. |
void |
setShopsSellingProductCount(int shopsSellingProductCount)
Sets the amount of shops selling the specified product during the day. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DemandData()
Method Detail |
---|
public int getRegisteredClients()
public void setRegisteredClients(int registeredClients)
registeredClients
- total number of clients that registered with the GA wanting to buy the product.public java.lang.String getProductId()
public void setProductId(java.lang.String productId)
productId
- the id of the product.public java.util.Date getDate()
public void setDate(java.util.Date date)
date
- the date to setpublic int getCicQueryCount()
public void setCicQueryCount(int cicQueryCount)
cicQueryCount
- the amount of CIC queries.public int getShopsSellingProductCount()
public void setShopsSellingProductCount(int shopsSellingProductCount)
shopsSellingProductCount
- the amount of shops selling the productpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |