public static class CommonEntityInterfaces.IEntityVelocity extends Object
IEntityVelocity interface.| Modifier and Type | Field and Description | 
|---|---|
static String | 
VelocityName
The name of the  
Velocity (get) property. | 
| Constructor and Description | 
|---|
IEntityVelocity()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <TEntity extends IEntityVelocity> | 
addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema. 
 | 
@Nonnull public static final String VelocityName
Velocity (get) property.public static <TEntity extends IEntityVelocity> 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.