public class Remesa extends Object
Constructor and Description |
---|
Remesa(int cod_Servicio)
Constructor de la remesa
|
Modifier and Type | Method and Description |
---|---|
void |
addNotificacion(Notificacion notificacion)
Permite añadir una nueva notificacion a la remesa
|
Enumeration |
getNotificaciones()
Devuelve el conjunto de notificaciones de la remesa
|
int |
getNumNotificaciones()
Devuelve el numero de notificaciones contenidas en la remesa
|
int |
getServicio()
Devuelve el codigo de servicio asociado a la remesa
|
public Remesa(int cod_Servicio)
cod_Servicio
- public void addNotificacion(Notificacion notificacion)
notificacion
- public Enumeration getNotificaciones()
public int getNumNotificaciones()
public int getServicio()
Copyright © 2018. All rights reserved.