org.cumt.model
Class ModelObject

java.lang.Object
  extended by org.cumt.model.IdentifiedObject
      extended by org.cumt.model.PropertyAwareObject
          extended by org.cumt.model.BaseModelNode
              extended by org.cumt.model.ModelObject
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
ControlObject, Member, Parameter, Relation, RelationableModelObject, ScreenObject

public abstract class ModelObject
extends BaseModelNode

Represents an UML diagram model object

Author:
Carlos Descalzi
See Also:
Serialized Form

Field Summary
static java.lang.String STEREOTYPE
           
 
Fields inherited from class org.cumt.model.BaseModelNode
ATTRIBUTES, DESCRIPTION, IGNORED_ON_GENERATION, NAME
 
Constructor Summary
ModelObject()
           
 
Method Summary
 java.lang.Object clone()
           
 Stereotype getStereotype()
           
 void setStereotype(Stereotype stereotype)
           
 
Methods inherited from class org.cumt.model.BaseModelNode
getAttribute, getAttributeNames, getAttributes, getCreationDate, getDefaultName, getDescription, getName, getParent, isIgnoredOnGeneration, removeAttribute, setAttribute, setAttributes, setDescription, setIgnoredOnGeneration, setName, setParent, toString
 
Methods inherited from class org.cumt.model.PropertyAwareObject
addPropertyChangeListener, firePropertyChange, removePropertyChangeListener
 
Methods inherited from class org.cumt.model.IdentifiedObject
equals, getId, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STEREOTYPE

public static final java.lang.String STEREOTYPE
See Also:
Constant Field Values
Constructor Detail

ModelObject

public ModelObject()
Method Detail

getStereotype

public Stereotype getStereotype()
See Also:
stereotype

setStereotype

public void setStereotype(Stereotype stereotype)
See Also:
stereotype

clone

public java.lang.Object clone()
Overrides:
clone in class BaseModelNode


Copyright © 2006 null. All Rights Reserved.