Package es.caib.seycon.ng.comu
Class DadesDocent
- java.lang.Object
-
- es.caib.seycon.ng.comu.DadesDocent
-
- All Implemented Interfaces:
Serializable
public class DadesDocent extends Object implements Serializable
ValueObject DadesDocent- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DadesDocent()DadesDocent(DadesDocent otherBean)DadesDocent(String nom, String llinatge1, String centrePrincipal)DadesDocent(String nom, String llinatge1, String llinatge2, String centrePrincipal, Collection<String> centresSecundaris)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCentrePrincipal()Gets value for attribute centrePrincipalCollection<String>getCentresSecundaris()Gets value for attribute centresSecundarisStringgetLlinatge1()Gets value for attribute llinatge1StringgetLlinatge2()Gets value for attribute llinatge2StringgetNom()Gets value for attribute nomvoidsetCentrePrincipal(String centrePrincipal)Sets value for attribute centrePrincipalvoidsetCentresSecundaris(Collection<String> centresSecundaris)Sets value for attribute centresSecundarisvoidsetLlinatge1(String llinatge1)Sets value for attribute llinatge1voidsetLlinatge2(String llinatge2)Sets value for attribute llinatge2voidsetNom(String nom)Sets value for attribute nomstatic DadesDocenttoDadesDocent(TeachingData vo)Creates a DadesDocent value object based on a TeachingData object.static voidtoDadesDocent(TeachingData source, DadesDocent target)Updates a DadesDocent value object based on a TeachingData object.static DadesDocent[]toDadesDocentArray(TeachingData[] source)Creates a DadesDocent array on a TeachingData array.static AsyncList<DadesDocent>toDadesDocentAsyncList(AsyncList<TeachingData> source)Creates a DadesDocent asynclist on a TeachingData collection.static PagedResult<DadesDocent>toDadesDocentList(PagedResult<TeachingData> source)Creates a DadesDocent pagedResult on a TeachingData collection.static List<DadesDocent>toDadesDocentList(Collection<TeachingData> source)Creates a DadesDocent list on a TeachingData collection.StringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
DadesDocent
public DadesDocent()
-
DadesDocent
public DadesDocent(String nom, String llinatge1, String llinatge2, String centrePrincipal, Collection<String> centresSecundaris)
-
DadesDocent
public DadesDocent(DadesDocent otherBean)
-
-
Method Detail
-
getNom
public String getNom()
Gets value for attribute nom
-
setNom
public void setNom(String nom)
Sets value for attribute nom
-
getLlinatge1
public String getLlinatge1()
Gets value for attribute llinatge1
-
setLlinatge1
public void setLlinatge1(String llinatge1)
Sets value for attribute llinatge1
-
getLlinatge2
public String getLlinatge2()
Gets value for attribute llinatge2
-
setLlinatge2
public void setLlinatge2(String llinatge2)
Sets value for attribute llinatge2
-
getCentrePrincipal
public String getCentrePrincipal()
Gets value for attribute centrePrincipal
-
setCentrePrincipal
public void setCentrePrincipal(String centrePrincipal)
Sets value for attribute centrePrincipal
-
getCentresSecundaris
public Collection<String> getCentresSecundaris()
Gets value for attribute centresSecundaris
-
setCentresSecundaris
public void setCentresSecundaris(Collection<String> centresSecundaris)
Sets value for attribute centresSecundaris
-
toString
public String toString()
Returns a string representation of the value object.
-
toDadesDocent
public static DadesDocent toDadesDocent(TeachingData vo)
Creates a DadesDocent value object based on a TeachingData object.
-
toDadesDocentList
public static List<DadesDocent> toDadesDocentList(Collection<TeachingData> source)
Creates a DadesDocent list on a TeachingData collection.
-
toDadesDocentList
public static PagedResult<DadesDocent> toDadesDocentList(PagedResult<TeachingData> source)
Creates a DadesDocent pagedResult on a TeachingData collection.
-
toDadesDocentAsyncList
public static AsyncList<DadesDocent> toDadesDocentAsyncList(AsyncList<TeachingData> source)
Creates a DadesDocent asynclist on a TeachingData collection.
-
toDadesDocentArray
public static DadesDocent[] toDadesDocentArray(TeachingData[] source)
Creates a DadesDocent array on a TeachingData array.
-
toDadesDocent
public static void toDadesDocent(TeachingData source, DadesDocent target)
Updates a DadesDocent value object based on a TeachingData object.
-
-