Class SystemGroup

    • Constructor Detail

      • SystemGroup

        public SystemGroup()
      • SystemGroup

        public SystemGroup​(Long id,
                           String systemCode,
                           String groupCode)
      • SystemGroup

        public SystemGroup​(String systemCode,
                           String groupCode)
      • SystemGroup

        public SystemGroup​(SystemGroup otherBean)
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getSystemCode

        public String getSystemCode()
        Gets value for attribute systemCode
      • setSystemCode

        public void setSystemCode​(String systemCode)
        Sets value for attribute systemCode
      • getGroupCode

        public String getGroupCode()
        Gets value for attribute groupCode
      • setGroupCode

        public void setGroupCode​(String groupCode)
        Sets value for attribute groupCode
      • toString

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

        public static SystemGroup toSystemGroup​(GrupDispatcher vo)
        Creates a SystemGroup value object based on a GrupDispatcher object.
      • toSystemGroupArray

        public static SystemGroup[] toSystemGroupArray​(GrupDispatcher[] source)
        Creates a SystemGroup array on a GrupDispatcher array.
      • toSystemGroup

        public static void toSystemGroup​(GrupDispatcher source,
                                         SystemGroup target)
        Updates a SystemGroup value object based on a GrupDispatcher object.