|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminProductNotification
public class AdminProductNotification
ProductNotification object for the Admin App
Field Summary | |
---|---|
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 Summary | |
---|---|
AdminProductNotification()
Constructor |
|
AdminProductNotification(com.workingdogs.village.Record vr,
com.konakart.bl.KKCriteria c)
Instantiates the attributes of the Address object from a Record object |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int id
private int custId
private int productId
private java.util.Date dateAdded
Constructor Detail |
---|
public AdminProductNotification()
public AdminProductNotification(com.workingdogs.village.Record vr, com.konakart.bl.KKCriteria 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.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()
getId
in interface AdminObjectIf
public void setId(int id)
setId
in interface AdminObjectIf
id
- set the id
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |