|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinmuebles.beans.EstadisticaAnuncios
public class EstadisticaAnuncios
Bean Java que incorpora estadísticos sobre anuncios del portal.
Field Summary | |
---|---|
private int |
AnunciosExito
|
private int |
NumAnuncios
|
private int |
NumAnunciosAlquiler
|
private int |
NumAnunciosCompartir
|
private int |
NumAnunciosCompra
|
Constructor Summary | |
---|---|
EstadisticaAnuncios()
|
Method Summary | |
---|---|
int |
getAnunciosExito()
Método que devuelve el numero de anuncios con exito |
int |
getNumAnuncios()
Método que devuelve el numero de anuncios total |
int |
getNumAnunciosAlquiler()
Método que devuelve el numero de anuncios con tipo de accion alquiler |
int |
getNumAnunciosCompartir()
Método que devuelve el numero de anuncios con tipo de accion compartir |
int |
getNumAnunciosCompra()
Método que devuelve el numero de anuncios con tipo de accion comprar |
void |
setAnunciosExito(int AnunciosExito)
|
void |
setNumAnuncios(int NumAnuncios)
|
void |
setNumAnunciosAlquiler(int NumAnunciosAlquiler)
|
void |
setNumAnunciosCompartir(int NumAnunciosCompartir)
|
void |
setNumAnunciosCompra(int NumAnunciosCompra)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int NumAnuncios
private int NumAnunciosCompra
private int NumAnunciosAlquiler
private int NumAnunciosCompartir
private int AnunciosExito
Constructor Detail |
---|
public EstadisticaAnuncios()
Method Detail |
---|
public int getAnunciosExito()
public void setAnunciosExito(int AnunciosExito)
public int getNumAnuncios()
public void setNumAnuncios(int NumAnuncios)
public int getNumAnunciosCompartir()
public void setNumAnunciosCompartir(int NumAnunciosCompartir)
public int getNumAnunciosCompra()
public void setNumAnunciosCompra(int NumAnunciosCompra)
public int getNumAnunciosAlquiler()
public void setNumAnunciosAlquiler(int NumAnunciosAlquiler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |