public class ExportedParentProfileEntry extends Object
Constructor and Description |
---|
ExportedParentProfileEntry(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ExportedProfileEntry> |
getChildProfileEntries() |
String |
getDescription() |
long |
getIndex() |
String |
getName() |
String |
getPage() |
String |
getParentName() |
String |
getType() |
int |
hashCode() |
void |
setChildProfileEntries(List<ExportedProfileEntry> childProfileEntries) |
void |
setDescription(String description) |
void |
setIndex(long index) |
void |
setPage(String page) |
void |
setParentName(String parentName) |
void |
setType(String type) |
public ExportedParentProfileEntry(String name)
public List<ExportedProfileEntry> getChildProfileEntries()
public void setChildProfileEntries(List<ExportedProfileEntry> childProfileEntries)
public String getName()
public void setDescription(String description)
public String getDescription()
public String getParentName()
public void setParentName(String parentName)
public String getType()
public void setType(String type)
public long getIndex()
public void setIndex(long index)
public String getPage()
public void setPage(String page)
Copyright © 2013 BonitaSoft. All Rights Reserved.