getAccount(String chartCode, String accountNumber) This method retrieves the specific AccountGlobalDetail object that corresponds to your requested chartCode and accountNumber
(or a null object if there is no match).
This method adds a single AccountGlobalDetail instance to the list. If one is already present in the list with the same
chartCode and accountNumber, then this new one will not be added.
Parameters: accountGlobalDetail - - populated AccountGlobalDetail instance
This method retrieves the specific AccountGlobalDetail object that corresponds to your requested chartCode and accountNumber
(or a null object if there is no match).
Parameters: chartCode - Parameters: accountNumber - returns the AccountGlobalDetail instance matching the chartCode & accountNumber passed in, or Null if none match