public class Before extends Object implements FieldRestriction
Restriction.RestrictionLevel| Constructor and Description |
|---|
Before(String fieldName,
Object date,
Map<Class<?>,DateExtractor> dateExtractors) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
Restriction.RestrictionLevel |
getRestrictionLevel() |
Date |
getValue() |
boolean |
satisfies(Object fieldValue) |
public Before(String fieldName, Object date, Map<Class<?>,DateExtractor> dateExtractors)
public String getFieldName()
getFieldName in interface FieldRestrictionpublic Date getValue()
public Restriction.RestrictionLevel getRestrictionLevel()
getRestrictionLevel in interface Restrictionpublic boolean satisfies(Object fieldValue)
satisfies in interface RestrictionCopyright © 2015 jsolve. All rights reserved.