public class ReportValueFormat
extends com.haulmont.cuba.core.entity.BaseUuidEntity
implements com.haulmont.yarg.structure.ReportFieldFormat
Constructor and Description |
---|
ReportValueFormat() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormat() |
java.lang.String |
getFormatString() |
java.lang.String |
getName() |
Report |
getReport() |
java.lang.String |
getValueName() |
void |
setFormatString(java.lang.String formatString) |
void |
setReport(Report report) |
void |
setValueName(java.lang.String valueName) |
_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, addListener, addPropertyChangeListener, getInstanceName, getValueEx, removeAllListeners, removeListener, removePropertyChangeListener, setValue, setValueEx
public Report getReport()
public void setReport(Report report)
public java.lang.String getValueName()
public void setValueName(java.lang.String valueName)
public java.lang.String getFormatString()
public void setFormatString(java.lang.String formatString)
public java.lang.String getName()
getName
in interface com.haulmont.yarg.structure.ReportFieldFormat
public java.lang.String getFormat()
getFormat
in interface com.haulmont.yarg.structure.ReportFieldFormat