|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--notificaciones.cliente.estructuras.Remesa
Representa a una remesa de notificaciones. Una remesa contiene "una" o "n" notificaciones destinadas a "uno" o "n" destinatarios subscriptos a un servicio.
Constructor Summary | |
Remesa(int cod_Servicio)
Constructor de la remesa |
Method Summary | |
void |
addNotificacion(Notificacion notificacion)
Permite añadir una nueva notificación a la remesa |
java.util.Enumeration |
getNotificaciones()
Devuelve el conjunto de notificaciones de la remesa |
int |
getNumNotificaciones()
Devuelve el número de notificaciones contenidas en la remesa |
int |
getServicio()
Devuelve el código de servicio asociado a la remesa |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Remesa(int cod_Servicio)
cod_Servicio
- Method Detail |
public void addNotificacion(Notificacion notificacion)
notificacion
- public java.util.Enumeration getNotificaciones()
public int getNumNotificaciones()
public int getServicio()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |