BrightSide Workbench Full Report + Source Code
org.turro.financials.product.IProduct Interface Reference
Inheritance diagram for org.turro.financials.product.IProduct:

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< MovementgetMovements ()
 
Collection< MovementgetMovements (Date from, Date to, Contract store)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 29 of file IProduct.java.

Member Function Documentation

◆ getMovements() [1/2]

Collection<Movement> org.turro.financials.product.IProduct.getMovements ( )

◆ getMovements() [2/2]

Collection<Movement> org.turro.financials.product.IProduct.getMovements ( Date  from,
Date  to,
Contract  store 
)

◆ getProductByContractor()

ProductByContractor org.turro.financials.product.IProduct.getProductByContractor ( )

Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.

Here is the caller graph for this function:

◆ getProductCodeStr()

String org.turro.financials.product.IProduct.getProductCodeStr ( )

Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.

Here is the caller graph for this function:

◆ getProductCost()

double org.turro.financials.product.IProduct.getProductCost ( )

Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.

Here is the caller graph for this function:

◆ getProductCostTax()

double org.turro.financials.product.IProduct.getProductCostTax ( )

Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.

Here is the caller graph for this function:

◆ getProductId()

long org.turro.financials.product.IProduct.getProductId ( )

◆ getProductName()

String org.turro.financials.product.IProduct.getProductName ( )

Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.

Here is the caller graph for this function:

◆ getProductPrice()

double org.turro.financials.product.IProduct.getProductPrice ( )

Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.

Here is the caller graph for this function:

◆ getProductPriceTax()

double org.turro.financials.product.IProduct.getProductPriceTax ( )

Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.

Here is the caller graph for this function:

◆ getProductStock()

double org.turro.financials.product.IProduct.getProductStock ( Date  date,
Contract  store 
)

◆ getProductString()

String org.turro.financials.product.IProduct.getProductString ( )

Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.

Here is the caller graph for this function:

◆ isUncoded()

boolean org.turro.financials.product.IProduct.isUncoded ( )

Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.

Here is the caller graph for this function:

◆ load()

IProduct org.turro.financials.product.IProduct.load ( Object  id)

◆ setProductByContractor()

void org.turro.financials.product.IProduct.setProductByContractor ( ProductByContractor  pbc)

Implemented in org.turro.financials.product.ProductUncoded, and org.turro.financials.entity.Product.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: