jbpm-form-modeler-api 6.0.0.Beta5

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

Created with IntelliJ IDEA. User: nmirasch Date: 6/13/13 Time: 6:43 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

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

Field Detail

idLine

public static String idLine

description

public static String description

amount

public static Double amount
Constructor Detail

InvoiceLine

public InvoiceLine()
Method Detail

getIdLine

public static String getIdLine()

setIdLine

public static void setIdLine(String idLine)

getDescription

public static String getDescription()

setDescription

public static void setDescription(String description)

getAmount

public static Double getAmount()

setAmount

public static void setAmount(Double amount)

jbpm-form-modeler-api 6.0.0.Beta5

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