public class AccountLocator
extends java.lang.Object
| Constructor and Description |
|---|
AccountLocator() |
AccountLocator(InternalAccountOwner owner,
AccountType type) |
| Modifier and Type | Method and Description |
|---|---|
InternalAccountOwner |
getOwner() |
AccountType |
getType() |
void |
setOwner(InternalAccountOwner owner) |
void |
setType(AccountType type) |
java.lang.String |
toString() |
public AccountLocator()
public AccountLocator(InternalAccountOwner owner, AccountType type)
public InternalAccountOwner getOwner()
public AccountType getType()
public void setOwner(InternalAccountOwner owner)
public void setType(AccountType type)
public java.lang.String toString()
toString in class java.lang.Object