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)
getLetter
public Character getLetter()
setLetter
public void setLetter(Character letter)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getAmount
public Double getAmount()
setAmount
public void setAmount(Double amount)
getShortRef
public Byte getShortRef()
setShortRef
public void setShortRef(Byte shortRef)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.