com.blinksale.domain
Class Account
java.lang.Object
com.blinksale.domain.Account
public class Account
- extends java.lang.Object
BlinkSale user account.
- Author:
- Jerome Louvel (contact@noelios.com)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Account
public Account()
getClientById
public Client getClientById(java.lang.String id)
getClients
public java.util.List<Client> getClients()
getDeliveries
public java.util.List<Delivery> getDeliveries()
getId
public java.lang.String getId()
getInvoices
public java.util.List<Invoice> getInvoices()
getPayments
public java.util.List<Payment> getPayments()
getTotalPaid
public float getTotalPaid()
setId
public void setId(java.lang.String id)