Class GrupDispatcher

    • Constructor Detail

      • GrupDispatcher

        public GrupDispatcher()
      • GrupDispatcher

        public GrupDispatcher​(Long id,
                              String codiDispatcher,
                              String codiGrup)
      • GrupDispatcher

        public GrupDispatcher​(String codiDispatcher,
                              String codiGrup)
    • Method Detail

      • getId

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

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

        public String getCodiDispatcher()
        Gets value for attribute codiDispatcher
      • setCodiDispatcher

        public void setCodiDispatcher​(String codiDispatcher)
        Sets value for attribute codiDispatcher
      • getCodiGrup

        public String getCodiGrup()
        Gets value for attribute codiGrup
      • setCodiGrup

        public void setCodiGrup​(String codiGrup)
        Sets value for attribute codiGrup
      • toString

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

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

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

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