line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Yahoo::Marketing::APT::InteractivePharmaceuticalVideoActThree; |
2
|
|
|
|
|
|
|
# Copyright (c) 2010 Yahoo! Inc. All rights reserved. |
3
|
|
|
|
|
|
|
# The copyrights to the contents of this file are licensed under the Perl Artistic License (ver. 15 Aug 1997) |
4
|
|
|
|
|
|
|
|
5
|
1
|
|
|
1
|
|
45178
|
use strict; use warnings; |
|
1
|
|
|
1
|
|
2
|
|
|
1
|
|
|
|
|
37
|
|
|
1
|
|
|
|
|
5
|
|
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
28
|
|
6
|
|
|
|
|
|
|
|
7
|
1
|
|
|
1
|
|
4
|
use base qw/Yahoo::Marketing::ComplexType/; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
944
|
|
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
Yahoo::Marketing::APT::InteractivePharmaceuticalVideoActThree - a data object to represent a InteractivePharmaceuticalVideoActThree. |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=cut |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
sub _user_setable_attributes { |
16
|
|
|
|
|
|
|
return ( qw/ |
17
|
|
|
|
|
|
|
brandingLogoClickUrl |
18
|
|
|
|
|
|
|
brandingLogoFlashCreativeID |
19
|
|
|
|
|
|
|
companyName |
20
|
|
|
|
|
|
|
isiInformation |
21
|
|
|
|
|
|
|
isiUrl |
22
|
|
|
|
|
|
|
playback0Beacons |
23
|
|
|
|
|
|
|
playback100Beacons |
24
|
|
|
|
|
|
|
playback25Beacons |
25
|
|
|
|
|
|
|
playback50Beacons |
26
|
|
|
|
|
|
|
playback75Beacons |
27
|
|
|
|
|
|
|
prescriptionPdfClickUrl |
28
|
|
|
|
|
|
|
sliderButtonFlashCreativeID |
29
|
|
|
|
|
|
|
sliderClickUrl |
30
|
|
|
|
|
|
|
sliderPanelFlashCreativeID |
31
|
|
|
|
|
|
|
videoCreativeID |
32
|
|
|
|
|
|
|
/ ); |
33
|
|
|
|
|
|
|
} |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
sub _read_only_attributes { |
36
|
|
|
|
|
|
|
return ( qw/ |
37
|
|
|
|
|
|
|
/ ); |
38
|
|
|
|
|
|
|
} |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
__PACKAGE__->mk_accessors( __PACKAGE__->_user_setable_attributes, |
41
|
|
|
|
|
|
|
__PACKAGE__->_read_only_attributes |
42
|
|
|
|
|
|
|
); |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
1; |
46
|
|
|
|
|
|
|
=head1 SYNOPSIS |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
See L for documentation of the various data objects. |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
=cut |
52
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
=head1 METHODS |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
=head2 new |
56
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
Creates a new instance |
58
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
=head2 get/set methods |
60
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
=over 8 |
62
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
brandingLogoClickUrl |
64
|
|
|
|
|
|
|
brandingLogoFlashCreativeID |
65
|
|
|
|
|
|
|
companyName |
66
|
|
|
|
|
|
|
isiInformation |
67
|
|
|
|
|
|
|
isiUrl |
68
|
|
|
|
|
|
|
playback0Beacons |
69
|
|
|
|
|
|
|
playback100Beacons |
70
|
|
|
|
|
|
|
playback25Beacons |
71
|
|
|
|
|
|
|
playback50Beacons |
72
|
|
|
|
|
|
|
playback75Beacons |
73
|
|
|
|
|
|
|
prescriptionPdfClickUrl |
74
|
|
|
|
|
|
|
sliderButtonFlashCreativeID |
75
|
|
|
|
|
|
|
sliderClickUrl |
76
|
|
|
|
|
|
|
sliderPanelFlashCreativeID |
77
|
|
|
|
|
|
|
videoCreativeID |
78
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
=back |
80
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
=head2 get (read only) methods |
82
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
=over 8 |
84
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
|
86
|
|
|
|
|
|
|
=back |
87
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
=cut |
89
|
|
|
|
|
|
|
|