DateTime? get createdDate { return _createdDate; }
@protected set createdDate(newValue) { _createdDate = newValue; }