It is possible to give your own names of getter/setter in eclipse.
Make your variable private. Go to error where you are trying to access private variable in another class.
Select the quick fix of generating getter/setter. It pops up a dialog where getter/setter names are modifiable.