ecar.util
Class ConfiguracaoResponseBean

java.lang.Object
  extended by ecar.util.ConfiguracaoResponseBean

public class ConfiguracaoResponseBean
extends java.lang.Object

Java Bean criado para armazenar poss�veis configura��es a serem utilizadas pelo Servlet DownloadFile na hora de configurar o Response a ser enviado para o browser.

Essa classe foi criada para um teste espec�fico e mantida para poss�veis testes futuros.

Author:
05228805419

Field Summary
private  java.lang.String contentType
           
private  java.util.HashMap<java.lang.String,java.lang.String> headers
           
private  boolean inSetarContentLength
           
private  boolean inUtilizarConfiguracaoResponse
           
 
Constructor Summary
ConfiguracaoResponseBean()
           
 
Method Summary
 java.lang.String getContentType()
           
 java.util.HashMap<java.lang.String,java.lang.String> getHeaders()
           
 boolean getInSetarContentLength()
           
 boolean getInUtilizarConfiguracaoResponse()
           
 void setContentType(java.lang.String contentType)
           
 void setHeaders(java.util.HashMap<java.lang.String,java.lang.String> headers)
           
 void setInSetarContentLength(boolean inSetarContentLength)
           
 void setInUtilizarConfiguracaoResponse(boolean inUtilizarConfiguracaoResponse)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

inUtilizarConfiguracaoResponse

private boolean inUtilizarConfiguracaoResponse

inSetarContentLength

private boolean inSetarContentLength

contentType

private java.lang.String contentType

headers

private java.util.HashMap<java.lang.String,java.lang.String> headers
Constructor Detail

ConfiguracaoResponseBean

public ConfiguracaoResponseBean()
Method Detail

getContentType

public java.lang.String getContentType()

setContentType

public void setContentType(java.lang.String contentType)

getHeaders

public java.util.HashMap<java.lang.String,java.lang.String> getHeaders()

setHeaders

public void setHeaders(java.util.HashMap<java.lang.String,java.lang.String> headers)

getInUtilizarConfiguracaoResponse

public boolean getInUtilizarConfiguracaoResponse()

setInUtilizarConfiguracaoResponse

public void setInUtilizarConfiguracaoResponse(boolean inUtilizarConfiguracaoResponse)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getInSetarContentLength

public boolean getInSetarContentLength()

setInSetarContentLength

public void setInSetarContentLength(boolean inSetarContentLength)


Copyright © 2007, PRODEPA - Processamento de Dados do Pará