Package com.san.my.common.util

Examples of com.san.my.common.util.SlipConfigs


 
 
  private BTransactionService transactionService;
 
  public String input(){   
    SlipConfigs slipConfig = SlipConfigs.getInstance();   
    cashCommissionRate=Double.parseDouble(slipConfig.getSlipConfig(MessageKey.SLIP_CONFIG_CASHCOMMISSION_RATE));
    adthiRate=Double.parseDouble(slipConfig.getSlipConfig(MessageKey.SLIP_CONFIG_ADTHI_RATE));
    hamaliRate=Double.parseDouble(slipConfig.getSlipConfig(MessageKey.SLIP_CONFIG_HAMALI_RATE));
    return SUCCESS;
  }
View Full Code Here

TOP

Related Classes of com.san.my.common.util.SlipConfigs

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.