org.superbiz.injection
Class LineItem

java.lang.Object
  extended by org.superbiz.injection.LineItem
All Implemented Interfaces:
Serializable

public class LineItem
extends Object
implements Serializable

Version:
$Rev: 601953 $ $Date: 2007-12-07 02:09:47 +0100 (Fr, 07. Dez 2007) $
See Also:
Serialized Form

Constructor Summary
LineItem(String productId, String description)
           
 
Method Summary
 String getDescription()
           
 String getProductId()
           
 void setDescription(String description)
           
 void setProductId(String productId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineItem

public LineItem(String productId,
                String description)
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getProductId

public String getProductId()

setProductId

public void setProductId(String productId)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.