Class Servei

    • Constructor Detail

      • Servei

        public Servei()
      • Servei

        public Servei​(String codi)
      • Servei

        public Servei​(Servei otherBean)
    • Method Detail

      • getCodi

        public String getCodi()
        Gets value for attribute codi
      • setCodi

        public void setCodi​(String codi)
        Sets value for attribute codi
      • getDescripcio

        public String getDescripcio()
        Gets value for attribute descripcio
      • setDescripcio

        public void setDescripcio​(String descripcio)
        Sets value for attribute descripcio
      • 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
      • toServei

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

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

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

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