public class SApplicationImpl extends org.bonitasoft.engine.persistence.PersistentObjectId implements SApplication
| Constructor and Description |
|---|
SApplicationImpl() |
SApplicationImpl(String token,
String displayName,
String version,
long creationDate,
long createdBy,
String state,
Long layoutId,
Long themeId) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedBy() |
long |
getCreationDate() |
String |
getDescription() |
String |
getDiscriminator() |
String |
getDisplayName() |
Long |
getHomePageId() |
String |
getIconPath() |
long |
getLastUpdateDate() |
Long |
getLayoutId() |
Long |
getProfileId() |
String |
getState() |
Long |
getThemeId() |
String |
getToken() |
long |
getUpdatedBy() |
String |
getVersion() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setHomePageId(Long homePageId) |
void |
setIconPath(String iconPath) |
void |
setLastUpdateDate(long lastUpdateDate) |
void |
setLayoutId(Long layoutId) |
void |
setProfileId(Long profileId) |
void |
setState(String state) |
void |
setThemeId(Long themeId) |
void |
setToken(String token) |
void |
setUpdatedBy(long updatedBy) |
void |
setVersion(String version) |
String |
toString() |
equals, getId, getTenantId, hashCode, setId, setTenantIdpublic String getDiscriminator()
getDiscriminator in interface org.bonitasoft.engine.persistence.PersistentObjectpublic String getToken()
getToken in interface SApplicationpublic String getDisplayName()
getDisplayName in interface SApplicationpublic String getVersion()
getVersion in interface SApplicationpublic String getDescription()
getDescription in interface SApplicationpublic void setDescription(String description)
public String getIconPath()
getIconPath in interface SApplicationpublic void setIconPath(String iconPath)
public long getCreationDate()
getCreationDate in interface SApplicationpublic long getCreatedBy()
getCreatedBy in interface SApplicationpublic long getLastUpdateDate()
getLastUpdateDate in interface SApplicationpublic long getUpdatedBy()
getUpdatedBy in interface SApplicationpublic String getState()
getState in interface SApplicationpublic Long getHomePageId()
getHomePageId in interface SApplicationpublic void setHomePageId(Long homePageId)
public Long getProfileId()
getProfileId in interface SApplicationpublic Long getLayoutId()
getLayoutId in interface SApplicationpublic Long getThemeId()
getThemeId in interface SApplicationpublic void setProfileId(Long profileId)
public void setToken(String token)
public void setVersion(String version)
public void setLastUpdateDate(long lastUpdateDate)
public void setUpdatedBy(long updatedBy)
public void setState(String state)
public void setDisplayName(String displayName)
public void setLayoutId(Long layoutId)
public void setThemeId(Long themeId)
public String toString()
toString in class org.bonitasoft.engine.persistence.PersistentObjectIdCopyright © 2017 Bonitasoft S.A.. All rights reserved.