public class SimpleAccountFactory extends Object implements AcceptableAccountFactory<AccountIDImpl>
| Constructor and Description |
|---|
SimpleAccountFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(AccountIDImpl param) |
<ID extends AccountID> |
getAccountByID(ID id) |
public <ID extends AccountID> Account<ID> getAccountByID(ID id)
getAccountByID in interface AccountFactorypublic boolean accept(AccountIDImpl param)
accept in interface org.coodex.util.AcceptableService<AccountIDImpl>Copyright © 2018. All rights reserved.