Class GroupMap
- java.lang.Object
-
- org.apache.ofbiz.entity.config.model.GroupMap
-
@ThreadSafe public final class GroupMap extends java.lang.Object
An object that models the<group-map>
element.- See Also:
entity-config.xsd
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDatasourceName()
Returns the value of thedatasource-name
attribute.java.lang.String
getGroupName()
Returns the value of thegroup-name
attribute.
-