public class AdminProductNotification
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
custId
custId
|
private java.util.Date |
dateAdded
dateAdded
|
private int |
id
id - only so that we can implement AdminObjectIf
|
private int |
productId
productId
|
Constructor and Description |
---|
AdminProductNotification()
Constructor
|
AdminProductNotification(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the Address object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getCustId() |
java.util.Date |
getDateAdded() |
int |
getId() |
int |
getProductId() |
void |
setCustId(int custId) |
void |
setDateAdded(java.util.Date dateAdded) |
void |
setId(int id) |
void |
setProductId(int productId) |
java.lang.String |
toString() |
private int id
private int custId
private int productId
private java.util.Date dateAdded
public AdminProductNotification()
public AdminProductNotification(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.util.Date getDateAdded()
public void setDateAdded(java.util.Date dateAdded)
dateAdded
- The dateAdded to set.public int getCustId()
public void setCustId(int custId)
custId
- The custId to set.public int getProductId()
public void setProductId(int productId)
productId
- The productId to set.public int getId()
public void setId(int id)
id
- set the idCopyright © 2018 DS Data Systems UK Ltd.