get(); } protected function toObject($value) { if(!is_array($value)) { return NULL; } $object = new AmzFulfillment_Entity_Options(); $object->setByArray($value); return $object; } protected function toValue($object) { return $object->getAsArray(); } protected function defaultObject() { return new AmzFulfillment_Entity_Options(); } }