Package es.caib.seycon.ng.comu
Class ArbrePuntEntrada
- java.lang.Object
-
- es.caib.seycon.ng.comu.ArbrePuntEntrada
-
- All Implemented Interfaces:
Serializable
public class ArbrePuntEntrada extends Object implements Serializable
ValueObject ArbrePuntEntrada- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArbrePuntEntrada()
ArbrePuntEntrada(ArbrePuntEntrada otherBean)
ArbrePuntEntrada(Long id, String ordre, Long idPare, String nomPare, Long idFill, String nomFill)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getId()
Gets value for attribute idLong
getIdFill()
Gets value for attribute idFillLong
getIdPare()
Gets value for attribute idPareString
getNomFill()
Gets value for attribute nomFillString
getNomPare()
Gets value for attribute nomPareString
getOrdre()
Gets value for attribute ordrevoid
setId(Long id)
Sets value for attribute idvoid
setIdFill(Long idFill)
Sets value for attribute idFillvoid
setIdPare(Long idPare)
Sets value for attribute idParevoid
setNomFill(String nomFill)
Sets value for attribute nomFillvoid
setNomPare(String nomPare)
Sets value for attribute nomParevoid
setOrdre(String ordre)
Sets value for attribute ordrestatic ArbrePuntEntrada
toArbrePuntEntrada(ApplicationAccessTree vo)
Creates a ArbrePuntEntrada value object based on a ApplicationAccessTree object.static void
toArbrePuntEntrada(ApplicationAccessTree source, ArbrePuntEntrada target)
Updates a ArbrePuntEntrada value object based on a ApplicationAccessTree object.static ArbrePuntEntrada[]
toArbrePuntEntradaArray(ApplicationAccessTree[] source)
Creates a ArbrePuntEntrada array on a ApplicationAccessTree array.static AsyncList<ArbrePuntEntrada>
toArbrePuntEntradaAsyncList(AsyncList<ApplicationAccessTree> source)
Creates a ArbrePuntEntrada asynclist on a ApplicationAccessTree collection.static PagedResult<ArbrePuntEntrada>
toArbrePuntEntradaList(PagedResult<ApplicationAccessTree> source)
Creates a ArbrePuntEntrada pagedResult on a ApplicationAccessTree collection.static List<ArbrePuntEntrada>
toArbrePuntEntradaList(Collection<ApplicationAccessTree> source)
Creates a ArbrePuntEntrada list on a ApplicationAccessTree 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
-
getOrdre
public String getOrdre()
Gets value for attribute ordre
-
setOrdre
public void setOrdre(String ordre)
Sets value for attribute ordre
-
getIdPare
public Long getIdPare()
Gets value for attribute idPare
-
setIdPare
public void setIdPare(Long idPare)
Sets value for attribute idPare
-
getNomPare
public String getNomPare()
Gets value for attribute nomPare
-
setNomPare
public void setNomPare(String nomPare)
Sets value for attribute nomPare
-
getIdFill
public Long getIdFill()
Gets value for attribute idFill
-
setIdFill
public void setIdFill(Long idFill)
Sets value for attribute idFill
-
getNomFill
public String getNomFill()
Gets value for attribute nomFill
-
setNomFill
public void setNomFill(String nomFill)
Sets value for attribute nomFill
-
toString
public String toString()
Returns a string representation of the value object.
-
toArbrePuntEntrada
public static ArbrePuntEntrada toArbrePuntEntrada(ApplicationAccessTree vo)
Creates a ArbrePuntEntrada value object based on a ApplicationAccessTree object.
-
toArbrePuntEntradaList
public static List<ArbrePuntEntrada> toArbrePuntEntradaList(Collection<ApplicationAccessTree> source)
Creates a ArbrePuntEntrada list on a ApplicationAccessTree collection.
-
toArbrePuntEntradaList
public static PagedResult<ArbrePuntEntrada> toArbrePuntEntradaList(PagedResult<ApplicationAccessTree> source)
Creates a ArbrePuntEntrada pagedResult on a ApplicationAccessTree collection.
-
toArbrePuntEntradaAsyncList
public static AsyncList<ArbrePuntEntrada> toArbrePuntEntradaAsyncList(AsyncList<ApplicationAccessTree> source)
Creates a ArbrePuntEntrada asynclist on a ApplicationAccessTree collection.
-
toArbrePuntEntradaArray
public static ArbrePuntEntrada[] toArbrePuntEntradaArray(ApplicationAccessTree[] source)
Creates a ArbrePuntEntrada array on a ApplicationAccessTree array.
-
toArbrePuntEntrada
public static void toArbrePuntEntrada(ApplicationAccessTree source, ArbrePuntEntrada target)
Updates a ArbrePuntEntrada value object based on a ApplicationAccessTree object.
-
-