Class UserTypeDispatcher

    • Constructor Detail

      • UserTypeDispatcher

        public UserTypeDispatcher()
      • UserTypeDispatcher

        public UserTypeDispatcher​(Long id,
                                  String type,
                                  String dispatcherCode)
      • UserTypeDispatcher

        public UserTypeDispatcher​(String type,
                                  String dispatcherCode)
    • Method Detail

      • getId

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

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

        public String getType()
        Gets value for attribute type
      • setType

        public void setType​(String type)
        Sets value for attribute type
      • getDispatcherCode

        public String getDispatcherCode()
        Gets value for attribute dispatcherCode
      • setDispatcherCode

        public void setDispatcherCode​(String dispatcherCode)
        Sets value for attribute dispatcherCode
      • toString

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

        public static UserTypeDispatcher[] toUserTypeDispatcherArray​(TipusUsuariDispatcher[] source)
        Creates a UserTypeDispatcher array on a TipusUsuariDispatcher array.
      • toUserTypeDispatcher

        public static void toUserTypeDispatcher​(TipusUsuariDispatcher source,
                                                UserTypeDispatcher target)
        Updates a UserTypeDispatcher value object based on a TipusUsuariDispatcher object.