public class ActorUpdater extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ActorUpdater.ActorField
The fields that can be updated.
|
| Constructor and Description |
|---|
ActorUpdater()
The default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<ActorUpdater.ActorField,Serializable> |
getFields()
Get the fields to update, and the new value.
|
void |
setDescription(String description)
Set the new description.
|
void |
setDisplayName(String name)
Set the new display name.
|
public void setDisplayName(String name)
name - The new display namepublic void setDescription(String description)
description - The new descriptionpublic Map<ActorUpdater.ActorField,Serializable> getFields()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.