Package org.cyclos.entities.banking
Class AccountLocator
- java.lang.Object
-
- org.cyclos.entities.banking.AccountLocator
-
public class AccountLocator extends Object
-
-
Constructor Summary
Constructors Constructor Description AccountLocator()AccountLocator(InternalAccountOwner owner, AccountType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)InternalAccountOwnergetOwner()AccountTypegetType()inthashCode()voidsetOwner(InternalAccountOwner owner)voidsetType(AccountType type)StringtoString()
-
-
-
Constructor Detail
-
AccountLocator
public AccountLocator()
-
AccountLocator
public AccountLocator(InternalAccountOwner owner, AccountType type)
-
-
Method Detail
-
getOwner
public InternalAccountOwner getOwner()
-
getType
public AccountType getType()
-
setOwner
public void setOwner(InternalAccountOwner owner)
-
setType
public void setType(AccountType type)
-
-