public class DXDoubleSpeed
extends java.lang.Object
Constructor and Description |
---|
DXDoubleSpeed() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ICurve> |
getCurves()
This method gets the curves describing the cooling coil.
|
java.lang.String |
getName()
This method gets the name of the cooling coil.
|
java.lang.String |
getStringDefinitionOfDXDoubleSpeedObject()
This method gets the comments definition of the cooling coil.
|
void |
setCurves(java.util.ArrayList<ICurve> curves)
This method sets the curves describing the cooling coil.
|
void |
setFoundDXCoilPerformances(java.util.ArrayList<DXCoilPerformance> tmpDXCoilPerformances)
This method sets the found dx coils performance in an array.
|
void |
setName(java.lang.String name)
This method sets the name of the cooling coil.
|
void |
setStringDefinitionOfDXDoubleSpeedObject(java.lang.String stringDefinitionOfDXDoubleSpeedObject)
This method sets the comments definition of the cooling coil.
|
java.lang.String |
toMoRecordString()
This method is used to convert single speed dx coils data into a String.
|
public void setFoundDXCoilPerformances(java.util.ArrayList<DXCoilPerformance> tmpDXCoilPerformances)
tmpDXCoilPerformances
- array list of DXCoilPerformances.public java.lang.String toMoRecordString()
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.ArrayList<ICurve> getCurves()
public void setCurves(java.util.ArrayList<ICurve> curves)
public java.lang.String getStringDefinitionOfDXDoubleSpeedObject()
public void setStringDefinitionOfDXDoubleSpeedObject(java.lang.String stringDefinitionOfDXDoubleSpeedObject)