isFoo() at the moment. If you want getFoo(), knock yourself out and
add it. @Data/@Getter is smart enough to not also generate isFoo() if
you already wrote getFoo(). With sufficient domain knowledge these
inconsistencies are quite managable.
NB: Steve, for those field prefixes, file an issue if there isn't one
already there to treat anything matching the pattern xFoo, where x is
a lowercase character and F is title or uppercase, to be named as
'foo' (where f is the lowercase form of F).