Object - (Mutator|Setter|Set) method

Card Puncher Data Processing

About

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

The usages are:

  • central point of control for the input in order to reject bad data
  • change detection (if the value is not the same, a change has occurred and can be reported)

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





Discover More
Fitnesse Architecture
Fitnesse - Getting Started

A little getting started guide for fitness Slim has several test written in table format. We will use the decision table where eg specifies a Java package (or other language namespace),...



Share this page:
Follow us:
Task Runner