/*
* Copyright (c) 2005-2011 Grameen Foundation USA
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* 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.
*
* See also http://www.apache.org/licenses/LICENSE-2.0.html for an
* explanation of the license and how it is applied.
*/
package org.mifos.application.master.util.helpers;
public interface MasterConstants {
String SALUTATION = "Salutation";
String MARITAL_STATUS = "MaritalStatus";
String PERSONNEL_STATUS = "PersonnelStatus";
String CITIZENSHIP = "CitizenShip";
String ETHNICITY = "Ethnicity";
String POVERTY_STATUS = "PovertyStatus";
String EDUCATION_LEVEL = "EducationLevel";
String BUSINESS_ACTIVITIES = "BusinessActivities";
String BUSINESS_ACTIVITIE_NAME = "BusinessActivitieName";
String HANDICAPPED = "Handicapped";
String GENDER = "Gender";
String LIVING_STATUS="LivingStatus";
String SPOUSE_FATHER = "SpouseFather";
String PERSONNEL_TITLE = "PersonnelTitles";
String PERSONNEL_LEVELS = "PersonnelLevels";
String COLLATERAL_TYPES = "CollateralTypes";
String INTERESTTYPES = "InterestTypes";
String INTERESTCALCRULE = "InterestCalcRule";
String GRACEPERIODTYPES = "GracePeriodTypes";
String STATUS_FLAG = "GroupFlag";
String LOAN_STATUS = "LoanStatus";
String ACCOUNT_STATES = "AccountStates";
String ACCOUNT_STATE_FLAGS = "AccountFlags";
String LANGUAGE = "Language";
String SAVINGS_TYPE = "SavingsType";
String INTEREST_CAL_TYPES = "IntCalTypes";
String RECOMMENDED_AMOUNT_UNIT = "RecommendedAmtUnit";
String ATTENDENCETYPES = "CustomerAttendanceType";
String PAYMENT_TYPE = "PaymentType";
String FEE_PAYMENT_TYPE = "FeePaymentType";
String LOAN_PURPOSES = "LoanPurposes";
String OFFICER_TITLES = "Titles";
short CUSTOMFIELD_NUMBER = 1;
short CUSTOMFIELD_ALPHANUMBER = 2;
short CUSTOMFIELD_DATE = 3;
String ENTITY_TYPE = "entityType";
}