|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminProductToStore
public class AdminProductToStore
ProductToStore object for the Admin App
Field Summary | |
---|---|
private java.lang.String |
custom1
custom1 |
private java.lang.String |
custom2
custom2 |
private java.lang.String |
custom3
custom3 |
private int |
priceId
priceId |
private int |
productId
productId |
private java.lang.String |
storeId
storeId |
Constructor Summary | |
---|---|
AdminProductToStore()
Constructor |
|
AdminProductToStore(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the Product object from a Record object |
Method Summary | |
---|---|
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom2()
|
java.lang.String |
getCustom3()
|
int |
getId()
|
int |
getPriceId()
|
int |
getProductId()
|
java.lang.String |
getStoreId()
|
void |
setCustom1(java.lang.String custom1)
|
void |
setCustom2(java.lang.String custom2)
|
void |
setCustom3(java.lang.String custom3)
|
void |
setId(int id)
|
void |
setPriceId(int priceId)
|
void |
setProductId(int productId)
|
void |
setStoreId(java.lang.String storeId)
|
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
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 storeId
private int priceId
private java.lang.String custom1
private java.lang.String custom2
private java.lang.String custom3
Constructor Detail |
---|
public AdminProductToStore()
public AdminProductToStore(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column names
com.workingdogs.village.DataSetException
Method Detail |
---|
public java.lang.String toString()
toString
in interface AdminObjectIf
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getId()
getId
in interface AdminObjectIf
public void setId(int id)
setId
in interface AdminObjectIf
id
- set the new id as the productIdpublic int getPriceId()
public void setPriceId(int priceId)
priceId
- the priceId to setpublic int getProductId()
public void setProductId(int productId)
productId
- the productId to setpublic java.lang.String getStoreId()
public void setStoreId(java.lang.String storeId)
storeId
- the storeId to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- the custom3 to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |