org.bonitasoft.engine.profile.model.impl
public class SProfileEntryImpl extends Object implements org.bonitasoft.engine.profile.model.SProfileEntry
| Constructor and Description |
|---|
SProfileEntryImpl() |
SProfileEntryImpl(org.bonitasoft.engine.profile.model.SProfileEntry profileEntry) |
SProfileEntryImpl(String name,
long profileId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getDiscriminator() |
long |
getId() |
long |
getIndex() |
String |
getName() |
String |
getPage() |
long |
getParentId() |
long |
getProfileId() |
long |
getTenantId() |
String |
getType() |
int |
hashCode() |
boolean |
isCustom() |
void |
setCustom(boolean custom) |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setIndex(long index) |
void |
setName(String name) |
void |
setPage(String page) |
void |
setParentId(long parentId) |
void |
setProfileId(long profileId) |
void |
setTenantId(long tenantId) |
void |
setType(String type) |
String |
toString() |
public SProfileEntryImpl()
public SProfileEntryImpl(String name, long profileId)
public SProfileEntryImpl(org.bonitasoft.engine.profile.model.SProfileEntry profileEntry)
public long getTenantId()
public void setTenantId(long tenantId)
setTenantId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getId()
getId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic void setId(long id)
setId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic String getDiscriminator()
getDiscriminator in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getParentId()
getParentId in interface org.bonitasoft.engine.profile.model.SProfileEntrypublic void setParentId(long parentId)
public long getProfileId()
getProfileId in interface org.bonitasoft.engine.profile.model.SProfileEntrypublic void setProfileId(long profileId)
public void setCustom(boolean custom)
public boolean isCustom()
isCustom in interface org.bonitasoft.engine.profile.model.SProfileEntrypublic long getIndex()
getIndex in interface org.bonitasoft.engine.profile.model.SProfileEntrypublic void setIndex(long index)
public String getName()
getName in interface org.bonitasoft.engine.profile.model.SProfileEntrypublic void setName(String name)
public String getDescription()
getDescription in interface org.bonitasoft.engine.profile.model.SProfileEntrypublic void setDescription(String description)
public String getType()
getType in interface org.bonitasoft.engine.profile.model.SProfileEntrypublic void setType(String type)
public String getPage()
getPage in interface org.bonitasoft.engine.profile.model.SProfileEntrypublic void setPage(String page)
Copyright © 2014 Bonitasoft S.A.. All rights reserved.