home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Multimedija / shufflr.air / ShufflrClient.swf / scripts / com / facebook / data / pages / PageInfoData.as < prev   
Encoding:
Text File  |  2010-06-23  |  17.8 KB  |  592 lines

  1. package com.facebook.data.pages
  2. {
  3.    import com.facebook.data.FacebookLocation;
  4.    import flash.events.EventDispatcher;
  5.    import mx.events.PropertyChangeEvent;
  6.    
  7.    public class PageInfoData extends EventDispatcher
  8.    {
  9.       private var _485238799hometown:String;
  10.       
  11.       private var _3575610type:String;
  12.       
  13.       private var _1405038154awards:String;
  14.       
  15.       private var _99469071hours:String;
  16.       
  17.       private var _1635870290directed_by:String;
  18.       
  19.       private var _1224335515website:String;
  20.       
  21.       private var _1768882106pic_large:String;
  22.       
  23.       private var _2002886397has_added_app:Boolean;
  24.       
  25.       private var _578385717pic_big:String;
  26.       
  27.       private var _1817326876plot_outline:String;
  28.       
  29.       private var _1214494066pic_square:String;
  30.       
  31.       private var _697920873schedule:String;
  32.       
  33.       private var _1965855514release_date:String;
  34.       
  35.       private var _97544bio:String;
  36.       
  37.       private var _1774829598influences:String;
  38.       
  39.       private var _2116416122record_label:String;
  40.       
  41.       private var _1843485230network:String;
  42.       
  43.       private var _3373707name:String;
  44.       
  45.       private var _1762076142pic_small:String;
  46.       
  47.       private var _68251919band_members:String;
  48.       
  49.       private var _1316747138starring:String;
  50.       
  51.       private var _1901043637location:FacebookLocation;
  52.       
  53.       private var _906335517season:String;
  54.       
  55.       private var _674640991founded:String;
  56.       
  57.       private var _803548981page_id:Number;
  58.       
  59.       private var _915840763company_overview:String;
  60.       
  61.       private var _98240899genre:String;
  62.       
  63.       private var _891901482studio:String;
  64.       
  65.       private var _1505017102produced_by:String;
  66.       
  67.       private var _1003761308products:String;
  68.       
  69.       private var _1069449612mission:String;
  70.       
  71.       private var _201317249written_by:String;
  72.       
  73.       public function PageInfoData()
  74.       {
  75.          super();
  76.       }
  77.       
  78.       public function set starring(param1:String) : void
  79.       {
  80.          var _loc2_:Object = this._1316747138starring;
  81.          if(_loc2_ !== param1)
  82.          {
  83.             this._1316747138starring = param1;
  84.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"starring",_loc2_,param1));
  85.          }
  86.       }
  87.       
  88.       [Bindable(event="propertyChange")]
  89.       public function get season() : String
  90.       {
  91.          return this._906335517season;
  92.       }
  93.       
  94.       [Bindable(event="propertyChange")]
  95.       public function get bio() : String
  96.       {
  97.          return this._97544bio;
  98.       }
  99.       
  100.       public function set record_label(param1:String) : void
  101.       {
  102.          var _loc2_:Object = this._2116416122record_label;
  103.          if(_loc2_ !== param1)
  104.          {
  105.             this._2116416122record_label = param1;
  106.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"record_label",_loc2_,param1));
  107.          }
  108.       }
  109.       
  110.       public function set genre(param1:String) : void
  111.       {
  112.          var _loc2_:Object = this._98240899genre;
  113.          if(_loc2_ !== param1)
  114.          {
  115.             this._98240899genre = param1;
  116.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"genre",_loc2_,param1));
  117.          }
  118.       }
  119.       
  120.       [Bindable(event="propertyChange")]
  121.       public function get hours() : String
  122.       {
  123.          return this._99469071hours;
  124.       }
  125.       
  126.       [Bindable(event="propertyChange")]
  127.       public function get pic_small() : String
  128.       {
  129.          return this._1762076142pic_small;
  130.       }
  131.       
  132.       public function set bio(param1:String) : void
  133.       {
  134.          var _loc2_:Object = this._97544bio;
  135.          if(_loc2_ !== param1)
  136.          {
  137.             this._97544bio = param1;
  138.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"bio",_loc2_,param1));
  139.          }
  140.       }
  141.       
  142.       public function set hours(param1:String) : void
  143.       {
  144.          var _loc2_:Object = this._99469071hours;
  145.          if(_loc2_ !== param1)
  146.          {
  147.             this._99469071hours = param1;
  148.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"hours",_loc2_,param1));
  149.          }
  150.       }
  151.       
  152.       public function set mission(param1:String) : void
  153.       {
  154.          var _loc2_:Object = this._1069449612mission;
  155.          if(_loc2_ !== param1)
  156.          {
  157.             this._1069449612mission = param1;
  158.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"mission",_loc2_,param1));
  159.          }
  160.       }
  161.       
  162.       public function set pic_small(param1:String) : void
  163.       {
  164.          var _loc2_:Object = this._1762076142pic_small;
  165.          if(_loc2_ !== param1)
  166.          {
  167.             this._1762076142pic_small = param1;
  168.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"pic_small",_loc2_,param1));
  169.          }
  170.       }
  171.       
  172.       public function set name(param1:String) : void
  173.       {
  174.          var _loc2_:Object = this._3373707name;
  175.          if(_loc2_ !== param1)
  176.          {
  177.             this._3373707name = param1;
  178.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"name",_loc2_,param1));
  179.          }
  180.       }
  181.       
  182.       [Bindable(event="propertyChange")]
  183.       public function get band_members() : String
  184.       {
  185.          return this._68251919band_members;
  186.       }
  187.       
  188.       public function set band_members(param1:String) : void
  189.       {
  190.          var _loc2_:Object = this._68251919band_members;
  191.          if(_loc2_ !== param1)
  192.          {
  193.             this._68251919band_members = param1;
  194.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"band_members",_loc2_,param1));
  195.          }
  196.       }
  197.       
  198.       [Bindable(event="propertyChange")]
  199.       public function get network() : String
  200.       {
  201.          return this._1843485230network;
  202.       }
  203.       
  204.       public function set website(param1:String) : void
  205.       {
  206.          var _loc2_:Object = this._1224335515website;
  207.          if(_loc2_ !== param1)
  208.          {
  209.             this._1224335515website = param1;
  210.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"website",_loc2_,param1));
  211.          }
  212.       }
  213.       
  214.       [Bindable(event="propertyChange")]
  215.       public function get type() : String
  216.       {
  217.          return this._3575610type;
  218.       }
  219.       
  220.       public function set influences(param1:String) : void
  221.       {
  222.          var _loc2_:Object = this._1774829598influences;
  223.          if(_loc2_ !== param1)
  224.          {
  225.             this._1774829598influences = param1;
  226.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"influences",_loc2_,param1));
  227.          }
  228.       }
  229.       
  230.       public function set schedule(param1:String) : void
  231.       {
  232.          var _loc2_:Object = this._697920873schedule;
  233.          if(_loc2_ !== param1)
  234.          {
  235.             this._697920873schedule = param1;
  236.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"schedule",_loc2_,param1));
  237.          }
  238.       }
  239.       
  240.       [Bindable(event="propertyChange")]
  241.       public function get influences() : String
  242.       {
  243.          return this._1774829598influences;
  244.       }
  245.       
  246.       public function set founded(param1:String) : void
  247.       {
  248.          var _loc2_:Object = this._674640991founded;
  249.          if(_loc2_ !== param1)
  250.          {
  251.             this._674640991founded = param1;
  252.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"founded",_loc2_,param1));
  253.          }
  254.       }
  255.       
  256.       [Bindable(event="propertyChange")]
  257.       public function get pic_large() : String
  258.       {
  259.          return this._1768882106pic_large;
  260.       }
  261.       
  262.       public function set directed_by(param1:String) : void
  263.       {
  264.          var _loc2_:Object = this._1635870290directed_by;
  265.          if(_loc2_ !== param1)
  266.          {
  267.             this._1635870290directed_by = param1;
  268.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"directed_by",_loc2_,param1));
  269.          }
  270.       }
  271.       
  272.       public function set network(param1:String) : void
  273.       {
  274.          var _loc2_:Object = this._1843485230network;
  275.          if(_loc2_ !== param1)
  276.          {
  277.             this._1843485230network = param1;
  278.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"network",_loc2_,param1));
  279.          }
  280.       }
  281.       
  282.       [Bindable(event="propertyChange")]
  283.       public function get products() : String
  284.       {
  285.          return this._1003761308products;
  286.       }
  287.       
  288.       public function set location(param1:FacebookLocation) : void
  289.       {
  290.          var _loc2_:Object = this._1901043637location;
  291.          if(_loc2_ !== param1)
  292.          {
  293.             this._1901043637location = param1;
  294.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"location",_loc2_,param1));
  295.          }
  296.       }
  297.       
  298.       [Bindable(event="propertyChange")]
  299.       public function get pic_square() : String
  300.       {
  301.          return this._1214494066pic_square;
  302.       }
  303.       
  304.       public function set awards(param1:String) : void
  305.       {
  306.          var _loc2_:Object = this._1405038154awards;
  307.          if(_loc2_ !== param1)
  308.          {
  309.             this._1405038154awards = param1;
  310.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"awards",_loc2_,param1));
  311.          }
  312.       }
  313.       
  314.       public function set type(param1:String) : void
  315.       {
  316.          var _loc2_:Object = this._3575610type;
  317.          if(_loc2_ !== param1)
  318.          {
  319.             this._3575610type = param1;
  320.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"type",_loc2_,param1));
  321.          }
  322.       }
  323.       
  324.       [Bindable(event="propertyChange")]
  325.       public function get written_by() : String
  326.       {
  327.          return this._201317249written_by;
  328.       }
  329.       
  330.       [Bindable(event="propertyChange")]
  331.       public function get starring() : String
  332.       {
  333.          return this._1316747138starring;
  334.       }
  335.       
  336.       [Bindable(event="propertyChange")]
  337.       public function get genre() : String
  338.       {
  339.          return this._98240899genre;
  340.       }
  341.       
  342.       public function set pic_large(param1:String) : void
  343.       {
  344.          var _loc2_:Object = this._1768882106pic_large;
  345.          if(_loc2_ !== param1)
  346.          {
  347.             this._1768882106pic_large = param1;
  348.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"pic_large",_loc2_,param1));
  349.          }
  350.       }
  351.       
  352.       [Bindable(event="propertyChange")]
  353.       public function get mission() : String
  354.       {
  355.          return this._1069449612mission;
  356.       }
  357.       
  358.       public function set page_id(param1:Number) : void
  359.       {
  360.          var _loc2_:Object = this._803548981page_id;
  361.          if(_loc2_ !== param1)
  362.          {
  363.             this._803548981page_id = param1;
  364.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"page_id",_loc2_,param1));
  365.          }
  366.       }
  367.       
  368.       [Bindable(event="propertyChange")]
  369.       public function get schedule() : String
  370.       {
  371.          return this._697920873schedule;
  372.       }
  373.       
  374.       [Bindable(event="propertyChange")]
  375.       public function get name() : String
  376.       {
  377.          return this._3373707name;
  378.       }
  379.       
  380.       [Bindable(event="propertyChange")]
  381.       public function get website() : String
  382.       {
  383.          return this._1224335515website;
  384.       }
  385.       
  386.       public function set pic_big(param1:String) : void
  387.       {
  388.          var _loc2_:Object = this._578385717pic_big;
  389.          if(_loc2_ !== param1)
  390.          {
  391.             this._578385717pic_big = param1;
  392.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"pic_big",_loc2_,param1));
  393.          }
  394.       }
  395.       
  396.       [Bindable(event="propertyChange")]
  397.       public function get record_label() : String
  398.       {
  399.          return this._2116416122record_label;
  400.       }
  401.       
  402.       [Bindable(event="propertyChange")]
  403.       public function get founded() : String
  404.       {
  405.          return this._674640991founded;
  406.       }
  407.       
  408.       [Bindable(event="propertyChange")]
  409.       public function get directed_by() : String
  410.       {
  411.          return this._1635870290directed_by;
  412.       }
  413.       
  414.       [Bindable(event="propertyChange")]
  415.       public function get location() : FacebookLocation
  416.       {
  417.          return this._1901043637location;
  418.       }
  419.       
  420.       public function set studio(param1:String) : void
  421.       {
  422.          var _loc2_:Object = this._891901482studio;
  423.          if(_loc2_ !== param1)
  424.          {
  425.             this._891901482studio = param1;
  426.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"studio",_loc2_,param1));
  427.          }
  428.       }
  429.       
  430.       [Bindable(event="propertyChange")]
  431.       public function get awards() : String
  432.       {
  433.          return this._1405038154awards;
  434.       }
  435.       
  436.       public function set season(param1:String) : void
  437.       {
  438.          var _loc2_:Object = this._906335517season;
  439.          if(_loc2_ !== param1)
  440.          {
  441.             this._906335517season = param1;
  442.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"season",_loc2_,param1));
  443.          }
  444.       }
  445.       
  446.       [Bindable(event="propertyChange")]
  447.       public function get page_id() : Number
  448.       {
  449.          return this._803548981page_id;
  450.       }
  451.       
  452.       public function set release_date(param1:String) : void
  453.       {
  454.          var _loc2_:Object = this._1965855514release_date;
  455.          if(_loc2_ !== param1)
  456.          {
  457.             this._1965855514release_date = param1;
  458.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"release_date",_loc2_,param1));
  459.          }
  460.       }
  461.       
  462.       public function set products(param1:String) : void
  463.       {
  464.          var _loc2_:Object = this._1003761308products;
  465.          if(_loc2_ !== param1)
  466.          {
  467.             this._1003761308products = param1;
  468.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"products",_loc2_,param1));
  469.          }
  470.       }
  471.       
  472.       public function set plot_outline(param1:String) : void
  473.       {
  474.          var _loc2_:Object = this._1817326876plot_outline;
  475.          if(_loc2_ !== param1)
  476.          {
  477.             this._1817326876plot_outline = param1;
  478.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"plot_outline",_loc2_,param1));
  479.          }
  480.       }
  481.       
  482.       [Bindable(event="propertyChange")]
  483.       public function get studio() : String
  484.       {
  485.          return this._891901482studio;
  486.       }
  487.       
  488.       [Bindable(event="propertyChange")]
  489.       public function get pic_big() : String
  490.       {
  491.          return this._578385717pic_big;
  492.       }
  493.       
  494.       public function set pic_square(param1:String) : void
  495.       {
  496.          var _loc2_:Object = this._1214494066pic_square;
  497.          if(_loc2_ !== param1)
  498.          {
  499.             this._1214494066pic_square = param1;
  500.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"pic_square",_loc2_,param1));
  501.          }
  502.       }
  503.       
  504.       [Bindable(event="propertyChange")]
  505.       public function get release_date() : String
  506.       {
  507.          return this._1965855514release_date;
  508.       }
  509.       
  510.       public function set hometown(param1:String) : void
  511.       {
  512.          var _loc2_:Object = this._485238799hometown;
  513.          if(_loc2_ !== param1)
  514.          {
  515.             this._485238799hometown = param1;
  516.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"hometown",_loc2_,param1));
  517.          }
  518.       }
  519.       
  520.       public function set produced_by(param1:String) : void
  521.       {
  522.          var _loc2_:Object = this._1505017102produced_by;
  523.          if(_loc2_ !== param1)
  524.          {
  525.             this._1505017102produced_by = param1;
  526.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"produced_by",_loc2_,param1));
  527.          }
  528.       }
  529.       
  530.       [Bindable(event="propertyChange")]
  531.       public function get hometown() : String
  532.       {
  533.          return this._485238799hometown;
  534.       }
  535.       
  536.       [Bindable(event="propertyChange")]
  537.       public function get produced_by() : String
  538.       {
  539.          return this._1505017102produced_by;
  540.       }
  541.       
  542.       [Bindable(event="propertyChange")]
  543.       public function get plot_outline() : String
  544.       {
  545.          return this._1817326876plot_outline;
  546.       }
  547.       
  548.       public function set company_overview(param1:String) : void
  549.       {
  550.          var _loc2_:Object = this._915840763company_overview;
  551.          if(_loc2_ !== param1)
  552.          {
  553.             this._915840763company_overview = param1;
  554.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"company_overview",_loc2_,param1));
  555.          }
  556.       }
  557.       
  558.       public function set has_added_app(param1:Boolean) : void
  559.       {
  560.          var _loc2_:Object = this._2002886397has_added_app;
  561.          if(_loc2_ !== param1)
  562.          {
  563.             this._2002886397has_added_app = param1;
  564.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"has_added_app",_loc2_,param1));
  565.          }
  566.       }
  567.       
  568.       [Bindable(event="propertyChange")]
  569.       public function get company_overview() : String
  570.       {
  571.          return this._915840763company_overview;
  572.       }
  573.       
  574.       [Bindable(event="propertyChange")]
  575.       public function get has_added_app() : Boolean
  576.       {
  577.          return this._2002886397has_added_app;
  578.       }
  579.       
  580.       public function set written_by(param1:String) : void
  581.       {
  582.          var _loc2_:Object = this._201317249written_by;
  583.          if(_loc2_ !== param1)
  584.          {
  585.             this._201317249written_by = param1;
  586.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"written_by",_loc2_,param1));
  587.          }
  588.       }
  589.    }
  590. }
  591.  
  592.