Is there a shortcut in Android Studio for automatically generating the getters and setters in a given class?
use code=>generate=>getter() and setter() dialog ,select all the variables ,generate all the getter(),setter() methods at one time.