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

Generic Entity - Entity model class

See Also:
Serialized Form

Field Summary
protected  java.lang.String description
          The description for documentation purposes
protected  ModelEntity parentModelEntity
           
 
Constructor Summary
protected ModelChild()
           
protected ModelChild(ModelEntity parentModelEntity)
           
 
Method Summary
 java.lang.String getDescription()
          The description for documentation purposes
 ModelEntity getModelEntity()
           
 void setDescription(java.lang.String description)
           
protected  void setModelEntity(ModelEntity parentModelEntity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parentModelEntity

protected ModelEntity parentModelEntity

description

protected java.lang.String description
The description for documentation purposes

Constructor Detail

ModelChild

protected ModelChild()

ModelChild

protected ModelChild(ModelEntity parentModelEntity)
Method Detail

setModelEntity

protected void setModelEntity(ModelEntity parentModelEntity)

getModelEntity

public ModelEntity getModelEntity()

getDescription

public java.lang.String getDescription()
The description for documentation purposes


setDescription

public void setDescription(java.lang.String description)