Class ResourceLoader
- java.lang.Object
-
- org.apache.ofbiz.entity.config.model.ResourceLoader
-
@ThreadSafe public final class ResourceLoader extends java.lang.Object
An object that models the<resource-loader>
element.- See Also:
entity-config.xsd
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassName()
Returns the value of theclass
attribute.java.lang.String
getName()
Returns the value of thename
attribute.java.lang.String
getPrefix()
Returns the value of theprefix
attribute.java.lang.String
getPrependEnv()
Returns the value of theprepend-env
attribute.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Returns the value of thename
attribute.
-
getClassName
public java.lang.String getClassName()
Returns the value of theclass
attribute.
-
getPrependEnv
public java.lang.String getPrependEnv()
Returns the value of theprepend-env
attribute.
-
getPrefix
public java.lang.String getPrefix()
Returns the value of theprefix
attribute.
-
-