Hi Kevin,
1) no - just put it in the plugin folder and it will be available.
Setup ensures its tests run and is available.
2) - if I remember correctly - you would do
$cnt = $myobject-
>getCount(array(array('color','=','red'),array('user','=','5')));
just like any normal POG method.
-Mark