org.compass.gps.device.jpa.entities
Class EntityInformation

java.lang.Object
  extended by org.compass.gps.device.jpa.entities.EntityInformation

public class EntityInformation
extends Object

A general Entity information to be used by the JpaGpsDevice during the indexing process.

Author:
kimchy
See Also:
JpaEntitiesLocator

Constructor Summary
EntityInformation(Class<?> clazz, String name)
           
EntityInformation(Class<?> clazz, String name, String selectQuery)
           
 
Method Summary
 Class<?> getClazz()
           
 String getName()
           
 String getSelectQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityInformation

public EntityInformation(Class<?> clazz,
                         String name)

EntityInformation

public EntityInformation(Class<?> clazz,
                         String name,
                         String selectQuery)
Method Detail

getClazz

public Class<?> getClazz()

getName

public String getName()

getSelectQuery

public String getSelectQuery()


Copyright (c) 2004-2006 The Compass Project.