|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cinecolombia.cinecolombia.parametrosGlobales.web.ParametrosGlobalesTranslator
parametrosGlobales usecase: helper class for this usecase
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 |
java.util.ArrayList useCaseActions
private java.util.ArrayList parametrosGlobalesList
private java.lang.String[] id
private java.lang.String[] name
private java.lang.String todayString
private int idCompania
private int codigoCompania
private java.lang.String nombreCompania
private int maxTimeout
private java.lang.String dirArchivos
private java.lang.String nit
private java.lang.String digitoNit
private java.lang.String direccionLinea1
private java.lang.String direccionLinea2
private java.lang.String telefonos
private java.lang.String faxes
private java.lang.String ciudad
private Debug debug
Constructor Detail |
public ParametrosGlobalesTranslator()
Method Detail |
public void setData(javax.servlet.http.HttpServletRequest request)
request
- of MainServletpublic boolean isAllowed(java.lang.String action)
action
- Description of the Parameter
public java.lang.String getTodayString()
public java.util.ArrayList getData()
public int getIdCompania()
public int getCodigoCompania()
public java.lang.String getNombreCompania()
public int getMaxTimeout()
public java.lang.String getDirArchivos()
public java.lang.String getNit()
public java.lang.String getDigitoNit()
public java.lang.String getDireccionLinea1()
public java.lang.String getDireccionLinea2()
public java.lang.String getTelefonos()
public java.lang.String getFaxes()
public java.lang.String getCiudad()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |