Class SimpleServiceResult<T>


  • public class SimpleServiceResult<T>
    extends Object
    • Constructor Detail

      • SimpleServiceResult

        public SimpleServiceResult​(int result,
                                   T content)
      • SimpleServiceResult

        public SimpleServiceResult​(int result)
      • SimpleServiceResult

        public SimpleServiceResult​(T content)
      • SimpleServiceResult

        public SimpleServiceResult()
    • Method Detail

      • addInfoEsito

        public void addInfoEsito​(String result,
                                 String resultMessage)
      • addInfoNoDataFound

        public void addInfoNoDataFound()
      • addInfoMultipleResult

        public void addInfoMultipleResult()
      • addInfoDefaultOK

        public void addInfoDefaultOK()
      • addInfoDefaultKO

        public void addInfoDefaultKO()
      • getResult

        public int getResult()
      • setResult

        public void setResult​(int result)
      • getContent

        public T getContent()
      • setContent

        public void setContent​(T content)