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 attributesStringgetCodiGrup()Gets value for attribute codiGrupStringgetCodiUsuari()Gets value for attribute codiUsuariStringgetDescripcioGrup()Gets value for attribute descripcioGrupBooleangetDisabled()Gets value for attribute disabledDategetEnd()Gets value for attribute endLonggetGroupId()Gets value for attribute groupIdLonggetId()Gets value for attribute idStringgetInfo()Gets value for attribute infoStringgetNomComplet()Gets value for attribute nomCompletBooleangetPrimaryGroup()Gets value for attribute primaryGroupDategetStart()Gets value for attribute startLonggetUserId()Gets value for attribute userIdvoidsetAttributes(Map<String,Object> attributes)Sets value for attribute attributesvoidsetCodiGrup(String codiGrup)Sets value for attribute codiGrupvoidsetCodiUsuari(String codiUsuari)Sets value for attribute codiUsuarivoidsetDescripcioGrup(String descripcioGrup)Sets value for attribute descripcioGrupvoidsetDisabled(Boolean disabled)Sets value for attribute disabledvoidsetEnd(Date end)Sets value for attribute endvoidsetGroupId(Long groupId)Sets value for attribute groupIdvoidsetId(Long id)Sets value for attribute idvoidsetInfo(String info)Sets value for attribute infovoidsetNomComplet(String nomComplet)Sets value for attribute nomCompletvoidsetPrimaryGroup(Boolean primaryGroup)Sets value for attribute primaryGroupvoidsetStart(Date start)Sets value for attribute startvoidsetUserId(Long userId)Sets value for attribute userIdStringtoString()Returns a string representation of the value object.static UsuariGruptoUsuariGrup(GroupUser vo)Creates a UsuariGrup value object based on a GroupUser object.static voidtoUsuariGrup(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.
-
-