Revert "add getters (and additional setter) to FenceService (!302)"
This reverts commit a0981e9297daa5d51f981ffb1a7cc3f88e31ebc9.
This commit is contained in:
parent
a0981e9297
commit
42db0aca0b
@ -71,33 +71,6 @@ export class FenceService
|
||||
this.fenceAssort = assort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Replace discount fence assort with new assort
|
||||
* @param assort New assorts to replace old with
|
||||
*/
|
||||
public setDiscountFenceAssort(assort: ITraderAssort): void
|
||||
{
|
||||
this.fenceDiscountAssort = assort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get main fence assort
|
||||
* @return ITraderAssort
|
||||
*/
|
||||
public getMainFenceAssort(): ITraderAssort
|
||||
{
|
||||
return this.fenceAssort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get discount fence assort
|
||||
* @return ITraderAssort
|
||||
*/
|
||||
public getDiscountFenceAssort(): ITraderAssort
|
||||
{
|
||||
return this.fenceDiscountAssort;
|
||||
}
|
||||
|
||||
/**
|
||||
* Replace high rep level fence assort with new assort
|
||||
* @param discountAssort New assorts to replace old with
|
||||
|
Loading…
x
Reference in New Issue
Block a user