Uses of Class
com.sunlightlabs.entities.JSONEntity

Packages that use JSONEntity
com.sunlightlabs.entities   
 

Uses of JSONEntity in com.sunlightlabs.entities
 

Subclasses of JSONEntity in com.sunlightlabs.entities
 class Committee
          represents a Committee in congress or a legislature com.sunlightlabs.entities.Legislator steve Jul 22, 2009
 class District
          represents a Legislative (?or Congressional) district com.sunlightlabs.entities.District steve Jul 22, 2009
 class Issue
          represents a Lobbyist issue com.sunlightlabs.entities.Issue steve Jul 22, 2009
 class Legislator
          represents a state legislator com.sunlightlabs.entities.Legislator steve Jul 22, 2009
 class Lobbyist
          represents a registered Lobbyist com.sunlightlabs.entities.Legislator steve Jul 22, 2009
 

Fields in com.sunlightlabs.entities declared as JSONEntity
static JSONEntity[] JSONEntity.EMPTY_ARRAY
           
 

Fields in com.sunlightlabs.entities with type parameters of type JSONEntity
static java.lang.Class<JSONEntity> JSONEntity.THIS_CLASS
           
 

Methods in com.sunlightlabs.entities with parameters of type JSONEntity
 boolean JSONEntity.equivalent(JSONEntity l2)
          true if l2 is of the same class and has he same properties useful in testing