Class BPMUser

    • Constructor Detail

      • BPMUser

        public BPMUser()
      • BPMUser

        public BPMUser​(BPMUser otherBean)
    • Method Detail

      • getUserName

        public String getUserName()
        Gets value for attribute userName
      • setUserName

        public void setUserName​(String userName)
        Sets value for attribute userName
      • getGivenName

        public String getGivenName()
        Gets value for attribute givenName
      • setGivenName

        public void setGivenName​(String givenName)
        Sets value for attribute givenName
      • getSurName

        public String getSurName()
        Gets value for attribute surName
      • setSurName

        public void setSurName​(String surName)
        Sets value for attribute surName
      • getGroup

        public String getGroup()
        Gets value for attribute group
      • setGroup

        public void setGroup​(String group)
        Sets value for attribute group
      • toString

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

        public static BPMUser toBPMUser​(BPMUser vo)
        Creates a BPMUser value object based on a BPMUser object.
      • toBPMUserArray

        public static BPMUser[] toBPMUserArray​(BPMUser[] source)
        Creates a BPMUser array on a BPMUser array.
      • toBPMUser

        public static void toBPMUser​(BPMUser source,
                                     BPMUser target)
        Updates a BPMUser value object based on a BPMUser object.