Public Member Functions | |
boolean | isUncoded () |
long | getProductId () |
String | getProductCodeStr () |
String | getProductName () |
double | getProductCost () |
double | getProductCostTax () |
double | getProductPrice () |
double | getProductPriceTax () |
String | getProductString () |
ProductByContractor | getProductByContractor () |
void | setProductByContractor (ProductByContractor pbc) |
IProduct | load (Object id) |
double | getProductStock (Date date, Contract store) |
Collection< Movement > | getMovements () |
Collection< Movement > | getMovements (Date from, Date to, Contract store) |
Definition at line 29 of file IProduct.java.
Collection<Movement> org.turro.financials.product.IProduct.getMovements | ( | ) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
Collection<Movement> org.turro.financials.product.IProduct.getMovements | ( | Date | from, |
Date | to, | ||
Contract | store | ||
) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
ProductByContractor org.turro.financials.product.IProduct.getProductByContractor | ( | ) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
String org.turro.financials.product.IProduct.getProductCodeStr | ( | ) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
double org.turro.financials.product.IProduct.getProductCost | ( | ) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
double org.turro.financials.product.IProduct.getProductCostTax | ( | ) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
long org.turro.financials.product.IProduct.getProductId | ( | ) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
String org.turro.financials.product.IProduct.getProductName | ( | ) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
double org.turro.financials.product.IProduct.getProductPrice | ( | ) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
double org.turro.financials.product.IProduct.getProductPriceTax | ( | ) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
double org.turro.financials.product.IProduct.getProductStock | ( | Date | date, |
Contract | store | ||
) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
String org.turro.financials.product.IProduct.getProductString | ( | ) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
boolean org.turro.financials.product.IProduct.isUncoded | ( | ) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
IProduct org.turro.financials.product.IProduct.load | ( | Object | id | ) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.
void org.turro.financials.product.IProduct.setProductByContractor | ( | ProductByContractor | pbc | ) |
Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.