多くのプロパティを持つコアデータ モデル クラス (NSManagedObject のサブクラス) があります。DTO クラスからほぼ同じプロパティを持つコアデータ モデル クラスに値をコピーする場合、BeanUtils.copyProperties などのコピー ユーティリティを使用することをお勧めします。CocoaAPI にそのような便利なクラスがあるかどうかは誰にもわかりません。
"BeanUtils.copyProperties"
Copy the property values of the given source bean into the target bean.
http://docs.spring.io/spring/docs/2.5.6/api/org/springframework/beans/BeanUtils.html#copyProperties(java.lang.Object, java.lang.Object)