public class SProfileEntryImpl extends Object implements SProfileEntry
| Constructor and Description |
|---|
SProfileEntryImpl() |
SProfileEntryImpl(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(SProfileEntry profileEntry)
public long getTenantId()
public void setTenantId(long tenantId)
setTenantId in interface PersistentObjectpublic long getId()
getId in interface PersistentObjectpublic void setId(long id)
setId in interface PersistentObjectpublic String getDiscriminator()
getDiscriminator in interface PersistentObjectpublic long getParentId()
getParentId in interface SProfileEntrypublic void setParentId(long parentId)
public long getProfileId()
getProfileId in interface SProfileEntrypublic void setProfileId(long profileId)
public void setCustom(boolean custom)
public boolean isCustom()
isCustom in interface SProfileEntrypublic long getIndex()
getIndex in interface SProfileEntrypublic void setIndex(long index)
public String getName()
getName in interface SProfileEntrypublic void setName(String name)
public String getDescription()
getDescription in interface SProfileEntrypublic void setDescription(String description)
public String getType()
getType in interface SProfileEntrypublic void setType(String type)
public String getPage()
getPage in interface SProfileEntrypublic void setPage(String page)
Copyright © 2019 Bonitasoft S.A.. All rights reserved.