Class ResourceLoader
java.lang.Object
org.apache.ofbiz.entity.config.model.ResourceLoader
An object that models the
<resource-loader>
element.- See Also:
-
entity-config.xsd
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theclass
attribute.getName()
Returns the value of thename
attribute.Returns the value of theprefix
attribute.Returns the value of theprepend-env
attribute.
-
Method Details
-
getName
Returns the value of thename
attribute. -
getClassName
Returns the value of theclass
attribute. -
getPrependEnv
Returns the value of theprepend-env
attribute. -
getPrefix
Returns the value of theprefix
attribute.
-