inmuebles.beans
Class EstadisticaAnuncios

java.lang.Object
  extended by inmuebles.beans.EstadisticaAnuncios

public class EstadisticaAnuncios
extends java.lang.Object

Bean Java que incorpora estadísticos sobre anuncios del portal.

Author:
Ricardo de los Rios

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

NumAnuncios

private int NumAnuncios

NumAnunciosCompra

private int NumAnunciosCompra

NumAnunciosAlquiler

private int NumAnunciosAlquiler

NumAnunciosCompartir

private int NumAnunciosCompartir

AnunciosExito

private int AnunciosExito
Constructor Detail

EstadisticaAnuncios

public EstadisticaAnuncios()
Method Detail

getAnunciosExito

public int getAnunciosExito()
Método que devuelve el numero de anuncios con exito

Returns:
Numero de anuncios

setAnunciosExito

public void setAnunciosExito(int AnunciosExito)

getNumAnuncios

public int getNumAnuncios()
Método que devuelve el numero de anuncios total

Returns:
Numero de anuncios total

setNumAnuncios

public void setNumAnuncios(int NumAnuncios)

getNumAnunciosCompartir

public int getNumAnunciosCompartir()
Método que devuelve el numero de anuncios con tipo de accion compartir

Returns:
Numero de anuncios

setNumAnunciosCompartir

public void setNumAnunciosCompartir(int NumAnunciosCompartir)

getNumAnunciosCompra

public int getNumAnunciosCompra()
Método que devuelve el numero de anuncios con tipo de accion comprar

Returns:
Numero de anuncios

setNumAnunciosCompra

public void setNumAnunciosCompra(int NumAnunciosCompra)

getNumAnunciosAlquiler

public int getNumAnunciosAlquiler()
Método que devuelve el numero de anuncios con tipo de accion alquiler

Returns:
Numero de anuncios

setNumAnunciosAlquiler

public void setNumAnunciosAlquiler(int NumAnunciosAlquiler)