public void translateToMap() {
   if (noOpIn != null) {
     noOpIn.resetFlags(true, true);
     addInput(
         "CtcContentType",
         CtcContentTypeObjectHelper.toMap(noOpIn, new HashMap(), "CtcContentType")
             .get("CtcContentType"));
   }
 }
 public void translateFromMap() {
   noOpIn = CtcContentTypeObjectHelper.fromMap(inputMap, "CtcContentType");
 }