deposit/fond registry builder

This commit is contained in:
ialbert 2023-06-05 12:17:44 +03:00
parent 0f7a017a8d
commit 629b8c63aa

View file

@ -65,6 +65,12 @@ public class RegistryDepoBuilder implements IRegistryBuilder {
return this;
}
@Override
public IRegistryBuilder returnDeposit(boolean returnDeposit) {
this.secondLeg = returnDeposit;
return this;
}
@Override
public RegistryDepoBuilder registryDesignation(RegistryDesignation registryDesignation) {
this.regDsgn = registryDesignation;