$java.setField

Set a variable field in a class or an object.
Syntax
    $java.setField{object}{field_name}{new_value}
Documentation$java.setField:
Set a variable field in a class or an object. Parameter 1 may either be an object or a class name. In the latter case only static fields may be modified. The field must be public accessible.
    Paramter:
      1 - object or class name 2 - name of the field to set 3 - value to set the field to
    Returns:
      Void.
    Throws:
      Exception
Examples
$java.setField{$get{object}}{myStringField}{Hello world!}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_EXPERT
Minimum parameters3
Maximum parameters 3