public class SPlatformImpl extends Object implements org.bonitasoft.engine.platform.model.SPlatform
| Constructor and Description |
|---|
SPlatformImpl(String version,
String previousVersion,
String initialVersion,
String createdBy,
long created) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreated() |
String |
getCreatedBy() |
String |
getDiscriminator() |
long |
getId() |
String |
getInitialVersion() |
String |
getPreviousVersion() |
long |
getTenantId() |
String |
getVersion() |
void |
setCreated(long created) |
void |
setCreatedBy(String createdBy) |
void |
setId(long id) |
void |
setInitialVersion(String initialVersion) |
void |
setPreviousVersion(String previousVersion) |
void |
setTenantId(long tenantId) |
void |
setVersion(String version) |
String |
toString() |
public 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 long getCreated()
getCreated in interface org.bonitasoft.engine.platform.model.SPlatformpublic void setCreated(long created)
public String getCreatedBy()
getCreatedBy in interface org.bonitasoft.engine.platform.model.SPlatformpublic void setCreatedBy(String createdBy)
public String getInitialVersion()
getInitialVersion in interface org.bonitasoft.engine.platform.model.SPlatformpublic void setInitialVersion(String initialVersion)
public String getPreviousVersion()
getPreviousVersion in interface org.bonitasoft.engine.platform.model.SPlatformpublic void setPreviousVersion(String previousVersion)
public String getVersion()
getVersion in interface org.bonitasoft.engine.platform.model.SPlatformpublic void setVersion(String version)
public String getDiscriminator()
getDiscriminator in interface org.bonitasoft.engine.persistence.PersistentObjectCopyright © 2015 Bonitasoft S.A.. All rights reserved.