public static class CommonEntityInterfaces.IEntityPosition extends Object
IEntityPosition interface.| Modifier and Type | Field and Description | 
|---|---|
static String | 
PositionName
The name of the  
Position (get) property. | 
| Constructor and Description | 
|---|
IEntityPosition()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <TEntity extends IEntityPosition> | 
addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema. 
 | 
@Nonnull public static final String PositionName
Position (get) property.public static <TEntity extends IEntityPosition> void addToSchema(@Nonnull EntitySchema<TEntity> schema)
TEntity - The type of entity.schema - The schema to which to add the properties defined by this interface.ArgumentNullException - Thrown when schema is null.