|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminProductQuantity
public class AdminProductQuantity
Product Quantity object which contains the quantity of a product for different option value combinations
Field Summary | |
---|---|
private java.util.Date |
dateAvailable
dateAvailable |
private java.lang.String |
encodedOptionValues
encodedOptionValues {4}3{3}6 which means product_options of id==4 and product_options_values of id==3 followed by product_options of id==3 and product_options_values of id==6. |
private java.lang.Integer |
extQuantity
extQuantity |
private int |
productId
productId |
private int |
quantity
quantity |
private java.lang.String |
sku
SKU |
Constructor Summary | |
---|---|
AdminProductQuantity()
Constructor |
|
AdminProductQuantity(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
|
Method Summary | |
---|---|
java.util.Date |
getDateAvailable()
|
java.lang.String |
getEncodedOptionValues()
|
java.lang.Integer |
getExtQuantity()
|
int |
getProductId()
|
int |
getQuantity()
|
java.lang.String |
getSku()
|
void |
setDateAvailable(java.util.Date dateAvailable)
|
void |
setEncodedOptionValues(java.lang.String encodedOptionValues)
|
void |
setExtQuantity(java.lang.Integer extQuantity)
|
void |
setProductId(int productId)
|
void |
setQuantity(int quantity)
|
void |
setSku(java.lang.String sku)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int productId
private java.lang.String encodedOptionValues
private int quantity
private java.lang.Integer extQuantity
private java.lang.String sku
private java.util.Date dateAvailable
Constructor Detail |
---|
public AdminProductQuantity()
public AdminProductQuantity(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c) throws com.workingdogs.village.DataSetException
vr
- c
-
com.workingdogs.village.DataSetException
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getEncodedOptionValues()
public void setEncodedOptionValues(java.lang.String encodedOptionValues)
encodedOptionValues
- The encodedOptionValues to set.public int getProductId()
public void setProductId(int productId)
productId
- The productId to set.public java.lang.String getSku()
public void setSku(java.lang.String sku)
sku
- The sku to set.public java.util.Date getDateAvailable()
public void setDateAvailable(java.util.Date dateAvailable)
dateAvailable
- the dateAvailable to setpublic int getQuantity()
public void setQuantity(int quantity)
quantity
- The quantity to set.public java.lang.Integer getExtQuantity()
public void setExtQuantity(java.lang.Integer extQuantity)
extQuantity
- the extQuantity to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |