com.konakart.al
Class NotifiedProductItem

java.lang.Object
  extended by 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

Constructor Summary
NotifiedProductItem()
          Constructor
NotifiedProductItem(int prodId, java.lang.String prodName)
          Constructor
 
Method Summary
 int getProdId()
           
 java.lang.String getProdName()
           
 boolean isRemove()
           
 void setProdId(int prodId)
           
 void setProdName(java.lang.String prodName)
           
 void setRemove(boolean remove)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifiedProductItem

public NotifiedProductItem()
Constructor


NotifiedProductItem

public NotifiedProductItem(int prodId,
                           java.lang.String prodName)
Constructor

Parameters:
prodId -
prodName -
Method Detail

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.