public class ExportedProfile extends Object
| Constructor and Description |
|---|
ExportedProfile(String name,
boolean isDefault) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getName() |
List<ExportedParentProfileEntry> |
getParentProfileEntries() |
ExportedProfileMapping |
getProfileMapping() |
boolean |
hasCustomPages() |
int |
hashCode() |
boolean |
isDefault() |
void |
setDefault(boolean isDefault) |
void |
setDescription(String description) |
void |
setParentProfileEntries(List<ExportedParentProfileEntry> parentProfileEntries) |
void |
setProfileMapping(ExportedProfileMapping profileMapping) |
public ExportedProfile(String name, boolean isDefault)
public boolean isDefault()
public void setDefault(boolean isDefault)
public String getDescription()
public void setDescription(String description)
public List<ExportedParentProfileEntry> getParentProfileEntries()
public void setParentProfileEntries(List<ExportedParentProfileEntry> parentProfileEntries)
public ExportedProfileMapping getProfileMapping()
public void setProfileMapping(ExportedProfileMapping profileMapping)
public String getName()
public boolean hasCustomPages()
Copyright © 2014 Bonitasoft S.A.. All rights reserved.