|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucot.model.relation.Thing
ucot.model.relation.Item
ucot.model.relation.Entity
public class Entity
Entity represents candidate for object or actor (like user) in the analyze model.
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 |
---|
public static java.lang.String TYPE_NAME
Constructor Detail |
---|
public Entity(java.lang.String name)
Method Detail |
---|
public boolean equals(java.lang.Object e)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |