package M3::ServerView::FindJobEntry; use strict; use warnings; use base qw(M3::ServerView::Entry); # Build accessors use Object::Tiny qw( no type name id user status change ); 1; __END__ =head1 NAME M3::ServerView::FindJobEntry - Records returned by 'findjob' view. =head1 INTERFACE =head2 ATTRIBUTES The following attributes are available as accessors and are also searchable. Type of value within parenthesis. =over 4 =item no (I) =item type (I) =item name (I) =item id (I) =item user (I) =item status (I) =item change (I) =back =cut