public void setActiveViewCpm(String activeViewCpm) {
   this.activeViewCpm = BigDecimalUtil.parseFromNumberStringPercentage(activeViewCpm);
 }