com.cinecolombia.common.utilcomponents
Class ParametrosGlobalesValue

java.lang.Object
  |
  +--com.cinecolombia.common.utilcomponents.ParametrosGlobalesValue
All Implemented Interfaces:
java.io.Serializable

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

This class represents the sent value in the direction web -> ejb when the {Usecase} usecase asks ejb services

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

Field Summary
private  java.lang.String ciudad
          City
private  int codigoCompania
          Code of company
private  java.lang.String digitoNit
          Digit of NIT company
private  java.lang.String dirArchivos
          Working directory of the company
private  java.lang.String direccionLinea1
          Address 1 of company
private  java.lang.String direccionLinea2
          Address 2 of company
private  java.lang.String faxes
          Faxes numbers of company
private  int idCompania
          ID of company
private  int maxTimeout
          Maximum time out
private  java.lang.String nit
          NIT of company
private  java.lang.String nombreCompania
          Name of company
private  java.lang.String telefonos
          Telephones numbers of company
 
Constructor Summary
ParametrosGlobalesValue(int idCompania, int codigoCompania, java.lang.String nombreCompania, int maxTimeout, java.lang.String dirArchivos, java.lang.String nit, java.lang.String digitoNit, java.lang.String direccionLinea1, java.lang.String direccionLinea2, java.lang.String telefonos, java.lang.String faxes, java.lang.String ciudad)
          constructor: initializes attributes
 
Method Summary
 java.lang.String getCiudad()
          get method for city
 int getCodigoCompania()
          get method for code of company
 java.lang.String getDigitoNit()
          get method for digit of NIT company
 java.lang.String getDirArchivos()
          get method for working directory of the company
 java.lang.String getDireccionLinea1()
          get method for address 1 of company
 java.lang.String getDireccionLinea2()
          get method for address 2 of company
 java.lang.String getFaxes()
          get method for faxes numbers of company
 int getIdCompania()
          get method for ID of company
 int getMaxTimeout()
          get method for maximum time out
 java.lang.String getNit()
          get method for NIT of company
 java.lang.String getNombreCompania()
          get method for name of company
 java.lang.String getTelefonos()
          get method for telephones numbers of company
 java.lang.String toString()
          String representation of the model
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

idCompania

private int idCompania
ID of company


codigoCompania

private int codigoCompania
Code of company


nombreCompania

private java.lang.String nombreCompania
Name of company


maxTimeout

private int maxTimeout
Maximum time out


dirArchivos

private java.lang.String dirArchivos
Working directory of the company


nit

private java.lang.String nit
NIT of company


digitoNit

private java.lang.String digitoNit
Digit of NIT company


direccionLinea1

private java.lang.String direccionLinea1
Address 1 of company


direccionLinea2

private java.lang.String direccionLinea2
Address 2 of company


telefonos

private java.lang.String telefonos
Telephones numbers of company


faxes

private java.lang.String faxes
Faxes numbers of company


ciudad

private java.lang.String ciudad
City

Constructor Detail

ParametrosGlobalesValue

public ParametrosGlobalesValue(int idCompania,
                               int codigoCompania,
                               java.lang.String nombreCompania,
                               int maxTimeout,
                               java.lang.String dirArchivos,
                               java.lang.String nit,
                               java.lang.String digitoNit,
                               java.lang.String direccionLinea1,
                               java.lang.String direccionLinea2,
                               java.lang.String telefonos,
                               java.lang.String faxes,
                               java.lang.String ciudad)
constructor: initializes attributes

Parameters:
idCompania - ID of company
codigoCompania - Code of company
nombreCompania - Name of company
maxTimeout - Maximum time out
dirArchivos - Working directory of the company
nit - NIT of company
digitoNit - Digit of NIT company
direccionLinea1 - Address 1 of company
direccionLinea2 - Address 2 of company
telefonos - telephones numbers of company
faxes - Faxes numbers of company
ciudad - City
Method Detail

getIdCompania

public int getIdCompania()
get method for ID of company

Returns:
idCompania The ID of company

getCodigoCompania

public int getCodigoCompania()
get method for code of company

Returns:
codigoCompania The code of company

getNombreCompania

public java.lang.String getNombreCompania()
get method for name of company

Returns:
nombreCompania The name of company

getMaxTimeout

public int getMaxTimeout()
get method for maximum time out

Returns:
maxTimeout The maximum time out

getDirArchivos

public java.lang.String getDirArchivos()
get method for working directory of the company

Returns:
nit The working directory of the company

getNit

public java.lang.String getNit()
get method for NIT of company

Returns:
nit The NIT of company

getDigitoNit

public java.lang.String getDigitoNit()
get method for digit of NIT company

Returns:
digitoNit The digit of NIT company

getDireccionLinea1

public java.lang.String getDireccionLinea1()
get method for address 1 of company

Returns:
direccionLinea1 The address 1 of company

getDireccionLinea2

public java.lang.String getDireccionLinea2()
get method for address 2 of company

Returns:
direccionLinea2 The address 2 of company

getTelefonos

public java.lang.String getTelefonos()
get method for telephones numbers of company

Returns:
telefonos The telephones numbers of company

getFaxes

public java.lang.String getFaxes()
get method for faxes numbers of company

Returns:
faxes The faxes numbers of company

getCiudad

public java.lang.String getCiudad()
get method for city

Returns:
city The city

toString

public java.lang.String toString()
String representation of the model

Overrides:
toString in class java.lang.Object
Returns:
text of value