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 StringgetActiu()Gets value for attribute actiuStringgetCodiUsuari()Gets value for attribute codiUsuariCalendargetData()Gets value for attribute dataCalendargetDataRenovacio()Gets value for attribute dataRenovacioLonggetId()Gets value for attribute idvoidsetActiu(String actiu)Sets value for attribute actiuvoidsetCodiUsuari(String codiUsuari)Sets value for attribute codiUsuarivoidsetData(Calendar data)Sets value for attribute datavoidsetDataRenovacio(Calendar dataRenovacio)Sets value for attribute dataRenovaciovoidsetId(Long id)Sets value for attribute idstatic RenovaciotoRenovacio(Renewal vo)Creates a Renovacio value object based on a Renewal object.static voidtoRenovacio(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.StringtoString()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.
-
-