public interface ISaleTerm
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCreditDays() |
java.lang.Integer |
getCreditStart() |
org.sistema.cs.agenda.persist.IAccount |
getCustomerAccount() |
org.sistema.cs.atlas.persist.IIncoterm |
getIncoterm() |
org.sistema.cs.agenda.persist.IAccount |
getPaymentAccount() |
org.sistema.jcs.atlas.ICurrency |
getPaymentCurrency() |
IPaymentForm |
getPaymentForm() |
void |
setCreditDays(java.lang.Integer days)
Sets the credit days of the operation
|
void |
setCreditStart(java.lang.Integer type)
Sets when to start counting the credit days
|
void |
setCustomerAccount(org.sistema.cs.agenda.persist.IAccount account)
Sets the account from which the customer plans to pay the document.
|
void |
setIncoterm(org.sistema.cs.atlas.persist.IIncoterm term) |
void |
setPaymentAccount(org.sistema.cs.agenda.persist.IAccount account)
Sets the account into which the payment should be made.
|
void |
setPaymentCurrency(org.sistema.jcs.atlas.ICurrency currency)
Sets the payment form.
|
void |
setPaymentForm(IPaymentForm form)
Sets the payment form.
|
java.lang.Integer getCreditDays()
java.lang.Integer getCreditStart()
org.sistema.cs.agenda.persist.IAccount getCustomerAccount()
org.sistema.cs.atlas.persist.IIncoterm getIncoterm()
org.sistema.cs.agenda.persist.IAccount getPaymentAccount()
org.sistema.jcs.atlas.ICurrency getPaymentCurrency()
IPaymentForm getPaymentForm()
void setCreditDays(java.lang.Integer days)
days
- Number of days.void setCreditStart(java.lang.Integer type)
type
- 0 = delivery date, 1 = invoice date.void setCustomerAccount(org.sistema.cs.agenda.persist.IAccount account)
account
- Customer accountvoid setIncoterm(org.sistema.cs.atlas.persist.IIncoterm term)
void setPaymentAccount(org.sistema.cs.agenda.persist.IAccount account)
void setPaymentCurrency(org.sistema.jcs.atlas.ICurrency currency)
void setPaymentForm(IPaymentForm form)