public class ProfileImpl extends NamedElementImpl implements Profile
| Constructor and Description |
|---|
ProfileImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getIconPath() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setIconPath(String iconPath) |
getName, setName, toStringgetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamegetIdpublic ProfileImpl(String name)
public String getDescription()
getDescription in interface Profilepublic void setDescription(String description)
public String getIconPath()
getIconPath in interface Profilepublic void setIconPath(String iconPath)
public int hashCode()
hashCode in class NamedElementImplpublic boolean equals(Object obj)
equals in class NamedElementImplCopyright © 2013 BonitaSoft. All Rights Reserved.