setName property

set setName (String value)

Implementation

set setName(String value)
{
  name = value;
}