Package es.caib.seycon.ng.comu
Class GrupDispatcher
- java.lang.Object
-
- es.caib.seycon.ng.comu.GrupDispatcher
-
- All Implemented Interfaces:
Serializable
public class GrupDispatcher extends Object implements Serializable
ValueObject GrupDispatcher- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GrupDispatcher()
GrupDispatcher(GrupDispatcher otherBean)
GrupDispatcher(Long id, String codiDispatcher, String codiGrup)
GrupDispatcher(String codiDispatcher, String codiGrup)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCodiDispatcher()
Gets value for attribute codiDispatcherString
getCodiGrup()
Gets value for attribute codiGrupLong
getId()
Gets value for attribute idvoid
setCodiDispatcher(String codiDispatcher)
Sets value for attribute codiDispatchervoid
setCodiGrup(String codiGrup)
Sets value for attribute codiGrupvoid
setId(Long id)
Sets value for attribute idstatic GrupDispatcher
toGrupDispatcher(SystemGroup vo)
Creates a GrupDispatcher value object based on a SystemGroup object.static void
toGrupDispatcher(SystemGroup source, GrupDispatcher target)
Updates a GrupDispatcher value object based on a SystemGroup object.static GrupDispatcher[]
toGrupDispatcherArray(SystemGroup[] source)
Creates a GrupDispatcher array on a SystemGroup array.static AsyncList<GrupDispatcher>
toGrupDispatcherAsyncList(AsyncList<SystemGroup> source)
Creates a GrupDispatcher asynclist on a SystemGroup collection.static PagedResult<GrupDispatcher>
toGrupDispatcherList(PagedResult<SystemGroup> source)
Creates a GrupDispatcher pagedResult on a SystemGroup collection.static List<GrupDispatcher>
toGrupDispatcherList(Collection<SystemGroup> source)
Creates a GrupDispatcher list on a SystemGroup collection.String
toString()
Returns a string representation of the value object.
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getCodiDispatcher
public String getCodiDispatcher()
Gets value for attribute codiDispatcher
-
setCodiDispatcher
public void setCodiDispatcher(String codiDispatcher)
Sets value for attribute codiDispatcher
-
getCodiGrup
public String getCodiGrup()
Gets value for attribute codiGrup
-
setCodiGrup
public void setCodiGrup(String codiGrup)
Sets value for attribute codiGrup
-
toString
public String toString()
Returns a string representation of the value object.
-
toGrupDispatcher
public static GrupDispatcher toGrupDispatcher(SystemGroup vo)
Creates a GrupDispatcher value object based on a SystemGroup object.
-
toGrupDispatcherList
public static List<GrupDispatcher> toGrupDispatcherList(Collection<SystemGroup> source)
Creates a GrupDispatcher list on a SystemGroup collection.
-
toGrupDispatcherList
public static PagedResult<GrupDispatcher> toGrupDispatcherList(PagedResult<SystemGroup> source)
Creates a GrupDispatcher pagedResult on a SystemGroup collection.
-
toGrupDispatcherAsyncList
public static AsyncList<GrupDispatcher> toGrupDispatcherAsyncList(AsyncList<SystemGroup> source)
Creates a GrupDispatcher asynclist on a SystemGroup collection.
-
toGrupDispatcherArray
public static GrupDispatcher[] toGrupDispatcherArray(SystemGroup[] source)
Creates a GrupDispatcher array on a SystemGroup array.
-
toGrupDispatcher
public static void toGrupDispatcher(SystemGroup source, GrupDispatcher target)
Updates a GrupDispatcher value object based on a SystemGroup object.
-
-