public abstract class AbstractChartDescription
extends com.haulmont.cuba.core.entity.BaseUuidEntity
Constructor and Description |
---|
AbstractChartDescription(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
static AbstractChartDescription |
fromJsonString(java.lang.String jsonString) |
java.lang.String |
getCustomJsonConfig() |
java.lang.Boolean |
getShowLegend() |
ChartType |
getType() |
void |
setCustomJsonConfig(java.lang.String customJsonConfig) |
void |
setShowLegend(java.lang.Boolean showLegend) |
static java.lang.String |
toJsonString(AbstractChartDescription chartDescription) |
_persistence_get, _persistence_new, _persistence_post_clone, _persistence_set, getId, getUuid, setId, setUuid
equals, getDynamicAttributes, getMetaClass, getValue, hashCode, setDynamicAttributes, setValue, toString
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getHref, _persistence_getId, _persistence_getLinks, _persistence_getPropertyChangeListener, _persistence_getRelationships, _persistence_getSession, _persistence_isAttributeFetched, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setHref, _persistence_setId, _persistence_setLinks, _persistence_setPropertyChangeListener, _persistence_setRelationships, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, addPropertyChangeListener, getInstanceName, getValueEx, getValueEx, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueEx
@Nullable public static AbstractChartDescription fromJsonString(java.lang.String jsonString)
public static java.lang.String toJsonString(AbstractChartDescription chartDescription)
public ChartType getType()
public java.lang.Boolean getShowLegend()
public void setShowLegend(java.lang.Boolean showLegend)
public void setCustomJsonConfig(java.lang.String customJsonConfig)
public java.lang.String getCustomJsonConfig()