Package es.caib.seycon.ng.comu
Class UsuariGrup
- java.lang.Object
-
- es.caib.seycon.ng.comu.UsuariGrup
-
- All Implemented Interfaces:
Serializable
public class UsuariGrup extends Object implements Serializable
ValueObject UsuariGrup- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UsuariGrup()
UsuariGrup(UsuariGrup otherBean)
UsuariGrup(String codiUsuari, String codiGrup)
UsuariGrup(String codiUsuari, String codiGrup, String descripcioGrup, Long groupId, Long id, Long userId, String nomComplet, String info, Date start, Date end, Boolean disabled, Boolean primaryGroup, Map<String,Object> attributes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAttributes()
Gets value for attribute attributesString
getCodiGrup()
Gets value for attribute codiGrupString
getCodiUsuari()
Gets value for attribute codiUsuariString
getDescripcioGrup()
Gets value for attribute descripcioGrupBoolean
getDisabled()
Gets value for attribute disabledDate
getEnd()
Gets value for attribute endLong
getGroupId()
Gets value for attribute groupIdLong
getId()
Gets value for attribute idString
getInfo()
Gets value for attribute infoString
getNomComplet()
Gets value for attribute nomCompletBoolean
getPrimaryGroup()
Gets value for attribute primaryGroupDate
getStart()
Gets value for attribute startLong
getUserId()
Gets value for attribute userIdvoid
setAttributes(Map<String,Object> attributes)
Sets value for attribute attributesvoid
setCodiGrup(String codiGrup)
Sets value for attribute codiGrupvoid
setCodiUsuari(String codiUsuari)
Sets value for attribute codiUsuarivoid
setDescripcioGrup(String descripcioGrup)
Sets value for attribute descripcioGrupvoid
setDisabled(Boolean disabled)
Sets value for attribute disabledvoid
setEnd(Date end)
Sets value for attribute endvoid
setGroupId(Long groupId)
Sets value for attribute groupIdvoid
setId(Long id)
Sets value for attribute idvoid
setInfo(String info)
Sets value for attribute infovoid
setNomComplet(String nomComplet)
Sets value for attribute nomCompletvoid
setPrimaryGroup(Boolean primaryGroup)
Sets value for attribute primaryGroupvoid
setStart(Date start)
Sets value for attribute startvoid
setUserId(Long userId)
Sets value for attribute userIdString
toString()
Returns a string representation of the value object.static UsuariGrup
toUsuariGrup(GroupUser vo)
Creates a UsuariGrup value object based on a GroupUser object.static void
toUsuariGrup(GroupUser source, UsuariGrup target)
Updates a UsuariGrup value object based on a GroupUser object.static UsuariGrup[]
toUsuariGrupArray(GroupUser[] source)
Creates a UsuariGrup array on a GroupUser array.static AsyncList<UsuariGrup>
toUsuariGrupAsyncList(AsyncList<GroupUser> source)
Creates a UsuariGrup asynclist on a GroupUser collection.static PagedResult<UsuariGrup>
toUsuariGrupList(PagedResult<GroupUser> source)
Creates a UsuariGrup pagedResult on a GroupUser collection.static List<UsuariGrup>
toUsuariGrupList(Collection<GroupUser> source)
Creates a UsuariGrup list on a GroupUser collection.
-
-
-
Constructor Detail
-
UsuariGrup
public UsuariGrup()
-
UsuariGrup
public UsuariGrup(String codiUsuari, String codiGrup, String descripcioGrup, Long groupId, Long id, Long userId, String nomComplet, String info, Date start, Date end, Boolean disabled, Boolean primaryGroup, Map<String,Object> attributes)
-
UsuariGrup
public UsuariGrup(UsuariGrup otherBean)
-
-
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
-
getDescripcioGrup
public String getDescripcioGrup()
Gets value for attribute descripcioGrup
-
setDescripcioGrup
public void setDescripcioGrup(String descripcioGrup)
Sets value for attribute descripcioGrup
-
getGroupId
public Long getGroupId()
Gets value for attribute groupId
-
setGroupId
public void setGroupId(Long groupId)
Sets value for attribute groupId
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getUserId
public Long getUserId()
Gets value for attribute userId
-
setUserId
public void setUserId(Long userId)
Sets value for attribute userId
-
getNomComplet
public String getNomComplet()
Gets value for attribute nomComplet
-
setNomComplet
public void setNomComplet(String nomComplet)
Sets value for attribute nomComplet
-
getInfo
public String getInfo()
Gets value for attribute info
-
setInfo
public void setInfo(String info)
Sets value for attribute info
-
getStart
public Date getStart()
Gets value for attribute start
-
setStart
public void setStart(Date start)
Sets value for attribute start
-
getEnd
public Date getEnd()
Gets value for attribute end
-
setEnd
public void setEnd(Date end)
Sets value for attribute end
-
getDisabled
public Boolean getDisabled()
Gets value for attribute disabled
-
setDisabled
public void setDisabled(Boolean disabled)
Sets value for attribute disabled
-
getPrimaryGroup
public Boolean getPrimaryGroup()
Gets value for attribute primaryGroup
-
setPrimaryGroup
public void setPrimaryGroup(Boolean primaryGroup)
Sets value for attribute primaryGroup
-
setAttributes
public void setAttributes(Map<String,Object> attributes)
Sets value for attribute attributes
-
toString
public String toString()
Returns a string representation of the value object.
-
toUsuariGrup
public static UsuariGrup toUsuariGrup(GroupUser vo)
Creates a UsuariGrup value object based on a GroupUser object.
-
toUsuariGrupList
public static List<UsuariGrup> toUsuariGrupList(Collection<GroupUser> source)
Creates a UsuariGrup list on a GroupUser collection.
-
toUsuariGrupList
public static PagedResult<UsuariGrup> toUsuariGrupList(PagedResult<GroupUser> source)
Creates a UsuariGrup pagedResult on a GroupUser collection.
-
toUsuariGrupAsyncList
public static AsyncList<UsuariGrup> toUsuariGrupAsyncList(AsyncList<GroupUser> source)
Creates a UsuariGrup asynclist on a GroupUser collection.
-
toUsuariGrupArray
public static UsuariGrup[] toUsuariGrupArray(GroupUser[] source)
Creates a UsuariGrup array on a GroupUser array.
-
toUsuariGrup
public static void toUsuariGrup(GroupUser source, UsuariGrup target)
Updates a UsuariGrup value object based on a GroupUser object.
-
-