Class EntityGroupReader
- java.lang.Object
-
- org.apache.ofbiz.entity.config.model.EntityGroupReader
-
@ThreadSafe public final class EntityGroupReader extends java.lang.Object
An object that models the<entity-group-reader>
element.- See Also:
entity-config.xsd
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLoader()
Returns the value of theloader
attribute.java.lang.String
getLocation()
Returns the value of thelocation
attribute.java.lang.String
getName()
Returns the value of thename
attribute.java.util.List<Resource>
getResourceList()
Returns the<resource>
child elements.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Returns the value of thename
attribute.
-
getLoader
public java.lang.String getLoader()
Returns the value of theloader
attribute.
-
getLocation
public java.lang.String getLocation()
Returns the value of thelocation
attribute.
-
getResourceList
public java.util.List<Resource> getResourceList()
Returns the<resource>
child elements.
-
-