java.lang.Object |
↳ |
com.microstrategy.web.app.addons.AbstractSaveReportPropertiesAddOn.ReportProperty |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
Title: ReportProperty
Description: Class that represents a report property
Summary
Protected Constructors |
|
ReportProperty(String propName, String propSetName, String prefName)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Protected Constructors
protected
ReportProperty
(String propName, String propSetName, String prefName)
Protected Methods
protected
String
getValue
()
protected
String
mapPreferenceProperty
(String value)
protected
String
mapReportProperty
(String value)
protected
String
mapRequestProperty
(String value)
protected
void
savePreference
()
protected
void
saveReportProperty
()
protected
void
setValue
(String value)
protected
boolean
shouldSavePreference
()