Package es.caib.seycon.ng.comu
Class Renovacio
- java.lang.Object
-
- es.caib.seycon.ng.comu.Renovacio
-
- All Implemented Interfaces:
Serializable
public class Renovacio extends Object implements Serializable
ValueObject Renovacio- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActiu()
Gets value for attribute actiuString
getCodiUsuari()
Gets value for attribute codiUsuariCalendar
getData()
Gets value for attribute dataCalendar
getDataRenovacio()
Gets value for attribute dataRenovacioLong
getId()
Gets value for attribute idvoid
setActiu(String actiu)
Sets value for attribute actiuvoid
setCodiUsuari(String codiUsuari)
Sets value for attribute codiUsuarivoid
setData(Calendar data)
Sets value for attribute datavoid
setDataRenovacio(Calendar dataRenovacio)
Sets value for attribute dataRenovaciovoid
setId(Long id)
Sets value for attribute idstatic Renovacio
toRenovacio(Renewal vo)
Creates a Renovacio value object based on a Renewal object.static void
toRenovacio(Renewal source, Renovacio target)
Updates a Renovacio value object based on a Renewal object.static Renovacio[]
toRenovacioArray(Renewal[] source)
Creates a Renovacio array on a Renewal array.static AsyncList<Renovacio>
toRenovacioAsyncList(AsyncList<Renewal> source)
Creates a Renovacio asynclist on a Renewal collection.static PagedResult<Renovacio>
toRenovacioList(PagedResult<Renewal> source)
Creates a Renovacio pagedResult on a Renewal collection.static List<Renovacio>
toRenovacioList(Collection<Renewal> source)
Creates a Renovacio list on a Renewal collection.String
toString()
Returns a string representation of the value object.
-
-
-
Method Detail
-
getData
public Calendar getData()
Gets value for attribute data
-
setData
public void setData(Calendar data)
Sets value for attribute data
-
getActiu
public String getActiu()
Gets value for attribute actiu
-
setActiu
public void setActiu(String actiu)
Sets value for attribute actiu
-
getDataRenovacio
public Calendar getDataRenovacio()
Gets value for attribute dataRenovacio
-
setDataRenovacio
public void setDataRenovacio(Calendar dataRenovacio)
Sets value for attribute dataRenovacio
-
getCodiUsuari
public String getCodiUsuari()
Gets value for attribute codiUsuari
-
setCodiUsuari
public void setCodiUsuari(String codiUsuari)
Sets value for attribute codiUsuari
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
toString
public String toString()
Returns a string representation of the value object.
-
toRenovacio
public static Renovacio toRenovacio(Renewal vo)
Creates a Renovacio value object based on a Renewal object.
-
toRenovacioList
public static List<Renovacio> toRenovacioList(Collection<Renewal> source)
Creates a Renovacio list on a Renewal collection.
-
toRenovacioList
public static PagedResult<Renovacio> toRenovacioList(PagedResult<Renewal> source)
Creates a Renovacio pagedResult on a Renewal collection.
-
toRenovacioAsyncList
public static AsyncList<Renovacio> toRenovacioAsyncList(AsyncList<Renewal> source)
Creates a Renovacio asynclist on a Renewal collection.
-
toRenovacioArray
public static Renovacio[] toRenovacioArray(Renewal[] source)
Creates a Renovacio array on a Renewal array.
-
-