jbpm-form-modeler-api 6.0.0.CR1

org.jbpm.formModeler.core.test
Class InvoiceLine

java.lang.Object
  extended by org.jbpm.formModeler.core.test.InvoiceLine
All Implemented Interfaces:
Serializable

public class InvoiceLine
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
InvoiceLine()
           
 
Method Summary
 Double getAmount()
           
 String getDescription()
           
 String getIdLine()
           
 void setAmount(Double amount)
           
 void setDescription(String description)
           
 void setIdLine(String idLine)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvoiceLine

public InvoiceLine()
Method Detail

getIdLine

public String getIdLine()

setIdLine

public void setIdLine(String idLine)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getAmount

public Double getAmount()

setAmount

public void setAmount(Double amount)

toString

public String toString()
Overrides:
toString in class Object

jbpm-form-modeler-api 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.