Class DeDriverLicenseBack.Category
-
- All Implemented Interfaces:
public class DeDriverLicenseBack.Category extends GenericDocumentWrapper
A category row from the categories table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DeDriverLicenseBack.Category.FieldNames
public class
DeDriverLicenseBack.Category.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description private final TextFieldWrapper
restrictions
private final TextFieldWrapper
validFrom
private final TextFieldWrapper
validUntil
-
Constructor Summary
Constructors Constructor Description DeDriverLicenseBack.Category(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getRestrictions()
Restrictions (Column 12. final TextFieldWrapper
getValidFrom()
Valid from (Column 10. final TextFieldWrapper
getValidUntil()
Valid until (Column 11. -
-
Constructor Detail
-
DeDriverLicenseBack.Category
DeDriverLicenseBack.Category(GenericDocument document)
-
-
Method Detail
-
getRestrictions
final TextFieldWrapper getRestrictions()
Restrictions (Column 12.)
-
getValidFrom
final TextFieldWrapper getValidFrom()
Valid from (Column 10.)
-
getValidUntil
final TextFieldWrapper getValidUntil()
Valid until (Column 11.)
-
-
-
-