BrightSide Workbench Full Report + Source Code
org.turro.financials.stub.ProductByContractorStubmin Class Reference
Inheritance diagram for org.turro.financials.stub.ProductByContractorStubmin:
Collaboration diagram for org.turro.financials.stub.ProductByContractorStubmin:

Public Member Functions

 ProductByContractorStubmin (ProductByContractor productByContractor)
 
String getContractorCode ()
 
void setContractorCode (String contractorCode)
 

Detailed Description

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

Definition at line 28 of file ProductByContractorStubmin.java.

Constructor & Destructor Documentation

◆ ProductByContractorStubmin()

org.turro.financials.stub.ProductByContractorStubmin.ProductByContractorStubmin ( ProductByContractor  productByContractor)

Definition at line 32 of file ProductByContractorStubmin.java.

32  {
33  silentlyInitializeValues(productByContractor);
34  }

Member Function Documentation

◆ getContractorCode()

String org.turro.financials.stub.ProductByContractorStubmin.getContractorCode ( )

Definition at line 36 of file ProductByContractorStubmin.java.

36  {
37  return contractorCode;
38  }

◆ setContractorCode()

void org.turro.financials.stub.ProductByContractorStubmin.setContractorCode ( String  contractorCode)

Definition at line 40 of file ProductByContractorStubmin.java.

40  {
41  this.contractorCode = contractorCode;
42  }

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