deposit/fond registry builder
This commit is contained in:
parent
0f7a017a8d
commit
629b8c63aa
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue