Package org.vrspace.server.obj
Class Entity
java.lang.Object
org.vrspace.server.obj.Entity
- Direct Known Subclasses:
ContentCategory
,Embedded
,Ownership
,PersistentEvent
,VRObject
,World
This is whatever we need to store to the database.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Entity
public Entity() -
Entity
-
-
Method Details
-
getObjectId
-
dispose
public void dispose()Called while an object is being deleted. Used for cleanup tasks, e.g. removal of created files etc. -
getId
-
setId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-