public class Account extends Object
An instance of Account is instantiated with a single string containing the description and account name delimited by the | character.
Constructor and Description |
---|
Account(String descriptionAndAccount)
Constructed with the string containing the description and account delimited
by a |
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
The description of the account.
|
String |
getFieldValue()
The raw unparsed value of the Account field that was passed to the object
on construction.
|
String |
getName()
The name of the account.
|
int |
hashCode() |
static Account |
parse(String accountDescription,
String accountID) |
String |
toString() |
public Account(String descriptionAndAccount)
descriptionAndAccount
- The string containing the description and account delimited by a |public String getDescription()
public String getName()
public String getFieldValue()
Copyright © 2015 Caplin Systems.