Class ParentData

    • Constructor Detail

      • ParentData

        public ParentData()
      • ParentData

        public ParentData​(String name,
                          String lastName1)
      • ParentData

        public ParentData​(ParentData otherBean)
    • Method Detail

      • getName

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getLastName1

        public String getLastName1()
        Gets value for attribute lastName1
      • setLastName1

        public void setLastName1​(String lastName1)
        Sets value for attribute lastName1
      • getLastName2

        public String getLastName2()
        Gets value for attribute lastName2
      • setLastName2

        public void setLastName2​(String lastName2)
        Sets value for attribute lastName2
      • getEmail

        public String getEmail()
        Gets value for attribute email
      • setEmail

        public void setEmail​(String email)
        Sets value for attribute email
      • toString

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

        public static ParentData toParentData​(DadesPare vo)
        Creates a ParentData value object based on a DadesPare object.
      • toParentDataArray

        public static ParentData[] toParentDataArray​(DadesPare[] source)
        Creates a ParentData array on a DadesPare array.
      • toParentData

        public static void toParentData​(DadesPare source,
                                        ParentData target)
        Updates a ParentData value object based on a DadesPare object.