public interface JSONKeys
| Modifier and Type | Field and Description | 
|---|---|
static String | 
APPLICATION_VERSION
Version of the application which last updated the entity. 
 | 
static String | 
ASSOCIATIONS
Map of associations. 
 | 
static String | 
IDENTITY
Identity of the entity. 
 | 
static String | 
MANY_ASSOCIATIONS
Map of manyassociations. 
 | 
static String | 
MODIFIED
When entity was last modified according to System.currentTimeMillis(). 
 | 
static String | 
NAMED_ASSOCIATIONS
Map of namedassociations. 
 | 
static String | 
PROPERTIES
Map of properties. 
 | 
static String | 
TYPE
Type of the entity. 
 | 
static String | 
VERSION
Version of the entity. 
 | 
static final String IDENTITY
static final String APPLICATION_VERSION
static final String TYPE
static final String VERSION
static final String MODIFIED
static final String PROPERTIES
static final String ASSOCIATIONS
static final String MANY_ASSOCIATIONS
static final String NAMED_ASSOCIATIONS