/*
* Copyright (C) 2013-2017 NTT DATA Corporation
*
* 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.
*/
package org.terasoluna.tourreservation.app.common.constants;
/** This file was automatically generated. */
public final class ValidationMessageKeys {
/**
* <strong>NotEmpty.customerForm.customerKana = Kana is required.</strong>
*/
public static final String NOTEMPTY_CUSTOMERFORM_CUSTOMERKANA = "NotEmpty.customerForm.customerKana";
/**
* <strong>Size.customerForm.customerKana = Size of Kana must be less than {1} characters.</strong>
*/
public static final String SIZE_CUSTOMERFORM_CUSTOMERKANA = "Size.customerForm.customerKana";
/**
* <strong>NotEmpty.customerForm.customerName = Name is required.</strong>
*/
public static final String NOTEMPTY_CUSTOMERFORM_CUSTOMERNAME = "NotEmpty.customerForm.customerName";
/**
* <strong>Size.customerForm.customerName = Size of Name must be less than {1} characters.</strong>
*/
public static final String SIZE_CUSTOMERFORM_CUSTOMERNAME = "Size.customerForm.customerName";
/**
* <strong>NotNull.customerForm.customerBirthYear = Birth Year is required.</strong>
*/
public static final String NOTNULL_CUSTOMERFORM_CUSTOMERBIRTHYEAR = "NotNull.customerForm.customerBirthYear";
/**
* <strong>DateTimeFormat.customerForm.customerBirthYear = Birth Year format must be {1}.</strong>
*/
public static final String DATETIMEFORMAT_CUSTOMERFORM_CUSTOMERBIRTHYEAR = "DateTimeFormat.customerForm.customerBirthYear";
/**
* <strong>NotNull.customerForm.customerBirthMonth = Birth Month is required.</strong>
*/
public static final String NOTNULL_CUSTOMERFORM_CUSTOMERBIRTHMONTH = "NotNull.customerForm.customerBirthMonth";
/**
* <strong>DateTimeFormat.customerForm.customerBirthMonth = Birth Month format must be {1}.</strong>
*/
public static final String DATETIMEFORMAT_CUSTOMERFORM_CUSTOMERBIRTHMONTH = "DateTimeFormat.customerForm.customerBirthMonth";
/**
* <strong>NotNull.customerForm.customerBirthDay = Birth Day is required.</strong>
*/
public static final String NOTNULL_CUSTOMERFORM_CUSTOMERBIRTHDAY = "NotNull.customerForm.customerBirthDay";
/**
* <strong>DateTimeFormat.customerForm.customerBirthDay = Birth Day format must be {1}.</strong>
*/
public static final String DATETIMEFORMAT_CUSTOMERFORM_CUSTOMERBIRTHDAY = "DateTimeFormat.customerForm.customerBirthDay";
/**
* <strong>NotEmpty.customerForm.customerJob = Job is required.</strong>
*/
public static final String NOTEMPTY_CUSTOMERFORM_CUSTOMERJOB = "NotEmpty.customerForm.customerJob";
/**
* <strong>Size.customerForm.customerJob = Size of Job must be less than {1} characters.</strong>
*/
public static final String SIZE_CUSTOMERFORM_CUSTOMERJOB = "Size.customerForm.customerJob";
/**
* <strong>Email.customerForm.customerMail = Mail format is invalid.</strong>
*/
public static final String EMAIL_CUSTOMERFORM_CUSTOMERMAIL = "Email.customerForm.customerMail";
/**
* <strong>Size.customerForm.customerMail = Size of Mail must be less than {1} characters.</strong>
*/
public static final String SIZE_CUSTOMERFORM_CUSTOMERMAIL = "Size.customerForm.customerMail";
/**
* <strong>NotEmpty.customerForm.customerPass = Password is required.</strong>
*/
public static final String NOTEMPTY_CUSTOMERFORM_CUSTOMERPASS = "NotEmpty.customerForm.customerPass";
/**
* <strong>Size.customerForm.customerPass = Size of Password is between {2} and {1}.</strong>
*/
public static final String SIZE_CUSTOMERFORM_CUSTOMERPASS = "Size.customerForm.customerPass";
/**
* <strong>NotEmpty.customerForm.customerPassConfirm = Password(Confirm) is required.</strong>
*/
public static final String NOTEMPTY_CUSTOMERFORM_CUSTOMERPASSCONFIRM = "NotEmpty.customerForm.customerPassConfirm";
/**
* <strong>Size.customerForm.customerPassConfirm = Size of Password(Confirm) is between {2} and {1}.</strong>
*/
public static final String SIZE_CUSTOMERFORM_CUSTOMERPASSCONFIRM = "Size.customerForm.customerPassConfirm";
/**
* <strong>Size.customerForm.customerTel = Size of Tel is between {2} and {1}.</strong>
*/
public static final String SIZE_CUSTOMERFORM_CUSTOMERTEL = "Size.customerForm.customerTel";
/**
* <strong>Pattern.customerForm.customerPost = Zip code format is {2}.</strong>
*/
public static final String PATTERN_CUSTOMERFORM_CUSTOMERPOST = "Pattern.customerForm.customerPost";
/**
* <strong>NotEmpty.customerForm.customerAdd = Address is required.</strong>
*/
public static final String NOTEMPTY_CUSTOMERFORM_CUSTOMERADD = "NotEmpty.customerForm.customerAdd";
/**
* <strong>NotEquals.customerPass = Password is unmatch.</strong>
*/
public static final String NOTEQUALS_CUSTOMERPASS = "NotEquals.customerPass";
/**
* <strong>IncorrectDate.customerBirth = Incorrect date was entered</strong>
*/
public static final String INCORRECTDATE_CUSTOMERBIRTH = "IncorrectDate.customerBirth";
/**
* <strong>Size.reserveTourForm.remarks = Size of remarks is between {2} and {1}.</strong>
*/
public static final String SIZE_RESERVETOURFORM_REMARKS = "Size.reserveTourForm.remarks";
/**
* <strong>IncorrectDate.inputdate = Incorrect date was entered</strong>
*/
public static final String INCORRECTDATE_INPUTDATE = "IncorrectDate.inputdate";
/**
* <strong>Pattern.customerForm.customerPass = Password is Alphanumeric.</strong>
*/
public static final String PATTERN_CUSTOMERFORM_CUSTOMERPASS = "Pattern.customerForm.customerPass";
/**
* <strong>Pattern.customerForm.customerPassConfirm = Confirm Password is Alphanumeric.</strong>
*/
public static final String PATTERN_CUSTOMERFORM_CUSTOMERPASSCONFIRM = "Pattern.customerForm.customerPassConfirm";
/**
* <strong>Pattern.customerForm.customerTel = Tel is Numeric characters.</strong>
*/
public static final String PATTERN_CUSTOMERFORM_CUSTOMERTEL = "Pattern.customerForm.customerTel";
/**
* <strong>NotEmpty.tourInfoSearchCriteria.depCode = Departure is required</strong>
*/
public static final String NOTEMPTY_TOURINFOSEARCHCRITERIA_DEPCODE = "NotEmpty.tourInfoSearchCriteria.depCode";
/**
* <strong>NotEmpty.tourInfoSearchCriteria.arrCode = Arrival is required</strong>
*/
public static final String NOTEMPTY_TOURINFOSEARCHCRITERIA_ARRCODE = "NotEmpty.tourInfoSearchCriteria.arrCode";
/**
* <strong>Pattern.customerForm.customerKana = Kana is full-size katakana input.</strong>
*/
public static final String PATTERN_CUSTOMERFORM_CUSTOMERKANA = "Pattern.customerForm.customerKana";
/**
* <strong>Pattern.customerForm.customerName = ame is entered in full-size.</strong>
*/
public static final String PATTERN_CUSTOMERFORM_CUSTOMERNAME = "Pattern.customerForm.customerName";
/**
* <strong>NotNull.manageReservationForm.reserveNo = Reservation number is required</strong>
*/
public static final String NOTNULL_MANAGERESERVATIONFORM_RESERVENO = "NotNull.manageReservationForm.reserveNo";
/**
* <strong>NotNull.manageReservationForm.adultCount = adultCount is required</strong>
*/
public static final String NOTNULL_MANAGERESERVATIONFORM_ADULTCOUNT = "NotNull.manageReservationForm.adultCount";
/**
* <strong>Min.manageReservationForm.adultCount = adultCount must be greater than or equal to {1}.</strong>
*/
public static final String MIN_MANAGERESERVATIONFORM_ADULTCOUNT = "Min.manageReservationForm.adultCount";
/**
* <strong>Max.manageReservationForm.adultCount = adultCount must be less than or equal to {1}.</strong>
*/
public static final String MAX_MANAGERESERVATIONFORM_ADULTCOUNT = "Max.manageReservationForm.adultCount";
/**
* <strong>NotNull.manageReservationForm.childCount = childCount is required</strong>
*/
public static final String NOTNULL_MANAGERESERVATIONFORM_CHILDCOUNT = "NotNull.manageReservationForm.childCount";
/**
* <strong>Min.manageReservationForm.childCount = childCount must be greater than or equal to {1}.</strong>
*/
public static final String MIN_MANAGERESERVATIONFORM_CHILDCOUNT = "Min.manageReservationForm.childCount";
/**
* <strong>Max.manageReservationForm.childCount = childCount must be less than or equal to {1}.</strong>
*/
public static final String MAX_MANAGERESERVATIONFORM_CHILDCOUNT = "Max.manageReservationForm.childCount";
/**
* <strong>NotNull.reserveTourForm.tourCode = tourCode is required</strong>
*/
public static final String NOTNULL_RESERVETOURFORM_TOURCODE = "NotNull.reserveTourForm.tourCode";
/**
* <strong>NotNull.reserveTourForm.adultCount = adultCount is required</strong>
*/
public static final String NOTNULL_RESERVETOURFORM_ADULTCOUNT = "NotNull.reserveTourForm.adultCount";
/**
* <strong>Min.reserveTourForm.adultCount = adultCount must be greater than or equal to {1}.</strong>
*/
public static final String MIN_RESERVETOURFORM_ADULTCOUNT = "Min.reserveTourForm.adultCount";
/**
* <strong>Max.reserveTourForm.adultCount = adultCount must be less than or equal to {1}.</strong>
*/
public static final String MAX_RESERVETOURFORM_ADULTCOUNT = "Max.reserveTourForm.adultCount";
/**
* <strong>NotNull.reserveTourForm.childCount = childCount is required</strong>
*/
public static final String NOTNULL_RESERVETOURFORM_CHILDCOUNT = "NotNull.reserveTourForm.childCount";
/**
* <strong>Min.reserveTourForm.childCount = childCount must be greater than or equal to {1}.</strong>
*/
public static final String MIN_RESERVETOURFORM_CHILDCOUNT = "Min.reserveTourForm.childCount";
/**
* <strong>Max.reserveTourForm.childCount = childCount must be less than or equal to {1}.</strong>
*/
public static final String MAX_RESERVETOURFORM_CHILDCOUNT = "Max.reserveTourForm.childCount";
}