public class ProfileEntryCreator extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileEntryCreator.ProfileEntryField |
| Constructor and Description |
|---|
ProfileEntryCreator(String name,
long profileId) |
| Modifier and Type | Method and Description |
|---|---|
Map<ProfileEntryCreator.ProfileEntryField,Serializable> |
getFields() |
ProfileEntryCreator |
setDescription(String description) |
ProfileEntryCreator |
setIndex(long index) |
ProfileEntryCreator |
setPage(String page) |
ProfileEntryCreator |
setParentId(long parentId) |
ProfileEntryCreator |
setType(String type) |
public ProfileEntryCreator(String name, long profileId)
public ProfileEntryCreator setDescription(String description)
public ProfileEntryCreator setParentId(long parentId)
public ProfileEntryCreator setType(String type)
public ProfileEntryCreator setPage(String page)
public ProfileEntryCreator setIndex(long index)
public Map<ProfileEntryCreator.ProfileEntryField,Serializable> getFields()
Copyright © 2013 BonitaSoft. All Rights Reserved.