Class ModelChild

java.lang.Object
org.apache.ofbiz.entity.model.ModelChild
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModelField, ModelIndex, ModelRelation

public abstract class ModelChild extends Object implements Serializable
Abstract entity model class.
See Also:
  • Constructor Details

    • ModelChild

      protected ModelChild()
    • ModelChild

      protected ModelChild(ModelEntity modelEntity, String description)
  • Method Details

    • getModelEntity

      public ModelEntity getModelEntity()
      Gets model entity.
      Returns:
      the model entity
    • getDescription

      public String getDescription()
      The description for documentation purposes