public class SaleDocView
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.math.BigDecimal |
amount
Amount of the sale document.
|
int |
creditDays |
java.lang.Integer |
currencyId
Identifier of the currency
|
java.util.Date |
date |
java.util.Date |
due
Due date of the document.
|
java.lang.Integer |
entryId |
java.lang.String |
entryName |
java.lang.Integer |
id |
java.math.BigDecimal |
payedAmount
Amount payed to the sale document.
|
java.lang.Integer |
state
Flags with the state of the document.
|
Constructor and Description |
---|
SaleDocView() |
public java.math.BigDecimal amount
public int creditDays
public java.lang.Integer currencyId
public java.util.Date date
public java.util.Date due
public java.lang.Integer entryId
public java.lang.String entryName
public java.lang.Integer id
public java.math.BigDecimal payedAmount
public java.lang.Integer state