Unable to fetch hard parameter from algorithm spot.
package com.splwg.cm.domain.algorithm;
import java.text.ParseException;
import java.util.*;
import java.text.SimpleDateFormat;
import com.splwg.base.api.Query;
import com.splwg.base.api.QueryResultRow;
import com.splwg.base.api.datatypes.Date;
import com.splwg.base.api.datatypes.Money;
import com.splwg.ccb.api.lookup.ServiceAgreementStatusLookup;
import com.splwg.ccb.domain.adjustment.adjustment.entity.Adjustment;
import com.splwg.ccb.domain.admin.adjustmentType.algorithm.generate.CustomCommonData;
import com.splwg.ccb.domain.admin.adjustmentType.algorithm.generate.GenerateAdjustmentAlgorithmSpot;
import com.splwg.ccb.domain.admin.adjustmentType.entity.AdjustmentType;
import com.splwg.ccb.domain.admin.billFactor.entity.BillFactor;
import com.splwg.ccb.domain.admin.billFactor.entity.BillFactor_Id;