jbpm-form-modeler-api 6.2.0.Beta1

org.jbpm.formModeler.core.test
Class Invoice

java.lang.Object
  extended by 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

Constructor Summary
Invoice()
           
 
Method Summary
 Double getAccountBalance_counting()
           
 Double getAccountBalance()
           
 String getAddress()
           
 Double getAvailableCredit()
           
 String getCity()
           
 Client getClient()
           
 Date getCreatedDate()
           
 String getEmail()
           
 Boolean getEnable()
           
 String getId()
           
 List<InvoiceLine> getInvoiceLines()
           
 String getName()
           
 I18nSet getNotes()
           
 String getPhone()
           
 Double getTotalBalance()
           
 Date getUpdatedDate()
           
 String getZip()
           
 void setAccountBalance_counting(Double accountBalance_counting)
           
 void setAccountBalance(Double accountBalance)
           
 void setAddress(String address)
           
 void setAvailableCredit(Double availableCredit)
           
 void setCity(String city)
           
 void setClient(Client client)
           
 void setCreatedDate(Date createdDate)
           
 void setEmail(String email)
           
 void setEnable(Boolean enable)
           
 void setInvoiceLines(List<InvoiceLine> invoiceLines)
           
 void setName(String name)
           
 void setNotes(I18nSet notes)
           
 void setPhone(String phone)
           
 void setTotalBalance(Double totalBalance)
           
 void setUpdatedDate(Date updatedDate)
           
 void setZip(String zip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invoice

public Invoice()
Method Detail

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 List<InvoiceLine> getInvoiceLines()

setInvoiceLines

public void setInvoiceLines(List<InvoiceLine> invoiceLines)

getClient

public Client getClient()

setClient

public void setClient(Client client)

jbpm-form-modeler-api 6.2.0.Beta1

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