アクセサ
フィールドにアクセスするための専用のメソッド。
特に、フィールドに値を設定するアクセッサをセッタ(setter)、フィールドの値を返すメソッドをゲッタ(getter)と言う。
accessor