Class SampleReportConf
java.lang.Object
org.apache.syncope.fit.core.reference.SampleReportConf
- All Implemented Interfaces:
Serializable
,BaseBean
,ReportConf
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
float
int
long
boolean
void
setBooleanValue
(boolean booleanValue) void
setDoubleValue
(double doubleValue) void
setFloatValue
(float floatValue) void
setIntValue
(int intValue) void
setListValues
(List<String> listValues) void
setLongValue
(long longValue) void
setStringValue
(String stringValue)
-
Constructor Details
-
SampleReportConf
public SampleReportConf()
-
-
Method Details
-
getStringValue
-
setStringValue
-
getIntValue
public int getIntValue() -
setIntValue
public void setIntValue(int intValue) -
getLongValue
public long getLongValue() -
setLongValue
public void setLongValue(long longValue) -
getFloatValue
public float getFloatValue() -
setFloatValue
public void setFloatValue(float floatValue) -
getDoubleValue
public double getDoubleValue() -
setDoubleValue
public void setDoubleValue(double doubleValue) -
isBooleanValue
public boolean isBooleanValue() -
setBooleanValue
public void setBooleanValue(boolean booleanValue) -
getListValues
-
setListValues
-