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
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
idLine
public static String idLine
description
public static String description
amount
public static Double amount
InvoiceLine
public InvoiceLine()
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)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.