
public class ModelObject extends Object implements Serializable
| Constructor and Description |
|---|
ModelObject()
Creates a new
ModelObject instance. |
| Modifier and Type | Method and Description |
|---|---|
Text |
getDocumentation()
Gets the documentation of the object.
|
String |
getModelVersion()
Gets the model version of the object.
|
void |
setDocumentation(Text value)
Setter for property
documentation. |
void |
setModelVersion(String value)
Setter for property
modelVersion. |
public ModelObject()
ModelObject instance.public Text getDocumentation()
public String getModelVersion()
public void setDocumentation(Text value)
documentation.value - the new documentation of the object.public void setModelVersion(String value)
modelVersion.value - the new model version of the object.Copyright © 2005-2012 jDTAUS. All Rights Reserved.