Class EntityEcaReader
- java.lang.Object
-
- org.apache.ofbiz.entity.config.model.EntityEcaReader
-
@ThreadSafe public final class EntityEcaReader extends java.lang.Object
An object that models the<entity-eca-reader>
element.- See Also:
entity-config.xsd
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
getResourceList
public java.util.List<Resource> getResourceList()
Returns the<resource>
child elements.
-
-