| M3-ServerView documentation | Contained in the M3-ServerView distribution. |
M3::ServerView::FindJobEntry - Records returned by 'findjob' view.
The following attributes are available as accessors and are also searchable. Type of value within parenthesis.
| M3-ServerView documentation | Contained in the M3-ServerView distribution. |
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__