AR System Java API

Uses of Class
com.bmc.arsys.api.FuncCurrencyInfo

Uses of FuncCurrencyInfo in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return types with arguments of type FuncCurrencyInfo
 List<FuncCurrencyInfo> CurrencyValue.getFuncCurrencyList()
          Returns a list of functional currencies associated with the field.
 

Method parameters in com.bmc.arsys.api with type arguments of type FuncCurrencyInfo
 void CurrencyValue.setFuncCurrencyList(List<FuncCurrencyInfo> funcCurrencyList)
          Sets a list of functional currencies associated with the field.
 

Constructor parameters in com.bmc.arsys.api with type arguments of type FuncCurrencyInfo
CurrencyValue(BigDecimal value, String currencyCode, Timestamp conversionDate, List<FuncCurrencyInfo> funcCurrencyList)
           
CurrencyValue(String value, String currencyCode, Timestamp conversionDate, List<FuncCurrencyInfo> funcCurrencyList)
           
 


AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.