public class ExportedProfileEntry extends Object
| Constructor and Description |
|---|
ExportedProfileEntry() |
ExportedProfileEntry(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
ImportError |
getError() |
long |
getIndex() |
String |
getName() |
String |
getPage() |
String |
getType() |
boolean |
hasError() |
int |
hashCode() |
boolean |
isCustom() |
void |
setCustom(boolean isCustom) |
void |
setDescription(String description) |
void |
setIndex(long index) |
void |
setPage(String page) |
void |
setType(String type) |
String |
toString() |
public ExportedProfileEntry()
public ExportedProfileEntry(String name)
public final boolean isCustom()
public final void setCustom(boolean isCustom)
public final String getDescription()
public final void setDescription(String description)
public final String getType()
public final void setType(String type)
public final long getIndex()
public final void setIndex(long index)
public final String getPage()
public final void setPage(String page)
public final String getName()
public boolean hasError()
public ImportError getError()
Copyright © 2017 Bonitasoft S.A.. All rights reserved.