Package noiseOneBand
Class OneBandAlarmParameters
java.lang.Object
noiseOneBand.OneBandAlarmParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class OneBandAlarmParameters
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a classint
void
setReturnedMeasure
(int returnedMeasure)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
OneBandAlarmParameters
public OneBandAlarmParameters()
-
-
Method Details
-
clone
-
getReturnedMeasure
public int getReturnedMeasure()- Returns:
- the returnedMeasure
-
setReturnedMeasure
public void setReturnedMeasure(int returnedMeasure) - Parameters:
returnedMeasure
- the returnedMeasure to set
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-