Class EntityGroupReader
java.lang.Object
org.apache.ofbiz.entity.config.model.EntityGroupReader
An object that models the
<entity-group-reader>
element.- See Also:
-
entity-config.xsd
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theloader
attribute.Returns the value of thelocation
attribute.getName()
Returns the value of thename
attribute.Returns the<resource>
child elements.
-
Method Details
-
getName
Returns the value of thename
attribute. -
getLoader
Returns the value of theloader
attribute. -
getLocation
Returns the value of thelocation
attribute. -
getResourceList
Returns the<resource>
child elements.
-