br.ufg.integrate.xml.bean
Class Config

java.lang.Object
  extended by br.ufg.integrate.xml.bean.Config

public class Config
extends Object

Version:
0.1 Javabean que encapsula as configurações do Integrate, definidas no arquivo 'integrate-config.xml'.
Author:
Rogerio

Constructor Summary
Config()
           
 
Method Summary
 String getDateFormat()
           
 String getMediatorImpl()
           
 Map<String,String> getParams()
           
 boolean isPrintErrors()
           
 boolean isPrintResultSet()
           
 boolean isPrintXMLSchema()
           
 boolean isStopOnError()
           
 void setDateFormat(String dateFormat)
           
 void setMediatorImpl(String impl)
           
 void setPrintErrors(boolean printErrors)
           
 void setPrintResultSet(boolean printResultSet)
           
 void setPrintXMLSchema(boolean printXMLSchema)
           
 void setStopOnError(boolean stopOnError)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Config

public Config()
Method Detail

getDateFormat

public String getDateFormat()

getMediatorImpl

public String getMediatorImpl()

getParams

public Map<String,String> getParams()

isPrintErrors

public boolean isPrintErrors()

isPrintResultSet

public boolean isPrintResultSet()

isPrintXMLSchema

public boolean isPrintXMLSchema()

isStopOnError

public boolean isStopOnError()

setDateFormat

public void setDateFormat(String dateFormat)

setMediatorImpl

public void setMediatorImpl(String impl)

setPrintErrors

public void setPrintErrors(boolean printErrors)

setPrintResultSet

public void setPrintResultSet(boolean printResultSet)

setPrintXMLSchema

public void setPrintXMLSchema(boolean printXMLSchema)

setStopOnError

public void setStopOnError(boolean stopOnError)


Copyright © 2008 Rogério Arantes Gaioso. All Rights Reserved.