org.cumt.model
Class IdentifiedObject

java.lang.Object
  extended by 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

Constructor Summary
protected IdentifiedObject()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentifiedObject

protected IdentifiedObject()
Method Detail

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.