com.cinecolombia.cinecolombia.parametrosGlobales.web
Class ParametrosGlobalesTranslator

java.lang.Object
  |
  +--com.cinecolombia.cinecolombia.parametrosGlobales.web.ParametrosGlobalesTranslator
All Implemented Interfaces:
java.io.Serializable

public class ParametrosGlobalesTranslator
extends java.lang.Object
implements java.io.Serializable

parametrosGlobales usecase: helper class for this usecase

Author:
CincoSOFT
See Also:
Serialized Form
Created:
Junio 2003

Field Summary
private  java.lang.String ciudad
           
private  int codigoCompania
           
private  Debug debug
           
private  java.lang.String digitoNit
           
private  java.lang.String dirArchivos
           
private  java.lang.String direccionLinea1
           
private  java.lang.String direccionLinea2
           
private  java.lang.String faxes
           
private  java.lang.String[] id
           
private  int idCompania
           
private  int maxTimeout
           
private  java.lang.String[] name
           
private  java.lang.String nit
           
private  java.lang.String nombreCompania
           
private  java.util.ArrayList parametrosGlobalesList
           
private  java.lang.String telefonos
           
private  java.lang.String todayString
           
(package private)  java.util.ArrayList useCaseActions
           
 
Constructor Summary
ParametrosGlobalesTranslator()
          Constructor
 
Method Summary
 java.lang.String getCiudad()
          Gets the ciudad attribute of the ParametrosGlobalesTranslator object
 int getCodigoCompania()
          Gets the codigoCompania attribute of the ParametrosGlobalesTranslator object
 java.util.ArrayList getData()
          Gets the parametrosGlobalesList attribute of the ParametrosGlobalesTranslator object
 java.lang.String getDigitoNit()
          Gets the digitoNit attribute of the ParametrosGlobalesTranslator object
 java.lang.String getDirArchivos()
          Gets the dirArchivos attribute of the ParametrosGlobalesTranslator object
 java.lang.String getDireccionLinea1()
          Gets the direccionLinea1 attribute of the ParametrosGlobalesTranslator object
 java.lang.String getDireccionLinea2()
          Gets the direccionLinea2 attribute of the ParametrosGlobalesTranslator object
 java.lang.String getFaxes()
          Gets the faxes attribute of the ParametrosGlobalesTranslator object
 int getIdCompania()
          Gets the idCompania attribute of the ParametrosGlobalesTranslator object
 int getMaxTimeout()
          Gets the maxTimeout attribute of the ParametrosGlobalesTranslator object
 java.lang.String getNit()
          Gets the nit attribute of the ParametrosGlobalesTranslator object
 java.lang.String getNombreCompania()
          Gets the nombreCompania attribute of the ParametrosGlobalesTranslator object
 java.lang.String getTelefonos()
          Gets the telefonos attribute of the ParametrosGlobalesTranslator object
 java.lang.String getTodayString()
          Gets the todayString attribute of the ParametrosGlobalesTranslator object
 boolean isAllowed(java.lang.String action)
          determines if a action (HTLM element) is allowed for the user examining useCaseActions
 void setData(javax.servlet.http.HttpServletRequest request)
          gets data from request or session and creates input data for the jsp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

useCaseActions

java.util.ArrayList useCaseActions

parametrosGlobalesList

private java.util.ArrayList parametrosGlobalesList

id

private java.lang.String[] id

name

private java.lang.String[] name

todayString

private java.lang.String todayString

idCompania

private int idCompania

codigoCompania

private int codigoCompania

nombreCompania

private java.lang.String nombreCompania

maxTimeout

private int maxTimeout

dirArchivos

private java.lang.String dirArchivos

nit

private java.lang.String nit

digitoNit

private java.lang.String digitoNit

direccionLinea1

private java.lang.String direccionLinea1

direccionLinea2

private java.lang.String direccionLinea2

telefonos

private java.lang.String telefonos

faxes

private java.lang.String faxes

ciudad

private java.lang.String ciudad

debug

private Debug debug
Constructor Detail

ParametrosGlobalesTranslator

public ParametrosGlobalesTranslator()
Constructor

Method Detail

setData

public void setData(javax.servlet.http.HttpServletRequest request)
gets data from request or session and creates input data for the jsp

Parameters:
request - of MainServlet

isAllowed

public boolean isAllowed(java.lang.String action)
determines if a action (HTLM element) is allowed for the user examining useCaseActions

Parameters:
action - Description of the Parameter
Returns:
The allowed value

getTodayString

public java.lang.String getTodayString()
Gets the todayString attribute of the ParametrosGlobalesTranslator object

Returns:
The todayString value

getData

public java.util.ArrayList getData()
Gets the parametrosGlobalesList attribute of the ParametrosGlobalesTranslator object

Returns:
The parametrosGlobalesList value

getIdCompania

public int getIdCompania()
Gets the idCompania attribute of the ParametrosGlobalesTranslator object

Returns:
The idCompania value

getCodigoCompania

public int getCodigoCompania()
Gets the codigoCompania attribute of the ParametrosGlobalesTranslator object

Returns:
The codigoCompania value

getNombreCompania

public java.lang.String getNombreCompania()
Gets the nombreCompania attribute of the ParametrosGlobalesTranslator object

Returns:
The nombreCompania value

getMaxTimeout

public int getMaxTimeout()
Gets the maxTimeout attribute of the ParametrosGlobalesTranslator object

Returns:
The maxTimeout value

getDirArchivos

public java.lang.String getDirArchivos()
Gets the dirArchivos attribute of the ParametrosGlobalesTranslator object

Returns:
The dirArchivos value

getNit

public java.lang.String getNit()
Gets the nit attribute of the ParametrosGlobalesTranslator object

Returns:
The nit value

getDigitoNit

public java.lang.String getDigitoNit()
Gets the digitoNit attribute of the ParametrosGlobalesTranslator object

Returns:
The digitoNit value

getDireccionLinea1

public java.lang.String getDireccionLinea1()
Gets the direccionLinea1 attribute of the ParametrosGlobalesTranslator object

Returns:
The direccionLinea1 value

getDireccionLinea2

public java.lang.String getDireccionLinea2()
Gets the direccionLinea2 attribute of the ParametrosGlobalesTranslator object

Returns:
The direccionLinea2 value

getTelefonos

public java.lang.String getTelefonos()
Gets the telefonos attribute of the ParametrosGlobalesTranslator object

Returns:
The telefonos value

getFaxes

public java.lang.String getFaxes()
Gets the faxes attribute of the ParametrosGlobalesTranslator object

Returns:
The faxes value

getCiudad

public java.lang.String getCiudad()
Gets the ciudad attribute of the ParametrosGlobalesTranslator object

Returns:
The ciudad value