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, setTenantId
public String getDiscriminator()
getDiscriminator
in interface org.bonitasoft.engine.persistence.PersistentObject
public String getToken()
getToken
in interface SApplication
public String getDisplayName()
getDisplayName
in interface SApplication
public String getVersion()
getVersion
in interface SApplication
public String getDescription()
getDescription
in interface SApplication
public void setDescription(String description)
public String getIconPath()
getIconPath
in interface SApplication
public void setIconPath(String iconPath)
public long getCreationDate()
getCreationDate
in interface SApplication
public long getCreatedBy()
getCreatedBy
in interface SApplication
public long getLastUpdateDate()
getLastUpdateDate
in interface SApplication
public long getUpdatedBy()
getUpdatedBy
in interface SApplication
public String getState()
getState
in interface SApplication
public Long getHomePageId()
getHomePageId
in interface SApplication
public void setHomePageId(Long homePageId)
public Long getProfileId()
getProfileId
in interface SApplication
public Long getLayoutId()
getLayoutId
in interface SApplication
public Long getThemeId()
getThemeId
in interface SApplication
public 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.PersistentObjectId
Copyright © 2018 Bonitasoft S.A.. All rights reserved.