Is there a shortcut in Android Studio for automatically generating the getters and setters in a given class?
Position the cursor under the variables -> right-click -> Generate -> Getter and Setter -> Choose the variables to make the get and set
or
Alt + Insert -> Getter and Setter -> Choose the variables