Class Resource
- java.lang.Object
-
- org.apache.ofbiz.entity.config.model.Resource
-
@ThreadSafe public final class Resource extends java.lang.Object
An object that models the<resource>
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.
-