|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cinecolombia.common.utilcomponents.ParametrosGlobalesModel
This class represents the sent data (answer) in the direction ejb -> web when the ParametrosGlobales usecase asks ejb services
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 | |
ParametrosGlobalesModel(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 |
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
Constructor Detail |
public ParametrosGlobalesModel(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)
idCompania
- ID of companycodigoCompania
- Code of companynombreCompania
- Name of companymaxTimeout
- Maximum time outdirArchivos
- Working directory of the companynit
- NIT of companydigitoNit
- Digit of NIT companydireccionLinea1
- Address 1 of companydireccionLinea2
- Address 2 of companytelefonos
- Telephones numbers of companyfaxes
- Faxes numbers of companyciudad
- CityMethod Detail |
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()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |