doc/book/en/devrepo/entityclasses/data-as-objects.rst
changeset 8483 4ba11607d84a
parent 5893 4469f85ace9f
child 8492 8ec7cc28b501
--- a/doc/book/en/devrepo/entityclasses/data-as-objects.rst	Tue Jul 17 17:16:28 2012 +0200
+++ b/doc/book/en/devrepo/entityclasses/data-as-objects.rst	Tue Jul 17 12:24:46 2012 +0200
@@ -47,16 +47,13 @@
   related to the current entity by the relation given in parameter
   and satisfying its constraints
 
-* `set_attributes(**kwargs)`, updates the attributes list with the corresponding
-  values given named parameters
+* :meth:`cw_set(**kwargs)`, updates entity's attributes and/or relation with the
+  corresponding values given named parameters. To set a relation where this
+  entity is the object of the relation, use `reverse_<relation>` as argument
+  name.  Values may be an entity, a list of entities, or None (meaning that all
+  relations of the given type from or to this object should be deleted).
 
-* `set_relations(**kwargs)`, add relations to the given object. To
-  set a relation where this entity is the object of the relation,
-  use `reverse_<relation>` as argument name.  Values may be an
-  entity, a list of entities, or None (meaning that all relations of
-  the given type from or to this object should be deleted).
-
-* `copy_relations(ceid)`, copies the relations of the entities having the eid
+* :meth:`copy_relations(ceid)`, copies the relations of the entities having the eid
   given in the parameters on the current entity
 
 * `delete()` allows to delete the entity