Help for this page
my $id = $obj->setID(); # return current _id
my $new_id = $obj->setID( 42 ); # updates and returns new _id 42 # or just: $obj->setID( 42 );