iitb.con.core
Class EntityInstance

java.lang.Object
  extended by iitb.con.core.Instance
      extended by iitb.con.core.EntityInstance

public class EntityInstance
extends Instance

EntityInstance is the instantiated item of the Entity.
EntityInstance interface provides setter and getter methods for the attributes.

See Also:
Instance, Entity

Field Summary
 
Fields inherited from class iitb.con.core.Instance
id, typeId
 
Constructor Summary
EntityInstance()
           
 
Method Summary
 
Methods inherited from class iitb.con.core.Instance
getAttributeValue, setAttributeValue, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityInstance

public EntityInstance()