|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geebis.books.model.partner.Partner
org.geebis.books.model.partner.Customer
@Name(value="customer") public class Customer
The Customer class represents a customer.
| Constructor Summary | |
|---|---|
Customer()
|
|
Customer(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAccountNumber()
Gets the account number for this customer. |
java.lang.Double |
getCreditLimit()
Gets the credit limit for this customer |
PriceLevel |
getPriceLevel()
Gets the price level for this customer |
java.util.List<Trackable> |
getTrackables()
Gets the trackables for this customer |
void |
setAccountNumber(java.lang.String accountNumber)
Sets the account number for this customer |
void |
setCreditLimit(java.lang.Double creditLimit)
Sets the credit limit for this customer |
void |
setPriceLevel(PriceLevel priceLevel)
Sets the price level for this customer |
void |
setTrackables(java.util.List<Trackable> trackables)
Sets the trackables for this customer |
| Methods inherited from class org.geebis.books.model.partner.Partner |
|---|
getAccountsPayableAccount, getAccountsReceivableAccount, getCompanyName, getContact, getContactInformation, getDefaultTerms, getFirstName, getGenderTitle, getId, getLabels, getLastName, getMiddleInitial, getName, getVersion, setAccountsPayableAccount, setAccountsReceivableAccount, setCompanyName, setContact, setContactInformation, setDefaultTerms, setFirstName, setGenderTitle, setId, setLabels, setLastName, setMiddleInitial, setName, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Customer()
public Customer(java.lang.String name)
| Method Detail |
|---|
public java.util.List<Trackable> getTrackables()
public void setTrackables(java.util.List<Trackable> trackables)
trackables - the new trackables for this customerpublic PriceLevel getPriceLevel()
public void setPriceLevel(PriceLevel priceLevel)
priceLevel - the new price level for this customerpublic java.lang.String getAccountNumber()
public void setAccountNumber(java.lang.String accountNumber)
accountNumber - the new account number for this customerpublic java.lang.Double getCreditLimit()
public void setCreditLimit(java.lang.Double creditLimit)
creditLimit - the new credit limit for this customer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||