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 LonggetId()Gets value for attribute idLonggetIdFill()Gets value for attribute idFillLonggetIdPare()Gets value for attribute idPareStringgetNomFill()Gets value for attribute nomFillStringgetNomPare()Gets value for attribute nomPareStringgetOrdre()Gets value for attribute ordrevoidsetId(Long id)Sets value for attribute idvoidsetIdFill(Long idFill)Sets value for attribute idFillvoidsetIdPare(Long idPare)Sets value for attribute idParevoidsetNomFill(String nomFill)Sets value for attribute nomFillvoidsetNomPare(String nomPare)Sets value for attribute nomParevoidsetOrdre(String ordre)Sets value for attribute ordrestatic ArbrePuntEntradatoArbrePuntEntrada(ApplicationAccessTree vo)Creates a ArbrePuntEntrada value object based on a ApplicationAccessTree object.static voidtoArbrePuntEntrada(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.StringtoString()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.
-
-