public class SCategoryImpl extends Object implements SCategory
| Constructor and Description |
|---|
SCategoryImpl() |
SCategoryImpl(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(SCategory category)
public long getTenantId()
public void setId(long id)
setId in interface 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 PersistentObjectpublic long getId()
getId in interface PersistentObjectpublic String getDiscriminator()
getDiscriminator in interface PersistentObjectpublic String getDescription()
getDescription in interface SCategorypublic long getCreator()
getCreator in interface SCategorypublic long getCreationDate()
getCreationDate in interface SCategorypublic long getLastUpdateDate()
getLastUpdateDate in interface SCategoryCopyright © 2018 Bonitasoft S.A.. All rights reserved.