Class SampleReportConf
java.lang.Object
org.apache.syncope.fit.core.reference.SampleReportConf
- All Implemented Interfaces:
- Serializable,- BaseBean,- ReportConf
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoublefloatintlongbooleanvoidsetBooleanValue(boolean booleanValue) voidsetDoubleValue(double doubleValue) voidsetFloatValue(float floatValue) voidsetIntValue(int intValue) voidsetListValues(List<String> listValues) voidsetLongValue(long longValue) voidsetStringValue(String stringValue) 
- 
Constructor Details- 
SampleReportConfpublic SampleReportConf()
 
- 
- 
Method Details- 
getStringValue
- 
setStringValue
- 
getIntValuepublic int getIntValue()
- 
setIntValuepublic void setIntValue(int intValue) 
- 
getLongValuepublic long getLongValue()
- 
setLongValuepublic void setLongValue(long longValue) 
- 
getFloatValuepublic float getFloatValue()
- 
setFloatValuepublic void setFloatValue(float floatValue) 
- 
getDoubleValuepublic double getDoubleValue()
- 
setDoubleValuepublic void setDoubleValue(double doubleValue) 
- 
isBooleanValuepublic boolean isBooleanValue()
- 
setBooleanValuepublic void setBooleanValue(boolean booleanValue) 
- 
getListValues
- 
setListValues
 
-