Class EntityEnvelope<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T data  
      protected int status  
    • Constructor Summary

      Constructors 
      Constructor Description
      EntityEnvelope()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getData()  
      int getStatus()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • status

        protected int status
      • data

        protected T data
    • Constructor Detail

      • EntityEnvelope

        public EntityEnvelope()
    • Method Detail

      • getStatus

        public int getStatus()
      • getData

        public T getData()