org.ofbiz.entity.model
Class ModelChild

java.lang.Object
  extended by org.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
protected ModelChild()
           
protected ModelChild(ModelEntity modelEntity, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
          The description for documentation purposes
 ModelEntity getModelEntity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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