upl
Class upl_CheckTools

java.lang.Object
  extended by upl.upl_CheckTools

public class upl_CheckTools
extends java.lang.Object

contain independent common check methoeds that may be shared between other classes

Author:
Administrator

Field Summary
(package private)  upl_LanguageEngine checkToolsLanguageEngine
           
 
Constructor Summary
upl_CheckTools()
           
 
Method Summary
 boolean checkIfDecimal(java.lang.String checkTrim)
           
 boolean checkIfNumeric(java.lang.String checkTrim)
           
 boolean checkStringInsideQuotesForErrors(java.lang.String str)
           
(package private)  void setLanguage(java.lang.String[] language)
           
 void showErrorMessage(java.lang.String msg, java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkToolsLanguageEngine

upl_LanguageEngine checkToolsLanguageEngine
Constructor Detail

upl_CheckTools

public upl_CheckTools()
Method Detail

checkIfNumeric

public boolean checkIfNumeric(java.lang.String checkTrim)

checkIfDecimal

public boolean checkIfDecimal(java.lang.String checkTrim)

showErrorMessage

public void showErrorMessage(java.lang.String msg,
                             java.lang.String title)

checkStringInsideQuotesForErrors

public boolean checkStringInsideQuotesForErrors(java.lang.String str)

setLanguage

void setLanguage(java.lang.String[] language)