After load('id') function in model, we can get data by either model->getData('field_name') or model->getFieldName().
I know that both functions are provided by DataObject class but what I want to know is
- Is there any different between them ?
- What should I use ?