public class SummaryCath_TID3824 extends Template
| Constructor and Description |
|---|
SummaryCath_TID3824(SRTree objTree)
Instantiates a new SummaryCath_TID3824 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setFinding(int[] arrPosition,
EnumCM_CathFindings enumCathFindings)
Sets the value for Finding.
|
void |
setRecommendation(int[] arrPosition,
java.lang.String strRecommendation)
Sets the value for Recommendation
|
void |
setSeverity(int[] arrPosition,
EnumCM_Severity enumSeverity)
Sets the value for Severity.
|
void |
setSummary(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Summary
|
void |
setSummary(int[] arrPosition,
java.lang.String strSummary)
Sets the value for Summary
|
public SummaryCath_TID3824(SRTree objTree)
objTree - Object of SRTree.public void setSummary(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setFinding(int[] arrPosition,
EnumCM_CathFindings enumCathFindings)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCathFindings - Enumerated value for value for Cath Findingspublic void setSeverity(int[] arrPosition,
EnumCM_Severity enumSeverity)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumSeverity - Enumerated value for value for Severitypublic void setSummary(int[] arrPosition,
java.lang.String strSummary)
arrPosition - Identifier which shows the position of the node in the SR Tree.strSummary - String value for Summary.public void setRecommendation(int[] arrPosition,
java.lang.String strRecommendation)
arrPosition - Identifier which shows the position of the node in the SR Tree.strRecommendation - String value for Recommendation.