org.jdtaus.core.container
Class ModelObject

java.lang.Object
  extended by org.jdtaus.core.container.ModelObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Argument, Arguments, Dependencies, Dependency, Implementation, Implementations, Message, Messages, Module, Modules, Properties, Property, Specification, Specifications

public class ModelObject
extends Object
implements Serializable

Base model object.

Version:
$Id: ModelObject.java 8044 2009-07-02 01:29:05Z schulte2005 $
Author:
Christian Schulte
See Also:
Serialized Form

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

ModelObject

public ModelObject()
Method Detail

getDocumentation

public Text getDocumentation()
Gets the documentation of the object.

Returns:
the documentation of the object.

getModelVersion

public String getModelVersion()
Gets the model version of the object.

Returns:
the model version of the object.

setDocumentation

public void setDocumentation(Text value)
Setter for property documentation.

Parameters:
value - the new documentation of the object.

setModelVersion

public void setModelVersion(String value)
Setter for property modelVersion.

Parameters:
value - the new model version of the object.


Copyright © 2005-2009 jDTAUS. All Rights Reserved.