refactoring trade protocol

This commit is contained in:
Manfred Karrer 2014-07-04 18:16:51 +02:00
parent 7e55b7325a
commit 5da272bdbf
96 changed files with 2074 additions and 2702 deletions

View file

@ -167,7 +167,7 @@ public class Offer implements Serializable
return collateral;
}
public String getBankAccountUID()
public String getBankAccountId()
{
return bankAccountUID;
}