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 String
getCodiGrup()
Gets value for attribute codiGrupString
getCodiIdentitat()
Gets value for attribute codiIdentitatString
getCodiUsuari()
Gets value for attribute codiUsuariString
getDescripcio()
Gets value for attribute descripcioString
getNomRol()
Gets value for attribute nomRolvoid
setCodiGrup(String codiGrup)
Sets value for attribute codiGrupvoid
setCodiIdentitat(String codiIdentitat)
Sets value for attribute codiIdentitatvoid
setCodiUsuari(String codiUsuari)
Sets value for attribute codiUsuarivoid
setDescripcio(String descripcio)
Sets value for attribute descripciovoid
setNomRol(String nomRol)
Sets value for attribute nomRolstatic Identitat
toIdentitat(Identity vo)
Creates a Identitat value object based on a Identity object.static void
toIdentitat(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.String
toString()
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.
-
-