ucot.model.relation
Class Entity

java.lang.Object
  extended by ucot.model.relation.Thing
      extended by ucot.model.relation.Item
          extended by ucot.model.relation.Entity
All Implemented Interfaces:
java.io.Serializable

public class Entity
extends Item

Entity represents candidate for object or actor (like user) in the analyze model.

Author:
panu
See Also:
Serialized Form

Field Summary
static java.lang.String TYPE_NAME
           
 
Fields inherited from class ucot.model.relation.Thing
name, typeName
 
Constructor Summary
Entity(java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object e)
           
 int hashCode()
           
 
Methods inherited from class ucot.model.relation.Thing
getName, getTypeName, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_NAME

public static java.lang.String TYPE_NAME
Constructor Detail

Entity

public Entity(java.lang.String name)
Method Detail

equals

public boolean equals(java.lang.Object e)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object