Class MaquinaSearchCriteria

    • Method Detail

      • getNom

        public String getNom()
        Gets value for attribute nom
      • setNom

        public void setNom​(String nom)
        Sets value for attribute nom
      • getSistemaOperatiu

        public String getSistemaOperatiu()
        Gets value for attribute sistemaOperatiu
      • setSistemaOperatiu

        public void setSistemaOperatiu​(String sistemaOperatiu)
        Sets value for attribute sistemaOperatiu
      • getAdreca

        public String getAdreca()
        Gets value for attribute adreca
      • setAdreca

        public void setAdreca​(String adreca)
        Sets value for attribute adreca
      • getDhcp

        public String getDhcp()
        Gets value for attribute dhcp
      • setDhcp

        public void setDhcp​(String dhcp)
        Sets value for attribute dhcp
      • getCorreu

        public String getCorreu()
        Gets value for attribute correu
      • setCorreu

        public void setCorreu​(String correu)
        Sets value for attribute correu
      • getOfimatica

        public String getOfimatica()
        Gets value for attribute ofimatica
      • setOfimatica

        public void setOfimatica​(String ofimatica)
        Sets value for attribute ofimatica
      • getAlias

        public String getAlias()
        Gets value for attribute alias
      • setAlias

        public void setAlias​(String alias)
        Sets value for attribute alias
      • getMac

        public String getMac()
        Gets value for attribute mac
      • setMac

        public void setMac​(String mac)
        Sets value for attribute mac
      • getFirstResult

        public Integer getFirstResult()
        Gets the first result to retrieve.
        Returns:
        the first result to retrieve
      • setFirstResult

        public void setFirstResult​(Integer firstResult)
        Sets the first result to retrieve.
        Parameters:
        firstResult - the first result to retrieve
      • getFetchSize

        public Integer getFetchSize()
        Gets the fetch size.
        Returns:
        the fetch size
      • setFetchSize

        public void setFetchSize​(Integer fetchSize)
        Sets the fetch size.
        Parameters:
        fetchSize - the fetch size.
      • getMaximumResultSize

        public Integer getMaximumResultSize()
        Gets the maximum size of the result set.
        Returns:
        the maximum size of the result set
      • setMaximumResultSize

        public void setMaximumResultSize​(Integer maximumResultSize)
        Sets the maximum size of the result set.
        Parameters:
        maximumResultSize - the maximum size of the result set.
      • toString

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