org.jbpm.formModeler.core.test
Class InvoiceLine
java.lang.Object
org.jbpm.formModeler.core.test.InvoiceLine
- All Implemented Interfaces:
- Serializable
public class InvoiceLine
- extends Object
- implements Serializable
- See Also:
- Serialized Form
InvoiceLine
public InvoiceLine()
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
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.