/* * Provided by CSTI Consulting * Following GNU LESSER GENERAL PUBLIC LICENSE * You may obtain more details at * * http://www.csticonsulting.com * Copyright (c) 2006-2010 Consultation CS-TI inc. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package com.salesmanager.central.profile; public class ProfileConstants { public final static String username = "USERNAME"; public final static String merchant = "MERCHANT"; public final static String profile = "PROFILE"; public final static String context = "CONTEXT"; public final static String CONFIGPAYMENTMODULES = "MERCHANT_PAYMENT_MODULES"; public final static String CONFIGTAX = "MODULE_TAX_BASIS"; public final static String CCAT01 = "CCAT01"; public final static String REPSA01 = "REPSA01"; public final static String CHTX01 = "CHTX01"; public final static String CHPAY01 = "CHPAY01"; public final static String CPRD01 = "CPRD01"; public final static String CDTFED01 = "CDTFED01"; public final static String CAROP01 = "CAROP01"; public final static String CHSH01 = "CHSH01"; public final static String ASTOR01 = "ASTOR01"; public final static String ORDERSTABLE = "orders"; public final static String ORDERSTOTALTABLE = "orders_total"; public final static int BASIC_REGISTRATION = 1; }