com.konakart.al
Class NotifiedProductItem
java.lang.Object
com.konakart.al.NotifiedProductItem
- All Implemented Interfaces:
- java.io.Serializable
public class NotifiedProductItem
- extends java.lang.Object
- implements java.io.Serializable
Used by EditNotifiedProductForm to present the notified product data in a list on the screen.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifiedProductItem
public NotifiedProductItem()
- Constructor
NotifiedProductItem
public NotifiedProductItem(int prodId,
java.lang.String prodName)
- Constructor
- Parameters:
prodId - prodName -
getProdId
public int getProdId()
- Returns:
- Returns the prodId.
setProdId
public void setProdId(int prodId)
- Parameters:
prodId - The prodId to set.
getProdName
public java.lang.String getProdName()
- Returns:
- Returns the prodName.
setProdName
public void setProdName(java.lang.String prodName)
- Parameters:
prodName - The prodName to set.
isRemove
public boolean isRemove()
- Returns:
- Returns the remove.
setRemove
public void setRemove(boolean remove)
- Parameters:
remove - The remove to set.
Copyright © 2006 DS Data Systems UK Ltd.