Class ApplicationAccessTree

    • Constructor Detail

      • ApplicationAccessTree

        public ApplicationAccessTree()
      • ApplicationAccessTree

        public ApplicationAccessTree​(Long id,
                                     String ordre,
                                     Long parentId,
                                     String parentName,
                                     Long childId,
                                     String childName)
    • 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
      • getParentId

        public Long getParentId()
        Gets value for attribute parentId
      • setParentId

        public void setParentId​(Long parentId)
        Sets value for attribute parentId
      • getParentName

        public String getParentName()
        Gets value for attribute parentName
      • setParentName

        public void setParentName​(String parentName)
        Sets value for attribute parentName
      • getChildId

        public Long getChildId()
        Gets value for attribute childId
      • setChildId

        public void setChildId​(Long childId)
        Sets value for attribute childId
      • getChildName

        public String getChildName()
        Gets value for attribute childName
      • setChildName

        public void setChildName​(String childName)
        Sets value for attribute childName
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toApplicationAccessTree

        public static ApplicationAccessTree toApplicationAccessTree​(ArbrePuntEntrada vo)
        Creates a ApplicationAccessTree value object based on a ArbrePuntEntrada object.
      • toApplicationAccessTreeArray

        public static ApplicationAccessTree[] toApplicationAccessTreeArray​(ArbrePuntEntrada[] source)
        Creates a ApplicationAccessTree array on a ArbrePuntEntrada array.
      • toApplicationAccessTree

        public static void toApplicationAccessTree​(ArbrePuntEntrada source,
                                                   ApplicationAccessTree target)
        Updates a ApplicationAccessTree value object based on a ArbrePuntEntrada object.