home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Multimedija / shufflr.air / ShufflrClient.swf / scripts / com / facebook / data / stream / StreamStoryData.as < prev    next >
Encoding:
Text File  |  2010-06-23  |  12.9 KB  |  422 lines

  1. package com.facebook.data.stream
  2. {
  3.    import flash.events.Event;
  4.    import flash.events.EventDispatcher;
  5.    import flash.events.IEventDispatcher;
  6.    import mx.events.PropertyChangeEvent;
  7.    
  8.    public class StreamStoryData implements IEventDispatcher
  9.    {
  10.       private var _1650554971actor_id:String;
  11.       
  12.       private var _954925063message:String;
  13.       
  14.       private var _3575610type:uint;
  15.       
  16.       private var _314498168privacy:String;
  17.       
  18.       private var _753448353is_hidden:Boolean;
  19.       
  20.       private var _1698410561source_id:String;
  21.       
  22.       private var _668433131permalink:String;
  23.       
  24.       private var _bindingEventDispatcher:EventDispatcher = new EventDispatcher(IEventDispatcher(this));
  25.       
  26.       private var _1963501277attachment:AttachmentData;
  27.       
  28.       private var _815576439target_id:String;
  29.       
  30.       private var _2003148228created_time:Date;
  31.       
  32.       private var _1698418180sourceXML:XML;
  33.       
  34.       private var _1411074055app_id:String;
  35.       
  36.       private var _391211750post_id:String;
  37.       
  38.       private var _602415628comments:CommentsData;
  39.       
  40.       private var _102974396likes:LikesData;
  41.       
  42.       private var _450004177metadata:Object;
  43.       
  44.       private var _309882753attribution:String;
  45.       
  46.       private var _472881199updated_time:Date;
  47.       
  48.       private var _1552737000filter_key:String;
  49.       
  50.       private var _1843998832action_links:Array;
  51.       
  52.       private var _1567543704viewer_id:String;
  53.       
  54.       public function StreamStoryData()
  55.       {
  56.          super();
  57.       }
  58.       
  59.       public function set attribution(param1:String) : void
  60.       {
  61.          var _loc2_:Object = this._309882753attribution;
  62.          if(_loc2_ !== param1)
  63.          {
  64.             this._309882753attribution = param1;
  65.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"attribution",_loc2_,param1));
  66.          }
  67.       }
  68.       
  69.       [Bindable(event="propertyChange")]
  70.       public function get message() : String
  71.       {
  72.          return this._954925063message;
  73.       }
  74.       
  75.       public function set created_time(param1:Date) : void
  76.       {
  77.          var _loc2_:Object = this._2003148228created_time;
  78.          if(_loc2_ !== param1)
  79.          {
  80.             this._2003148228created_time = param1;
  81.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"created_time",_loc2_,param1));
  82.          }
  83.       }
  84.       
  85.       [Bindable(event="propertyChange")]
  86.       public function get target_id() : String
  87.       {
  88.          return this._815576439target_id;
  89.       }
  90.       
  91.       [Bindable(event="propertyChange")]
  92.       public function get sourceXML() : XML
  93.       {
  94.          return this._1698418180sourceXML;
  95.       }
  96.       
  97.       [Bindable(event="propertyChange")]
  98.       public function get privacy() : String
  99.       {
  100.          return this._314498168privacy;
  101.       }
  102.       
  103.       public function set target_id(param1:String) : void
  104.       {
  105.          var _loc2_:Object = this._815576439target_id;
  106.          if(_loc2_ !== param1)
  107.          {
  108.             this._815576439target_id = param1;
  109.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"target_id",_loc2_,param1));
  110.          }
  111.       }
  112.       
  113.       public function set message(param1:String) : void
  114.       {
  115.          var _loc2_:Object = this._954925063message;
  116.          if(_loc2_ !== param1)
  117.          {
  118.             this._954925063message = param1;
  119.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"message",_loc2_,param1));
  120.          }
  121.       }
  122.       
  123.       [Bindable(event="propertyChange")]
  124.       public function get filter_key() : String
  125.       {
  126.          return this._1552737000filter_key;
  127.       }
  128.       
  129.       [Bindable(event="propertyChange")]
  130.       public function get post_id() : String
  131.       {
  132.          return this._391211750post_id;
  133.       }
  134.       
  135.       public function willTrigger(param1:String) : Boolean
  136.       {
  137.          return this._bindingEventDispatcher.willTrigger(param1);
  138.       }
  139.       
  140.       [Bindable(event="propertyChange")]
  141.       public function get comments() : CommentsData
  142.       {
  143.          return this._602415628comments;
  144.       }
  145.       
  146.       [Bindable(event="propertyChange")]
  147.       public function get actor_id() : String
  148.       {
  149.          return this._1650554971actor_id;
  150.       }
  151.       
  152.       public function set privacy(param1:String) : void
  153.       {
  154.          var _loc2_:Object = this._314498168privacy;
  155.          if(_loc2_ !== param1)
  156.          {
  157.             this._314498168privacy = param1;
  158.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"privacy",_loc2_,param1));
  159.          }
  160.       }
  161.       
  162.       [Bindable(event="propertyChange")]
  163.       public function get attachment() : AttachmentData
  164.       {
  165.          return this._1963501277attachment;
  166.       }
  167.       
  168.       public function hasEventListener(param1:String) : Boolean
  169.       {
  170.          return this._bindingEventDispatcher.hasEventListener(param1);
  171.       }
  172.       
  173.       [Bindable(event="propertyChange")]
  174.       public function get metadata() : Object
  175.       {
  176.          return this._450004177metadata;
  177.       }
  178.       
  179.       public function set filter_key(param1:String) : void
  180.       {
  181.          var _loc2_:Object = this._1552737000filter_key;
  182.          if(_loc2_ !== param1)
  183.          {
  184.             this._1552737000filter_key = param1;
  185.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"filter_key",_loc2_,param1));
  186.          }
  187.       }
  188.       
  189.       public function set updated_time(param1:Date) : void
  190.       {
  191.          var _loc2_:Object = this._472881199updated_time;
  192.          if(_loc2_ !== param1)
  193.          {
  194.             this._472881199updated_time = param1;
  195.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"updated_time",_loc2_,param1));
  196.          }
  197.       }
  198.       
  199.       public function set post_id(param1:String) : void
  200.       {
  201.          var _loc2_:Object = this._391211750post_id;
  202.          if(_loc2_ !== param1)
  203.          {
  204.             this._391211750post_id = param1;
  205.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"post_id",_loc2_,param1));
  206.          }
  207.       }
  208.       
  209.       [Bindable(event="propertyChange")]
  210.       public function get type() : uint
  211.       {
  212.          return this._3575610type;
  213.       }
  214.       
  215.       [Bindable(event="propertyChange")]
  216.       public function get likes() : LikesData
  217.       {
  218.          return this._102974396likes;
  219.       }
  220.       
  221.       [Bindable(event="propertyChange")]
  222.       public function get source_id() : String
  223.       {
  224.          return this._1698410561source_id;
  225.       }
  226.       
  227.       public function dispatchEvent(param1:Event) : Boolean
  228.       {
  229.          return this._bindingEventDispatcher.dispatchEvent(param1);
  230.       }
  231.       
  232.       [Bindable(event="propertyChange")]
  233.       public function get created_time() : Date
  234.       {
  235.          return this._2003148228created_time;
  236.       }
  237.       
  238.       public function set actor_id(param1:String) : void
  239.       {
  240.          var _loc2_:Object = this._1650554971actor_id;
  241.          if(_loc2_ !== param1)
  242.          {
  243.             this._1650554971actor_id = param1;
  244.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"actor_id",_loc2_,param1));
  245.          }
  246.       }
  247.       
  248.       public function set sourceXML(param1:XML) : void
  249.       {
  250.          var _loc2_:Object = this._1698418180sourceXML;
  251.          if(_loc2_ !== param1)
  252.          {
  253.             this._1698418180sourceXML = param1;
  254.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"sourceXML",_loc2_,param1));
  255.          }
  256.       }
  257.       
  258.       public function set viewer_id(param1:String) : void
  259.       {
  260.          var _loc2_:Object = this._1567543704viewer_id;
  261.          if(_loc2_ !== param1)
  262.          {
  263.             this._1567543704viewer_id = param1;
  264.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"viewer_id",_loc2_,param1));
  265.          }
  266.       }
  267.       
  268.       public function addEventListener(param1:String, param2:Function, param3:Boolean = false, param4:int = 0, param5:Boolean = false) : void
  269.       {
  270.          this._bindingEventDispatcher.addEventListener(param1,param2,param3,param4,param5);
  271.       }
  272.       
  273.       public function set permalink(param1:String) : void
  274.       {
  275.          var _loc2_:Object = this._668433131permalink;
  276.          if(_loc2_ !== param1)
  277.          {
  278.             this._668433131permalink = param1;
  279.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"permalink",_loc2_,param1));
  280.          }
  281.       }
  282.       
  283.       [Bindable(event="propertyChange")]
  284.       public function get updated_time() : Date
  285.       {
  286.          return this._472881199updated_time;
  287.       }
  288.       
  289.       public function removeEventListener(param1:String, param2:Function, param3:Boolean = false) : void
  290.       {
  291.          this._bindingEventDispatcher.removeEventListener(param1,param2,param3);
  292.       }
  293.       
  294.       public function set attachment(param1:AttachmentData) : void
  295.       {
  296.          var _loc2_:Object = this._1963501277attachment;
  297.          if(_loc2_ !== param1)
  298.          {
  299.             this._1963501277attachment = param1;
  300.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"attachment",_loc2_,param1));
  301.          }
  302.       }
  303.       
  304.       public function set is_hidden(param1:Boolean) : void
  305.       {
  306.          var _loc2_:Object = this._753448353is_hidden;
  307.          if(_loc2_ !== param1)
  308.          {
  309.             this._753448353is_hidden = param1;
  310.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"is_hidden",_loc2_,param1));
  311.          }
  312.       }
  313.       
  314.       public function set metadata(param1:Object) : void
  315.       {
  316.          var _loc2_:Object = this._450004177metadata;
  317.          if(_loc2_ !== param1)
  318.          {
  319.             this._450004177metadata = param1;
  320.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"metadata",_loc2_,param1));
  321.          }
  322.       }
  323.       
  324.       [Bindable(event="propertyChange")]
  325.       public function get is_hidden() : Boolean
  326.       {
  327.          return this._753448353is_hidden;
  328.       }
  329.       
  330.       public function set action_links(param1:Array) : void
  331.       {
  332.          var _loc2_:Object = this._1843998832action_links;
  333.          if(_loc2_ !== param1)
  334.          {
  335.             this._1843998832action_links = param1;
  336.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"action_links",_loc2_,param1));
  337.          }
  338.       }
  339.       
  340.       [Bindable(event="propertyChange")]
  341.       public function get permalink() : String
  342.       {
  343.          return this._668433131permalink;
  344.       }
  345.       
  346.       [Bindable(event="propertyChange")]
  347.       public function get viewer_id() : String
  348.       {
  349.          return this._1567543704viewer_id;
  350.       }
  351.       
  352.       [Bindable(event="propertyChange")]
  353.       public function get action_links() : Array
  354.       {
  355.          return this._1843998832action_links;
  356.       }
  357.       
  358.       public function set app_id(param1:String) : void
  359.       {
  360.          var _loc2_:Object = this._1411074055app_id;
  361.          if(_loc2_ !== param1)
  362.          {
  363.             this._1411074055app_id = param1;
  364.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"app_id",_loc2_,param1));
  365.          }
  366.       }
  367.       
  368.       public function set comments(param1:CommentsData) : void
  369.       {
  370.          var _loc2_:Object = this._602415628comments;
  371.          if(_loc2_ !== param1)
  372.          {
  373.             this._602415628comments = param1;
  374.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"comments",_loc2_,param1));
  375.          }
  376.       }
  377.       
  378.       public function set likes(param1:LikesData) : void
  379.       {
  380.          var _loc2_:Object = this._102974396likes;
  381.          if(_loc2_ !== param1)
  382.          {
  383.             this._102974396likes = param1;
  384.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"likes",_loc2_,param1));
  385.          }
  386.       }
  387.       
  388.       [Bindable(event="propertyChange")]
  389.       public function get app_id() : String
  390.       {
  391.          return this._1411074055app_id;
  392.       }
  393.       
  394.       public function set type(param1:uint) : void
  395.       {
  396.          var _loc2_:Object = this._3575610type;
  397.          if(_loc2_ !== param1)
  398.          {
  399.             this._3575610type = param1;
  400.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"type",_loc2_,param1));
  401.          }
  402.       }
  403.       
  404.       public function set source_id(param1:String) : void
  405.       {
  406.          var _loc2_:Object = this._1698410561source_id;
  407.          if(_loc2_ !== param1)
  408.          {
  409.             this._1698410561source_id = param1;
  410.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"source_id",_loc2_,param1));
  411.          }
  412.       }
  413.       
  414.       [Bindable(event="propertyChange")]
  415.       public function get attribution() : String
  416.       {
  417.          return this._309882753attribution;
  418.       }
  419.    }
  420. }
  421.  
  422.