public class AdminProductToStore
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AdminProductToStore()
Constructor
|
AdminProductToStore(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the Product object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
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 |
setPriceId(int priceId) |
void |
setProductId(int productId) |
void |
setStoreId(java.lang.String storeId) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
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
public AdminProductToStore()
public AdminProductToStore(com.workingdogs.village.Record vr, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public 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 setCopyright © 2018 DS Data Systems UK Ltd.