org.ofbiz.entity.model
Class ModelChild
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parentModelEntity
protected ModelEntity parentModelEntity
description
protected java.lang.String description
- The description for documentation purposes
ModelChild
protected ModelChild()
ModelChild
protected ModelChild(ModelEntity parentModelEntity)
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)