Class ResultOne<T>

  • Type Parameters:
    T - the entity type

    public class ResultOne<T>
    extends Result
    A Result where the actual result is a single entity.
    Author:
    Dejan Brkic, avasquez
    • Constructor Detail

      • ResultOne

        public ResultOne()
    • Method Detail

      • getEntity

        public Map<String,​T> getEntity()
        Returns the result entity.
      • setEntity

        public void setEntity​(String name,
                              T entity)
        Sets the result entity.