Class Service

    • Constructor Detail

      • Service

        public Service()
      • Service

        public Service​(String code)
      • Service

        public Service​(Service otherBean)
    • Method Detail

      • getCode

        public String getCode()
        Gets value for attribute code
      • setCode

        public void setCode​(String code)
        Sets value for attribute code
      • getDescription

        public String getDescription()
        Gets value for attribute description
      • setDescription

        public void setDescription​(String description)
        Sets value for attribute description
      • getId

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

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

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

        public static Service toService​(Servei vo)
        Creates a Service value object based on a Servei object.
      • toServiceList

        public static List<Service> toServiceList​(Collection<Servei> source)
        Creates a Service list on a Servei collection.
      • toServiceAsyncList

        public static AsyncList<Service> toServiceAsyncList​(AsyncList<Servei> source)
        Creates a Service asynclist on a Servei collection.
      • toServiceArray

        public static Service[] toServiceArray​(Servei[] source)
        Creates a Service array on a Servei array.
      • toService

        public static void toService​(Servei source,
                                     Service target)
        Updates a Service value object based on a Servei object.