public void translateToMap() {
   if (PDGetIn != null) {
     PDGetIn.resetFlags(true, true);
     addInput(
         "PrepaymentDistribution",
         PrepaymentDistributionObjectKeyHelper.toMap(
                 PDGetIn, new HashMap(), "PrepaymentDistributionObjectKeyData")
             .get("PrepaymentDistributionObjectKeyData"));
   }
 }
 public void translateFromMap() {
   PDGetIn = PrepaymentDistributionObjectKeyHelper.fromMap(inputMap, "PrepaymentDistribution");
 }