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 String
getCodiAplicacio()
Gets value for attribute codiAplicacioString
getCodiUsuari()
Gets value for attribute codiUsuariString
getDataAssignacio()
Gets value for attribute dataAssignacioString
getInformacio()
Gets value for attribute informacioString
getNomCompletUsuari()
Gets value for attribute nomCompletUsuariString
getNomRol()
Gets value for attribute nomRolvoid
setCodiAplicacio(String codiAplicacio)
Sets value for attribute codiAplicaciovoid
setCodiUsuari(String codiUsuari)
Sets value for attribute codiUsuarivoid
setDataAssignacio(String dataAssignacio)
Sets value for attribute dataAssignaciovoid
setInformacio(String informacio)
Sets value for attribute informaciovoid
setNomCompletUsuari(String nomCompletUsuari)
Sets value for attribute nomCompletUsuarivoid
setNomRol(String nomRol)
Sets value for attribute nomRolstatic Notificacio
toNotificacio(Reminder vo)
Creates a Notificacio value object based on a Reminder object.static void
toNotificacio(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.String
toString()
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.
-
-