|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jdtaus.core.container.ModelObject
public class ModelObject
Base model object.
| Constructor Summary | |
|---|---|
ModelObject()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelObject()
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||