public abstract class ModelChild extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
ModelChild() |
protected |
ModelChild(ModelEntity modelEntity,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description for documentation purposes
|
ModelEntity |
getModelEntity() |
protected ModelChild()
protected ModelChild(ModelEntity modelEntity, String description)
public ModelEntity getModelEntity()
public String getDescription()