Package es.caib.seycon.ng.comu
Class Identitat
- java.lang.Object
-
- es.caib.seycon.ng.comu.Identitat
-
- All Implemented Interfaces:
Serializable
public class Identitat extends Object implements Serializable
ValueObject Identitat- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCodiGrup()Gets value for attribute codiGrupStringgetCodiIdentitat()Gets value for attribute codiIdentitatStringgetCodiUsuari()Gets value for attribute codiUsuariStringgetDescripcio()Gets value for attribute descripcioStringgetNomRol()Gets value for attribute nomRolvoidsetCodiGrup(String codiGrup)Sets value for attribute codiGrupvoidsetCodiIdentitat(String codiIdentitat)Sets value for attribute codiIdentitatvoidsetCodiUsuari(String codiUsuari)Sets value for attribute codiUsuarivoidsetDescripcio(String descripcio)Sets value for attribute descripciovoidsetNomRol(String nomRol)Sets value for attribute nomRolstatic IdentitattoIdentitat(Identity vo)Creates a Identitat value object based on a Identity object.static voidtoIdentitat(Identity source, Identitat target)Updates a Identitat value object based on a Identity object.static Identitat[]toIdentitatArray(Identity[] source)Creates a Identitat array on a Identity array.static AsyncList<Identitat>toIdentitatAsyncList(AsyncList<Identity> source)Creates a Identitat asynclist on a Identity collection.static PagedResult<Identitat>toIdentitatList(PagedResult<Identity> source)Creates a Identitat pagedResult on a Identity collection.static List<Identitat>toIdentitatList(Collection<Identity> source)Creates a Identitat list on a Identity collection.StringtoString()Returns a string representation of the value object.
-
-
-
Method Detail
-
getCodiUsuari
public String getCodiUsuari()
Gets value for attribute codiUsuari
-
setCodiUsuari
public void setCodiUsuari(String codiUsuari)
Sets value for attribute codiUsuari
-
getCodiGrup
public String getCodiGrup()
Gets value for attribute codiGrup
-
setCodiGrup
public void setCodiGrup(String codiGrup)
Sets value for attribute codiGrup
-
getNomRol
public String getNomRol()
Gets value for attribute nomRol
-
setNomRol
public void setNomRol(String nomRol)
Sets value for attribute nomRol
-
getDescripcio
public String getDescripcio()
Gets value for attribute descripcio
-
setDescripcio
public void setDescripcio(String descripcio)
Sets value for attribute descripcio
-
getCodiIdentitat
public String getCodiIdentitat()
Gets value for attribute codiIdentitat
-
setCodiIdentitat
public void setCodiIdentitat(String codiIdentitat)
Sets value for attribute codiIdentitat
-
toString
public String toString()
Returns a string representation of the value object.
-
toIdentitat
public static Identitat toIdentitat(Identity vo)
Creates a Identitat value object based on a Identity object.
-
toIdentitatList
public static List<Identitat> toIdentitatList(Collection<Identity> source)
Creates a Identitat list on a Identity collection.
-
toIdentitatList
public static PagedResult<Identitat> toIdentitatList(PagedResult<Identity> source)
Creates a Identitat pagedResult on a Identity collection.
-
toIdentitatAsyncList
public static AsyncList<Identitat> toIdentitatAsyncList(AsyncList<Identity> source)
Creates a Identitat asynclist on a Identity collection.
-
toIdentitatArray
public static Identitat[] toIdentitatArray(Identity[] source)
Creates a Identitat array on a Identity array.
-
-