|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectconvertDXSingleDoubleSpeed.DXDoubleSpeed
public class DXDoubleSpeed
This class represents a cooling coil from type "DXDoubleSpeed".
Constructor Summary | |
---|---|
DXDoubleSpeed()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DXDoubleSpeed()
Method Detail |
---|
public void setFoundDXCoilPerformances(java.util.ArrayList<DXCoilPerformance> tmpDXCoilPerformances)
foundDXCoilPerformances
- 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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |