|
|||||||||
| 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.Vendor
@Name(value="vendor") public class Vendor
The Vendor class represents a vendor.
| Constructor Summary | |
|---|---|
Vendor()
|
|
Vendor(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAccountNumber()
Gets the account number for this vendor |
java.lang.Double |
getCreditLimit()
Gets the credit limit for this vendor |
ExpenseAccount |
getExpenseAccount()
Gets the expense account of this vendor |
java.util.List<Manufacturer> |
getManufacturers()
Gets the list of Manufacturers that you purchase from this vendor |
void |
setAccountNumber(java.lang.String accountNumber)
Sets the account number for this vendor |
void |
setCreditLimit(java.lang.Double creditLimit)
Sets the credit limit for this vendor |
void |
setExpenseAccount(ExpenseAccount expenseAccount)
Sets the expense account to use with this vendor |
void |
setManufacturers(java.util.List<Manufacturer> manufacturers)
Sets the list of Manufacturers that you purchase from this vendor |
| 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 Vendor()
public Vendor(java.lang.String name)
| Method Detail |
|---|
public java.util.List<Manufacturer> getManufacturers()
Manufacturers that you purchase from this vendor
Manufacturers that you purchase from this vendorpublic void setManufacturers(java.util.List<Manufacturer> manufacturers)
Manufacturers that you purchase from this vendor
manufacturers - the new list of Manufacturers that you want to purchase from this vendorpublic ExpenseAccount getExpenseAccount()
public void setExpenseAccount(ExpenseAccount expenseAccount)
expenseAccount - the new ExpenseAccount to use with this vendorpublic java.lang.String getAccountNumber()
public void setAccountNumber(java.lang.String accountNumber)
accountNumber - the new account number for this vendorpublic java.lang.Double getCreditLimit()
public void setCreditLimit(java.lang.Double creditLimit)
creditLimit - the new credit limit for this vendor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||