jbpm-form-modeler-api 6.2.0.Beta3

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()
           
 Character getLetter()
           
 Byte getShortRef()
           
 void setAmount(Double amount)
           
 void setDescription(String description)
           
 void setIdLine(String idLine)
           
 void setLetter(Character letter)
           
 void setShortRef(Byte shortRef)
           
 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)

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

jbpm-form-modeler-api 6.2.0.Beta3

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