public class SProfileImpl extends Object implements org.bonitasoft.engine.profile.model.SProfile
| Constructor and Description |
|---|
SProfileImpl() |
SProfileImpl(org.bonitasoft.engine.profile.model.SProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCreatedBy() |
long |
getCreationDate() |
String |
getDescription() |
String |
getDiscriminator() |
long |
getId() |
long |
getLastUpdateDate() |
long |
getLastUpdatedBy() |
String |
getName() |
long |
getTenantId() |
int |
hashCode() |
boolean |
isDefault() |
void |
setCreatedBy(long createdBy) |
void |
setCreationDate(long creationDate) |
void |
setDefault(boolean isDefault) |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setLastUpdateDate(long lastUpdateDate) |
void |
setLastUpdatedBy(long lastUpdatedBy) |
void |
setName(String name) |
void |
setTenantId(long tenantId) |
public SProfileImpl()
public SProfileImpl(org.bonitasoft.engine.profile.model.SProfile profile)
public String getDiscriminator()
getDiscriminator in interface org.bonitasoft.engine.persistence.PersistentObjectpublic 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 boolean isDefault()
isDefault in interface org.bonitasoft.engine.profile.model.SProfilepublic void setDefault(boolean isDefault)
public String getName()
getName in interface org.bonitasoft.engine.profile.model.SProfilepublic void setName(String name)
public String getDescription()
getDescription in interface org.bonitasoft.engine.profile.model.SProfilepublic void setDescription(String description)
public long getCreationDate()
getCreationDate in interface org.bonitasoft.engine.profile.model.SProfilepublic void setCreationDate(long creationDate)
public long getCreatedBy()
getCreatedBy in interface org.bonitasoft.engine.profile.model.SProfilepublic void setCreatedBy(long createdBy)
public long getLastUpdateDate()
getLastUpdateDate in interface org.bonitasoft.engine.profile.model.SProfilepublic void setLastUpdateDate(long lastUpdateDate)
public long getLastUpdatedBy()
getLastUpdatedBy in interface org.bonitasoft.engine.profile.model.SProfilepublic void setLastUpdatedBy(long lastUpdatedBy)
Copyright © 2017 Bonitasoft S.A.. All rights reserved.