public AlertConditionBaselineCategoryComposite(
int cid, AlertConditionCategory ccategory, String cname, String ccomparator, Double cthreshold, String coption, Integer triggerId,
Integer scheduleId, Integer baselineId,
Double minValue, Double meanValue, Double maxValue, DataType dataType) {
super(new AlertCondition(cid, ccategory, cname, ccomparator, cthreshold, coption, triggerId),
scheduleId, dataType);
this.baselineId = baselineId;
this.minValue = minValue;
this.meanValue = meanValue;
this.maxValue = maxValue;