Class ArbrePuntEntrada

    • Constructor Detail

      • ArbrePuntEntrada

        public ArbrePuntEntrada()
    • 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.
        Overrides:
        toString in class Object
      • 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.