Package | Description |
---|---|
org.sistema.control.module.doc |
Legacy classes based on the Persistent framework/library.
|
org.sistema.cs.doc.persist |
Classes and interfaces based on the Persistent framework/library
modeling generic documents.
|
org.sistema.cs.sale.persist |
Classes and interfaces based on the Persistent framework/library
modeling sales related documents.
|
Modifier and Type | Method and Description |
---|---|
ISaleTerm |
IInvoice.getSaleTerms()
Deprecated.
Gets the sale term for the invoice.
|
Modifier and Type | Method and Description |
---|---|
void |
IInvoice.setSaleTerms(ISaleTerm term)
Deprecated.
Sets the sale term for the invoice.
|
Modifier and Type | Method and Description |
---|---|
ISaleTerm |
IInvoice.getSaleTerms()
Gets the sale term for the invoice.
|
Modifier and Type | Method and Description |
---|---|
void |
IInvoice.setSaleTerms(ISaleTerm term)
Sets the sale term for the invoice.
|
Modifier and Type | Class and Description |
---|---|
class |
SaleTerm
A sale term.
|
Modifier and Type | Method and Description |
---|---|
ISaleTerm |
ISaleDoc.getSaleTerm() |
ISaleTerm |
SaleDocument.getSaleTerm() |
Modifier and Type | Method and Description |
---|---|
void |
ISaleDoc.setSaleTerm(ISaleTerm terms)
Sets the sales terms of the document.
|
void |
SaleDocument.setSaleTerm(ISaleTerm term) |