Package org.apache.ofbiz.entity.model
Class ModelChild
- java.lang.Object
-
- org.apache.ofbiz.entity.model.ModelChild
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ModelField
,ModelIndex
,ModelRelation
public abstract class ModelChild extends java.lang.Object implements java.io.Serializable
Abstract entity model class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ModelChild()
protected
ModelChild(ModelEntity modelEntity, java.lang.String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
The description for documentation purposesModelEntity
getModelEntity()
-
-
-
Constructor Detail
-
ModelChild
protected ModelChild()
-
ModelChild
protected ModelChild(ModelEntity modelEntity, java.lang.String description)
-
-
Method Detail
-
getModelEntity
public ModelEntity getModelEntity()
-
getDescription
public java.lang.String getDescription()
The description for documentation purposes
-
-