Table of Contents

Object - (Mutator|Setter|Set) method

About

Mutators are methods. Their role are to set the values of an object's state

The usages are:

If the setter are private, the object is said to be immutable.

The Get method is the accessor while the Set method is known as the mutator method. See State - Mutable

Library