Definitions for "Accessor method"
a kind of method that is usually small, simple and provides the means for the state of an object to be accessed from other parts of a program
a kind of method that is usually small, simple and provides the way to bypass access control
a method that does nothing more than retrieve or store a data member of an object
Keywords:  gateway, outside, variables, get, code
a gateway that an object provides to allow code outside of itself to get or set the value of one of its property variables