public class STenantImpl extends Object implements org.bonitasoft.engine.platform.model.STenant
ACTIVATED, DEACTIVATED, PAUSED| Constructor and Description |
|---|
STenantImpl(String name,
String createdBy,
long created,
String status,
boolean defaultTenant) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreated() |
String |
getCreatedBy() |
String |
getDescription() |
String |
getDiscriminator() |
String |
getIconName() |
String |
getIconPath() |
long |
getId() |
String |
getName() |
String |
getStatus() |
long |
getTenantId() |
boolean |
isDefaultTenant() |
boolean |
isPaused() |
void |
setCreated(long created) |
void |
setCreatedBy(String createdBy) |
void |
setDefaultTenant(boolean defaultTenant) |
void |
setDescription(String description) |
void |
setIconName(String iconName) |
void |
setIconPath(String iconPath) |
void |
setId(long id) |
void |
setName(String name) |
void |
setStatus(String status) |
void |
setTenantId(long tenantId) |
String |
toString() |
public long getTenantId()
public void setTenantId(long tenantId)
setTenantId in interface org.bonitasoft.engine.persistence.PersistentObjectpublic long getCreated()
getCreated in interface org.bonitasoft.engine.platform.model.STenantpublic void setCreated(long created)
public String getCreatedBy()
getCreatedBy in interface org.bonitasoft.engine.platform.model.STenantpublic void setCreatedBy(String createdBy)
public String getDescription()
getDescription in interface org.bonitasoft.engine.platform.model.STenantpublic void setDescription(String description)
public String getName()
getName in interface org.bonitasoft.engine.platform.model.STenantpublic void setName(String name)
public 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 String getStatus()
getStatus in interface org.bonitasoft.engine.platform.model.STenantpublic void setStatus(String status)
public String getIconName()
getIconName in interface org.bonitasoft.engine.platform.model.STenantpublic void setIconName(String iconName)
public String getIconPath()
getIconPath in interface org.bonitasoft.engine.platform.model.STenantpublic void setIconPath(String iconPath)
public boolean isDefaultTenant()
isDefaultTenant in interface org.bonitasoft.engine.platform.model.STenantpublic void setDefaultTenant(boolean defaultTenant)
public boolean isPaused()
isPaused in interface org.bonitasoft.engine.platform.model.STenantCopyright © 2014 Bonitasoft S.A.. All rights reserved.