public void translateToMap() { if (OCCGetIn != null) { OCCGetIn.resetFlags(true, true); addInput( "OwningCostCenter", OwningCostCenterObjectKeyHelper.toMap( OCCGetIn, new HashMap(), "OwningCostCenterObjectKeyData") .get("OwningCostCenterObjectKeyData")); } }
public void translateFromMap() { OCCGetIn = OwningCostCenterObjectKeyHelper.fromMap(inputMap, "OwningCostCenter"); }