Public Member Functions | |
ProductUncoded (String description) | |
ProductUncoded (String description, ProductByContractor productByContractor) | |
ProductByContractor | getProductByContractor () |
void | setProductByContractor (ProductByContractor productByContractor) |
double | getProductCost () |
double | getProductCostTax () |
String | getProductName () |
long | getProductId () |
String | getProductCodeStr () |
double | getProductPrice () |
double | getProductPriceTax () |
IProduct | load (Object id) |
double | getProductStock (Date date, Contract store) |
String | getProductString () |
boolean | isUncoded () |
Collection< Movement > | getMovements () |
Collection< Movement > | getMovements (Date from, Date to, Contract store) |
Static Public Member Functions | |
static List< ProductUncoded > | getProducts () |
static List< ProductUncoded > | getProducts (String concept, boolean equality) |
static List< String > | getConcepts (String concept, boolean equality) |
Definition at line 34 of file ProductUncoded.java.
org.turro.financials.product.ProductUncoded.ProductUncoded | ( | String | description | ) |
org.turro.financials.product.ProductUncoded.ProductUncoded | ( | String | description, |
ProductByContractor | productByContractor | ||
) |
Definition at line 45 of file ProductUncoded.java.
|
static |
Definition at line 246 of file ProductUncoded.java.
Collection<Movement> org.turro.financials.product.ProductUncoded.getMovements | ( | ) |
Implements org.turro.financials.product.IProduct.
Definition at line 142 of file ProductUncoded.java.
Collection<Movement> org.turro.financials.product.ProductUncoded.getMovements | ( | Date | from, |
Date | to, | ||
Contract | store | ||
) |
Implements org.turro.financials.product.IProduct.
Definition at line 158 of file ProductUncoded.java.
ProductByContractor org.turro.financials.product.ProductUncoded.getProductByContractor | ( | ) |
Implements org.turro.financials.product.IProduct.
Definition at line 51 of file ProductUncoded.java.
String org.turro.financials.product.ProductUncoded.getProductCodeStr | ( | ) |
Implements org.turro.financials.product.IProduct.
Definition at line 84 of file ProductUncoded.java.
double org.turro.financials.product.ProductUncoded.getProductCost | ( | ) |
Implements org.turro.financials.product.IProduct.
Definition at line 61 of file ProductUncoded.java.
double org.turro.financials.product.ProductUncoded.getProductCostTax | ( | ) |
Implements org.turro.financials.product.IProduct.
Definition at line 69 of file ProductUncoded.java.
long org.turro.financials.product.ProductUncoded.getProductId | ( | ) |
Implements org.turro.financials.product.IProduct.
Definition at line 79 of file ProductUncoded.java.
String org.turro.financials.product.ProductUncoded.getProductName | ( | ) |
Implements org.turro.financials.product.IProduct.
Definition at line 74 of file ProductUncoded.java.
double org.turro.financials.product.ProductUncoded.getProductPrice | ( | ) |
Implements org.turro.financials.product.IProduct.
Definition at line 89 of file ProductUncoded.java.
double org.turro.financials.product.ProductUncoded.getProductPriceTax | ( | ) |
Implements org.turro.financials.product.IProduct.
Definition at line 97 of file ProductUncoded.java.
|
static |
Definition at line 234 of file ProductUncoded.java.
|
static |
Definition at line 238 of file ProductUncoded.java.
double org.turro.financials.product.ProductUncoded.getProductStock | ( | Date | date, |
Contract | store | ||
) |
Implements org.turro.financials.product.IProduct.
Definition at line 112 of file ProductUncoded.java.
String org.turro.financials.product.ProductUncoded.getProductString | ( | ) |
Implements org.turro.financials.product.IProduct.
Definition at line 132 of file ProductUncoded.java.
boolean org.turro.financials.product.ProductUncoded.isUncoded | ( | ) |
Implements org.turro.financials.product.IProduct.
Definition at line 137 of file ProductUncoded.java.
IProduct org.turro.financials.product.ProductUncoded.load | ( | Object | id | ) |
Implements org.turro.financials.product.IProduct.
Definition at line 102 of file ProductUncoded.java.
void org.turro.financials.product.ProductUncoded.setProductByContractor | ( | ProductByContractor | productByContractor | ) |
Implements org.turro.financials.product.IProduct.
Definition at line 56 of file ProductUncoded.java.