public class DXCoilPerformance
extends java.lang.Object
Constructor and Description |
---|
DXCoilPerformance() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ICurve> |
getCurves()
This method gets the curves describing the cooling coil.
|
java.lang.String |
getFraAirFlow()
This method gets the fraction of air flow bypassed around the coil.
|
java.util.ArrayList<java.lang.String> |
getFunctionNames()
This method gets the functions names of the cooling coil.
|
java.lang.String |
getName()
This method gets the name of the cooling coil.
|
java.lang.String |
getRatAirFlowRate()
This method gets the rated air flow of the cooling coil.
|
java.lang.String |
getRatCOP()
This method gets the reference COP of the cooling coil.
|
java.lang.String |
getRatSenHeaRatio()
This method gets the rated sensible heat ratio of the cooling coil.
|
java.lang.String |
getRatTotCooCapacity()
This method gets the rated total cooling capacity of the cooling coil.
|
java.lang.String |
getStringDefinitionOfDXSingleSpeedObject()
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 |
setFraAirFlow(java.lang.String fraAirFlow)
This method sets the fraction of air flow bypassed around the coil.
|
void |
setFunctionNames(java.util.ArrayList<java.lang.String> functionNames)
This method sets the functions names of the cooling coil.
|
void |
setName(java.lang.String name)
This method sets the name of the cooling coil.
|
void |
setRatAirFlowRate(java.lang.String ratAirFlowRate)
This method sets the rated air flow of the cooling coil.
|
void |
setRatCOP(java.lang.String ratCOP)
This method sets the reference COP of the cooling coil.
|
void |
setRatSenHeaRatio(java.lang.String ratSenHeaRatio)
This method sets the rated sensible heat ratio of the cooling coil.
|
void |
setRatTotCooCapacity(java.lang.String ratTotCooCapacity)
This method sets the rated total cooling capacity of the cooling coil.
|
void |
setStringDefinitionOfDXSingleSpeedObject(java.lang.String stringDefinitionOfDXSingleSpeedObject)
This method sets the comments definition of the cooling coil.
|
java.lang.String |
toMoRecordString()
This method is used to convert performance data of dx coils data into a String.
|
public java.lang.String toMoRecordString()
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getRatTotCooCapacity()
public void setRatTotCooCapacity(java.lang.String ratTotCooCapacity)
public java.lang.String getRatSenHeaRatio()
public void setRatSenHeaRatio(java.lang.String ratSenHeaRatio)
public java.lang.String getRatCOP()
public void setRatCOP(java.lang.String ratCOP)
public java.lang.String getRatAirFlowRate()
public void setRatAirFlowRate(java.lang.String ratAirFlowRate)
public java.lang.String getFraAirFlow()
public void setFraAirFlow(java.lang.String fraAirFlow)
public java.util.ArrayList<java.lang.String> getFunctionNames()
public void setFunctionNames(java.util.ArrayList<java.lang.String> functionNames)
public java.util.ArrayList<ICurve> getCurves()
public void setCurves(java.util.ArrayList<ICurve> curves)
public java.lang.String getStringDefinitionOfDXSingleSpeedObject()
public void setStringDefinitionOfDXSingleSpeedObject(java.lang.String stringDefinitionOfDXSingleSpeedObject)