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

Public Member Functions

 DepartmentStub (Department department)
 
double getStructureMargin ()
 
void setStructureMargin (double structureMargin)
 
double getProfitMargin ()
 
void setProfitMargin (double profitMargin)
 
boolean isAlwaysApply ()
 
void setAlwaysApply (boolean alwaysApply)
 
String getName ()
 
void setName (String name)
 
Set< ContractStubmingetStores ()
 
void setStores (Set< ContractStubmin > stores)
 

Detailed Description

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

Definition at line 30 of file DepartmentStub.java.

Constructor & Destructor Documentation

◆ DepartmentStub()

org.turro.financials.stub.DepartmentStub.DepartmentStub ( Department  department)

Definition at line 37 of file DepartmentStub.java.

37  {
38  silentlyInitializeValues(department);
39  }

Member Function Documentation

◆ getName()

String org.turro.financials.stub.DepartmentStub.getName ( )

Definition at line 65 of file DepartmentStub.java.

65  {
66  return name;
67  }

◆ getProfitMargin()

double org.turro.financials.stub.DepartmentStub.getProfitMargin ( )

Definition at line 49 of file DepartmentStub.java.

49  {
50  return profitMargin;
51  }

◆ getStores()

Set<ContractStubmin> org.turro.financials.stub.DepartmentStub.getStores ( )

Definition at line 73 of file DepartmentStub.java.

73  {
74  return stores;
75  }

◆ getStructureMargin()

double org.turro.financials.stub.DepartmentStub.getStructureMargin ( )

Definition at line 41 of file DepartmentStub.java.

41  {
42  return structureMargin;
43  }

◆ isAlwaysApply()

boolean org.turro.financials.stub.DepartmentStub.isAlwaysApply ( )

Definition at line 57 of file DepartmentStub.java.

57  {
58  return alwaysApply;
59  }

◆ setAlwaysApply()

void org.turro.financials.stub.DepartmentStub.setAlwaysApply ( boolean  alwaysApply)

Definition at line 61 of file DepartmentStub.java.

61  {
62  this.alwaysApply = alwaysApply;
63  }

◆ setName()

void org.turro.financials.stub.DepartmentStub.setName ( String  name)

Definition at line 69 of file DepartmentStub.java.

69  {
70  this.name = name;
71  }

◆ setProfitMargin()

void org.turro.financials.stub.DepartmentStub.setProfitMargin ( double  profitMargin)

Definition at line 53 of file DepartmentStub.java.

53  {
54  this.profitMargin = profitMargin;
55  }

◆ setStores()

void org.turro.financials.stub.DepartmentStub.setStores ( Set< ContractStubmin stores)

Definition at line 77 of file DepartmentStub.java.

77  {
78  this.stores = stores;
79  }

◆ setStructureMargin()

void org.turro.financials.stub.DepartmentStub.setStructureMargin ( double  structureMargin)

Definition at line 45 of file DepartmentStub.java.

45  {
46  this.structureMargin = structureMargin;
47  }

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