public class ProfileEntryImpl extends NamedElementImpl implements ProfileEntry
| Constructor and Description |
|---|
ProfileEntryImpl(String name) |
ProfileEntryImpl(String name,
long profileId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
long |
getIndex() |
String |
getPage() |
long |
getParentId() |
long |
getProfileId() |
String |
getType() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setIndex(long index) |
void |
setPage(String page) |
void |
setParentId(long parentId) |
void |
setProfileId(long profileId) |
void |
setType(String type) |
getName, setName, toStringgetId, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamegetIdpublic ProfileEntryImpl(String name)
public ProfileEntryImpl(String name, long profileId)
public long getParentId()
getParentId in interface ProfileEntrypublic void setParentId(long parentId)
public long getProfileId()
getProfileId in interface ProfileEntrypublic void setProfileId(long profileId)
public long getIndex()
getIndex in interface ProfileEntrypublic void setIndex(long index)
public String getDescription()
getDescription in interface ProfileEntrypublic void setDescription(String description)
public String getType()
getType in interface ProfileEntrypublic void setType(String type)
public String getPage()
getPage in interface ProfileEntrypublic void setPage(String page)
public int hashCode()
hashCode in class NamedElementImplpublic boolean equals(Object obj)
equals in class NamedElementImplCopyright © 2013 BonitaSoft. All Rights Reserved.