-
public class WaterfallBean
-
-
Constructor Summary
Constructors Constructor Description WaterfallBean(float waterfall_value, int segment_value)
-
Method Summary
Modifier and Type Method Description floatgetWaterfallValue()voidsetWaterfallValue(float waterfall_value)intgetSegmentValue()voidsetSegmentValue(int segment_value)-
-
Method Detail
-
getWaterfallValue
float getWaterfallValue()
-
setWaterfallValue
void setWaterfallValue(float waterfall_value)
-
getSegmentValue
int getSegmentValue()
-
setSegmentValue
void setSegmentValue(int segment_value)
-
-
-
-