Class EntityGroupReader

java.lang.Object
org.apache.ofbiz.entity.config.model.EntityGroupReader

@ThreadSafe public final class EntityGroupReader extends Object
An object that models the <entity-group-reader> element.
See Also:
  • entity-config.xsd
  • Method Details

    • getName

      public String getName()
      Returns the value of the name attribute.
    • getLoader

      public String getLoader()
      Returns the value of the loader attribute.
    • getLocation

      public String getLocation()
      Returns the value of the location attribute.
    • getResourceList

      public List<Resource> getResourceList()
      Returns the <resource> child elements.