ucot.model.relation
Class Method

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

public class Method
extends Item

Method marks some possible action that Entity can do.

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
Method(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class ucot.model.relation.Thing
getName, getTypeName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_NAME

public static java.lang.String TYPE_NAME
Constructor Detail

Method

public Method(java.lang.String name)