0 votes
in Salesforce by
What are Getter and Setter methods?

1 Answer

0 votes
by
The get (getter) method is used to pass values from the controller to the VF page.

Whereas, the set (setter) method is used to set the value back to the controller variable.
...