Problem/Motivation
$node->created->value is a bit cumbersome.
Proposed resolution
$node->getCreated() would be nicer.
Remaining tasks
Now extrapolate this to each property.
User interface changes
N/A
API changes
API addition. Actual getter methods.
Related Issues
None yet