org.granite.util
Class Entity
java.lang.Object
org.granite.util.Entity
public class Entity
- extends Object
A wrapper for a entity, This code was pulled from Entity.java
in the seam project www.seamframework.org jboss-seam-2.0.0.GA author Gavin King
- Author:
- gavin king
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Entity
public Entity(Object entity)
getIdentifier
public Object getIdentifier()
getVersion
public Object getVersion()
getIdentifierGetter
public Method getIdentifierGetter()
getIdentifierField
public Field getIdentifierField()
getIdentifierType
public Type getIdentifierType()
getVersionGetter
public Method getVersionGetter()
getVersionField
public Field getVersionField()
isVersioned
public boolean isVersioned()
getName
public String getName()