org.jbpm.formModeler.core.test
Class Invoice
java.lang.Object
org.jbpm.formModeler.core.test.Invoice
- All Implemented Interfaces:
- Serializable
public class Invoice
- extends Object
- implements Serializable
Sample class for demo purposes.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Invoice
public Invoice()
getId
public String getId()
getName
public String getName()
setName
public void setName(String name)
getAddress
public String getAddress()
setAddress
public void setAddress(String address)
getCity
public String getCity()
setCity
public void setCity(String city)
getZip
public String getZip()
setZip
public void setZip(String zip)
getEmail
public String getEmail()
setEmail
public void setEmail(String email)
getPhone
public String getPhone()
setPhone
public void setPhone(String phone)
getAccountBalance
public Double getAccountBalance()
setAccountBalance
public void setAccountBalance(Double accountBalance)
getAvailableCredit
public Double getAvailableCredit()
setAvailableCredit
public void setAvailableCredit(Double availableCredit)
getTotalBalance
public Double getTotalBalance()
setTotalBalance
public void setTotalBalance(Double totalBalance)
getCreatedDate
public Date getCreatedDate()
setCreatedDate
public void setCreatedDate(Date createdDate)
getUpdatedDate
public Date getUpdatedDate()
setUpdatedDate
public void setUpdatedDate(Date updatedDate)
getEnable
public Boolean getEnable()
setEnable
public void setEnable(Boolean enable)
getNotes
public I18nSet getNotes()
setNotes
public void setNotes(I18nSet notes)
getAccountBalance_counting
public Double getAccountBalance_counting()
setAccountBalance_counting
public void setAccountBalance_counting(Double accountBalance_counting)
getInvoiceLines
public ArrayList<InvoiceLine> getInvoiceLines()
setInvoiceLines
public void setInvoiceLines(ArrayList<InvoiceLine> invoiceLines)
getClient
public Client getClient()
setClient
public void setClient(Client client)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.