public class ProfileCreator extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileCreator.ProfileField |
| Constructor and Description |
|---|
ProfileCreator(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<ProfileCreator.ProfileField,Serializable> |
getFields() |
ProfileCreator |
setDescription(String description) |
ProfileCreator |
setIconPath(String iconPath) |
public ProfileCreator(String name)
public ProfileCreator setDescription(String description)
public ProfileCreator setIconPath(String iconPath)
public Map<ProfileCreator.ProfileField,Serializable> getFields()
Copyright © 2013 BonitaSoft. All Rights Reserved.