Package es.caib.seycon.ng.comu
Class Notificacio
- java.lang.Object
-
- es.caib.seycon.ng.comu.Notificacio
-
- All Implemented Interfaces:
Serializable
public class Notificacio extends Object implements Serializable
ValueObject Notificacio- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Notificacio()Notificacio(Notificacio otherBean)Notificacio(String codiAplicacio, String nomRol, String codiUsuari, String nomCompletUsuari)Notificacio(String codiAplicacio, String nomRol, String codiUsuari, String nomCompletUsuari, String informacio, String dataAssignacio)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCodiAplicacio()Gets value for attribute codiAplicacioStringgetCodiUsuari()Gets value for attribute codiUsuariStringgetDataAssignacio()Gets value for attribute dataAssignacioStringgetInformacio()Gets value for attribute informacioStringgetNomCompletUsuari()Gets value for attribute nomCompletUsuariStringgetNomRol()Gets value for attribute nomRolvoidsetCodiAplicacio(String codiAplicacio)Sets value for attribute codiAplicaciovoidsetCodiUsuari(String codiUsuari)Sets value for attribute codiUsuarivoidsetDataAssignacio(String dataAssignacio)Sets value for attribute dataAssignaciovoidsetInformacio(String informacio)Sets value for attribute informaciovoidsetNomCompletUsuari(String nomCompletUsuari)Sets value for attribute nomCompletUsuarivoidsetNomRol(String nomRol)Sets value for attribute nomRolstatic NotificaciotoNotificacio(Reminder vo)Creates a Notificacio value object based on a Reminder object.static voidtoNotificacio(Reminder source, Notificacio target)Updates a Notificacio value object based on a Reminder object.static Notificacio[]toNotificacioArray(Reminder[] source)Creates a Notificacio array on a Reminder array.static AsyncList<Notificacio>toNotificacioAsyncList(AsyncList<Reminder> source)Creates a Notificacio asynclist on a Reminder collection.static PagedResult<Notificacio>toNotificacioList(PagedResult<Reminder> source)Creates a Notificacio pagedResult on a Reminder collection.static List<Notificacio>toNotificacioList(Collection<Reminder> source)Creates a Notificacio list on a Reminder collection.StringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
Notificacio
public Notificacio()
-
Notificacio
public Notificacio(String codiAplicacio, String nomRol, String codiUsuari, String nomCompletUsuari, String informacio, String dataAssignacio)
-
Notificacio
public Notificacio(String codiAplicacio, String nomRol, String codiUsuari, String nomCompletUsuari)
-
Notificacio
public Notificacio(Notificacio otherBean)
-
-
Method Detail
-
getCodiAplicacio
public String getCodiAplicacio()
Gets value for attribute codiAplicacio
-
setCodiAplicacio
public void setCodiAplicacio(String codiAplicacio)
Sets value for attribute codiAplicacio
-
getNomRol
public String getNomRol()
Gets value for attribute nomRol
-
setNomRol
public void setNomRol(String nomRol)
Sets value for attribute nomRol
-
getCodiUsuari
public String getCodiUsuari()
Gets value for attribute codiUsuari
-
setCodiUsuari
public void setCodiUsuari(String codiUsuari)
Sets value for attribute codiUsuari
-
getNomCompletUsuari
public String getNomCompletUsuari()
Gets value for attribute nomCompletUsuari
-
setNomCompletUsuari
public void setNomCompletUsuari(String nomCompletUsuari)
Sets value for attribute nomCompletUsuari
-
getInformacio
public String getInformacio()
Gets value for attribute informacio
-
setInformacio
public void setInformacio(String informacio)
Sets value for attribute informacio
-
getDataAssignacio
public String getDataAssignacio()
Gets value for attribute dataAssignacio
-
setDataAssignacio
public void setDataAssignacio(String dataAssignacio)
Sets value for attribute dataAssignacio
-
toString
public String toString()
Returns a string representation of the value object.
-
toNotificacio
public static Notificacio toNotificacio(Reminder vo)
Creates a Notificacio value object based on a Reminder object.
-
toNotificacioList
public static List<Notificacio> toNotificacioList(Collection<Reminder> source)
Creates a Notificacio list on a Reminder collection.
-
toNotificacioList
public static PagedResult<Notificacio> toNotificacioList(PagedResult<Reminder> source)
Creates a Notificacio pagedResult on a Reminder collection.
-
toNotificacioAsyncList
public static AsyncList<Notificacio> toNotificacioAsyncList(AsyncList<Reminder> source)
Creates a Notificacio asynclist on a Reminder collection.
-
toNotificacioArray
public static Notificacio[] toNotificacioArray(Reminder[] source)
Creates a Notificacio array on a Reminder array.
-
toNotificacio
public static void toNotificacio(Reminder source, Notificacio target)
Updates a Notificacio value object based on a Reminder object.
-
-