org.cumt.model
Class IdentifiedObject
java.lang.Object
org.cumt.model.IdentifiedObject
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AlternativeFlow, Condition, Flow, FlowActivity, Message, Property, PropertyAwareObject, Stereotype, ViewAttributes
public abstract class IdentifiedObject
- extends java.lang.Object
- implements java.io.Serializable
The base class in the hirerarchy. Every object in the model derives from this.
- Author:
- Carlos Descalzi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
IdentifiedObject
protected IdentifiedObject()
getId
public java.lang.String getId()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2006 null. All Rights Reserved.