public class SCategoryImpl extends Object implements org.bonitasoft.engine.core.category.model.SCategory
| Constructor and Description |
|---|
SCategoryImpl() |
SCategoryImpl(org.bonitasoft.engine.core.category.model.SCategory category) |
SCategoryImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCreationDate() |
long |
getCreator() |
String |
getDescription() |
String |
getDiscriminator() |
long |
getId() |
long |
getLastUpdateDate() |
String |
getName() |
long |
getTenantId() |
int |
hashCode() |
void |
setCreationDate(long creationDate) |
void |
setCreator(long creator) |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setLastUpdateDate(long lastUpdateDate) |
void |
setName(String name) |
void |
setTenantId(long tenantId) |
String |
toString() |
public SCategoryImpl()
public SCategoryImpl(String name)
public SCategoryImpl(org.bonitasoft.engine.core.category.model.SCategory category)
public long getTenantId()
public void setId(long id)
setId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic void setName(String name)
public void setDescription(String description)
public void setCreator(long creator)
public void setCreationDate(long creationDate)
public void setLastUpdateDate(long lastUpdateDate)
public void setTenantId(long tenantId)
setTenantId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getId()
getId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic String getDiscriminator()
getDiscriminator in interface org.bonitasoft.engine.persistence.PersistentObjectpublic String getName()
getName in interface org.bonitasoft.engine.core.category.model.SCategorypublic String getDescription()
getDescription in interface org.bonitasoft.engine.core.category.model.SCategorypublic long getCreator()
getCreator in interface org.bonitasoft.engine.core.category.model.SCategorypublic long getCreationDate()
getCreationDate in interface org.bonitasoft.engine.core.category.model.SCategorypublic long getLastUpdateDate()
getLastUpdateDate in interface org.bonitasoft.engine.core.category.model.SCategoryCopyright © 2014 Bonitasoft S.A.. All rights reserved.