Package uk.ac.gda.beans.exafs
Class Region
java.lang.Object
uk.ac.gda.beans.exafs.Region
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetStep()getTime()inthashCode()booleanvoidvoidvoidvoidsetVariableStep(boolean variableStep) toString(){inheritDoc}
-
Constructor Details
-
Region
public Region()Used for beans -
Region
Testing- Parameters:
args-- Throws:
Exception
-
-
Method Details
-
isVariableStep
public boolean isVariableStep()- Returns:
- the variableStep
-
setVariableStep
public void setVariableStep(boolean variableStep) - Parameters:
variableStep- the variableStep to set
-
getEnergy
- Returns:
- the energy
-
setEnergy
- Parameters:
energy- the energy to set
-
hashCode
public int hashCode() -
equals
-
getStep
- Returns:
- step increment
-
setStep
- Parameters:
step-
-
getTime
- Returns:
- time per point
-
setTime
- Parameters:
time-
-
toString
{inheritDoc}
-