return newModel;
}
public static Object translateInputLFRollupRule(BaseModel<?> oldModel) {
LFRollupRuleClp oldClpModel = (LFRollupRuleClp) oldModel;
BaseModel<?> newModel = oldClpModel.getLFRollupRuleRemoteModel();
newModel.setModelAttributes(oldClpModel.getModelAttributes());
return newModel;
}