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

  1. package com.facebook.data.users
  2. {
  3.    import com.facebook.data.FacebookData;
  4.    import com.facebook.data.FacebookLocation;
  5.    import mx.events.PropertyChangeEvent;
  6.    
  7.    public class FacebookUser extends FacebookData
  8.    {
  9.       private var _160985414first_name:String = "";
  10.       
  11.       private var _1194426210hs_info:String;
  12.       
  13.       private var _1458126743pic_small_with_logo:String;
  14.       
  15.       private var _113766sex:String;
  16.       
  17.       private var _2076227591timezone:int;
  18.       
  19.       private var _883056542meeting_sex:Array;
  20.       
  21.       private var _213573361pic_with_logo:String;
  22.       
  23.       private var _578385717pic_big:String;
  24.       
  25.       private var _883068731meeting_for:Array;
  26.       
  27.       private var _948399753quotes:String;
  28.       
  29.       private var _2013122196last_name:String = "";
  30.       
  31.       private var _1391670531education_history:Array;
  32.       
  33.       private var _178029017profile_url:String;
  34.       
  35.       private var _2082876945notes_count:int;
  36.       
  37.       private var _1807033469affiliations:Array;
  38.       
  39.       private var _1068259517movies:String;
  40.       
  41.       private var _1678075120pic_big_with_logo:String;
  42.       
  43.       private var _547435215religion:String;
  44.       
  45.       private var _1762076142pic_small:String;
  46.       
  47.       private var _1341293220hs1_name:String;
  48.       
  49.       private var _432843422is_app_user:Boolean;
  50.       
  51.       private var _1168278276isLoggedInUser:Boolean;
  52.       
  53.       private var _1126443963current_location:FacebookLocation;
  54.       
  55.       private var _1369922371hs2_name:String;
  56.       
  57.       private var _776713425networkAffiliations:Array;
  58.       
  59.       private var _2002886397has_added_app:Boolean;
  60.       
  61.       private var _104263205music:String;
  62.       
  63.       private var _2512963hometown_location:FacebookLocation;
  64.       
  65.       private var _2025166887relationship_status:String;
  66.       
  67.       private var _1214494066pic_square:String;
  68.       
  69.       private var _1209746477hs2_id:int;
  70.       
  71.       private var _1069376125birthday:String;
  72.       
  73.       private var _3714tv:String;
  74.       
  75.       private var _1478774426work_history:Array;
  76.       
  77.       private var _1413913325profile_update_time:Date;
  78.       
  79.       private var _1097462182locale:String;
  80.       
  81.       private var _103846849email_hashes:Array;
  82.       
  83.       private var _892481550status:StatusData;
  84.       
  85.       private var _3373707name:String = "";
  86.       
  87.       private var _1182884599pic_square_with_logo:String;
  88.       
  89.       private var _115792uid:String;
  90.       
  91.       private var _1209776268hs1_id:int;
  92.       
  93.       private var _210452739political:String;
  94.       
  95.       private var _110986pic:String;
  96.       
  97.       private var _172288934proxied_email:String;
  98.       
  99.       private var _1524435058grad_year:String;
  100.       
  101.       private var _1332014026significant_other_id:int;
  102.       
  103.       private var _2048605165activities:String;
  104.       
  105.       private var _2059518005birthdayDate:Date;
  106.       
  107.       private var _93921962books:String;
  108.       
  109.       private var _2013968806wall_count:int;
  110.       
  111.       private var _1619363722about_me:String;
  112.       
  113.       private var _502611593interests:String;
  114.       
  115.       public function FacebookUser()
  116.       {
  117.          super();
  118.       }
  119.       
  120.       [Bindable(event="propertyChange")]
  121.       public function get timezone() : int
  122.       {
  123.          return this._2076227591timezone;
  124.       }
  125.       
  126.       public function set education_history(param1:Array) : void
  127.       {
  128.          var _loc2_:Object = this._1391670531education_history;
  129.          if(_loc2_ !== param1)
  130.          {
  131.             this._1391670531education_history = param1;
  132.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"education_history",_loc2_,param1));
  133.          }
  134.       }
  135.       
  136.       public function set has_added_app(param1:Boolean) : void
  137.       {
  138.          var _loc2_:Object = this._2002886397has_added_app;
  139.          if(_loc2_ !== param1)
  140.          {
  141.             this._2002886397has_added_app = param1;
  142.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"has_added_app",_loc2_,param1));
  143.          }
  144.       }
  145.       
  146.       [Bindable(event="propertyChange")]
  147.       public function get pic_small() : String
  148.       {
  149.          return this._1762076142pic_small;
  150.       }
  151.       
  152.       [Bindable(event="propertyChange")]
  153.       public function get notes_count() : int
  154.       {
  155.          return this._2082876945notes_count;
  156.       }
  157.       
  158.       public function set pic_big_with_logo(param1:String) : void
  159.       {
  160.          var _loc2_:Object = this._1678075120pic_big_with_logo;
  161.          if(_loc2_ !== param1)
  162.          {
  163.             this._1678075120pic_big_with_logo = param1;
  164.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"pic_big_with_logo",_loc2_,param1));
  165.          }
  166.       }
  167.       
  168.       public function set pic_small(param1:String) : void
  169.       {
  170.          var _loc2_:Object = this._1762076142pic_small;
  171.          if(_loc2_ !== param1)
  172.          {
  173.             this._1762076142pic_small = param1;
  174.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"pic_small",_loc2_,param1));
  175.          }
  176.       }
  177.       
  178.       [Bindable(event="propertyChange")]
  179.       public function get music() : String
  180.       {
  181.          return this._104263205music;
  182.       }
  183.       
  184.       public function set notes_count(param1:int) : void
  185.       {
  186.          var _loc2_:Object = this._2082876945notes_count;
  187.          if(_loc2_ !== param1)
  188.          {
  189.             this._2082876945notes_count = param1;
  190.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"notes_count",_loc2_,param1));
  191.          }
  192.       }
  193.       
  194.       public function set pic_with_logo(param1:String) : void
  195.       {
  196.          var _loc2_:Object = this._213573361pic_with_logo;
  197.          if(_loc2_ !== param1)
  198.          {
  199.             this._213573361pic_with_logo = param1;
  200.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"pic_with_logo",_loc2_,param1));
  201.          }
  202.       }
  203.       
  204.       [Bindable(event="propertyChange")]
  205.       public function get significant_other_id() : int
  206.       {
  207.          return this._1332014026significant_other_id;
  208.       }
  209.       
  210.       [Bindable(event="propertyChange")]
  211.       public function get email_hashes() : Array
  212.       {
  213.          return this._103846849email_hashes;
  214.       }
  215.       
  216.       [Bindable(event="propertyChange")]
  217.       public function get hometown_location() : FacebookLocation
  218.       {
  219.          return this._2512963hometown_location;
  220.       }
  221.       
  222.       public function set music(param1:String) : void
  223.       {
  224.          var _loc2_:Object = this._104263205music;
  225.          if(_loc2_ !== param1)
  226.          {
  227.             this._104263205music = param1;
  228.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"music",_loc2_,param1));
  229.          }
  230.       }
  231.       
  232.       [Bindable(event="propertyChange")]
  233.       public function get uid() : String
  234.       {
  235.          return this._115792uid;
  236.       }
  237.       
  238.       [Bindable(event="propertyChange")]
  239.       public function get wall_count() : int
  240.       {
  241.          return this._2013968806wall_count;
  242.       }
  243.       
  244.       [Bindable(event="propertyChange")]
  245.       public function get proxied_email() : String
  246.       {
  247.          return this._172288934proxied_email;
  248.       }
  249.       
  250.       public function set religion(param1:String) : void
  251.       {
  252.          var _loc2_:Object = this._547435215religion;
  253.          if(_loc2_ !== param1)
  254.          {
  255.             this._547435215religion = param1;
  256.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"religion",_loc2_,param1));
  257.          }
  258.       }
  259.       
  260.       [Bindable(event="propertyChange")]
  261.       public function get sex() : String
  262.       {
  263.          return this._113766sex;
  264.       }
  265.       
  266.       public function set significant_other_id(param1:int) : void
  267.       {
  268.          var _loc2_:Object = this._1332014026significant_other_id;
  269.          if(_loc2_ !== param1)
  270.          {
  271.             this._1332014026significant_other_id = param1;
  272.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"significant_other_id",_loc2_,param1));
  273.          }
  274.       }
  275.       
  276.       [Bindable(event="propertyChange")]
  277.       public function get meeting_sex() : Array
  278.       {
  279.          return this._883056542meeting_sex;
  280.       }
  281.       
  282.       [Bindable(event="propertyChange")]
  283.       public function get locale() : String
  284.       {
  285.          return this._1097462182locale;
  286.       }
  287.       
  288.       [Bindable(event="propertyChange")]
  289.       public function get birthday() : String
  290.       {
  291.          return this._1069376125birthday;
  292.       }
  293.       
  294.       [Bindable(event="propertyChange")]
  295.       public function get tv() : String
  296.       {
  297.          return this._3714tv;
  298.       }
  299.       
  300.       public function set email_hashes(param1:Array) : void
  301.       {
  302.          var _loc2_:Object = this._103846849email_hashes;
  303.          if(_loc2_ !== param1)
  304.          {
  305.             this._103846849email_hashes = param1;
  306.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"email_hashes",_loc2_,param1));
  307.          }
  308.       }
  309.       
  310.       [Bindable(event="propertyChange")]
  311.       public function get interests() : String
  312.       {
  313.          return this._502611593interests;
  314.       }
  315.       
  316.       [Bindable(event="propertyChange")]
  317.       public function get name() : String
  318.       {
  319.          return this._3373707name;
  320.       }
  321.       
  322.       public function set movies(param1:String) : void
  323.       {
  324.          var _loc2_:Object = this._1068259517movies;
  325.          if(_loc2_ !== param1)
  326.          {
  327.             this._1068259517movies = param1;
  328.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"movies",_loc2_,param1));
  329.          }
  330.       }
  331.       
  332.       [Bindable(event="propertyChange")]
  333.       public function get last_name() : String
  334.       {
  335.          return this._2013122196last_name;
  336.       }
  337.       
  338.       [Bindable(event="propertyChange")]
  339.       public function get is_app_user() : Boolean
  340.       {
  341.          return this._432843422is_app_user;
  342.       }
  343.       
  344.       [Bindable(event="propertyChange")]
  345.       public function get hs1_name() : String
  346.       {
  347.          return this._1341293220hs1_name;
  348.       }
  349.       
  350.       public function set uid(param1:String) : void
  351.       {
  352.          var _loc2_:Object = this._115792uid;
  353.          if(_loc2_ !== param1)
  354.          {
  355.             this._115792uid = param1;
  356.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"uid",_loc2_,param1));
  357.          }
  358.       }
  359.       
  360.       public function set hometown_location(param1:FacebookLocation) : void
  361.       {
  362.          var _loc2_:Object = this._2512963hometown_location;
  363.          if(_loc2_ !== param1)
  364.          {
  365.             this._2512963hometown_location = param1;
  366.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"hometown_location",_loc2_,param1));
  367.          }
  368.       }
  369.       
  370.       public function set hs2_name(param1:String) : void
  371.       {
  372.          var _loc2_:Object = this._1369922371hs2_name;
  373.          if(_loc2_ !== param1)
  374.          {
  375.             this._1369922371hs2_name = param1;
  376.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"hs2_name",_loc2_,param1));
  377.          }
  378.       }
  379.       
  380.       public function set wall_count(param1:int) : void
  381.       {
  382.          var _loc2_:Object = this._2013968806wall_count;
  383.          if(_loc2_ !== param1)
  384.          {
  385.             this._2013968806wall_count = param1;
  386.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"wall_count",_loc2_,param1));
  387.          }
  388.       }
  389.       
  390.       [Bindable(event="propertyChange")]
  391.       public function get books() : String
  392.       {
  393.          return this._93921962books;
  394.       }
  395.       
  396.       [Bindable(event="propertyChange")]
  397.       public function get first_name() : String
  398.       {
  399.          return this._160985414first_name;
  400.       }
  401.       
  402.       public function set proxied_email(param1:String) : void
  403.       {
  404.          var _loc2_:Object = this._172288934proxied_email;
  405.          if(_loc2_ !== param1)
  406.          {
  407.             this._172288934proxied_email = param1;
  408.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"proxied_email",_loc2_,param1));
  409.          }
  410.       }
  411.       
  412.       public function set locale(param1:String) : void
  413.       {
  414.          var _loc2_:Object = this._1097462182locale;
  415.          if(_loc2_ !== param1)
  416.          {
  417.             this._1097462182locale = param1;
  418.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"locale",_loc2_,param1));
  419.          }
  420.       }
  421.       
  422.       public function set meeting_sex(param1:Array) : void
  423.       {
  424.          var _loc2_:Object = this._883056542meeting_sex;
  425.          if(_loc2_ !== param1)
  426.          {
  427.             this._883056542meeting_sex = param1;
  428.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"meeting_sex",_loc2_,param1));
  429.          }
  430.       }
  431.       
  432.       [Bindable(event="propertyChange")]
  433.       public function get meeting_for() : Array
  434.       {
  435.          return this._883068731meeting_for;
  436.       }
  437.       
  438.       [Bindable(event="propertyChange")]
  439.       public function get pic_big() : String
  440.       {
  441.          return this._578385717pic_big;
  442.       }
  443.       
  444.       public function set work_history(param1:Array) : void
  445.       {
  446.          var _loc2_:Object = this._1478774426work_history;
  447.          if(_loc2_ !== param1)
  448.          {
  449.             this._1478774426work_history = param1;
  450.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"work_history",_loc2_,param1));
  451.          }
  452.       }
  453.       
  454.       [Bindable(event="propertyChange")]
  455.       public function get networkAffiliations() : Array
  456.       {
  457.          return this._776713425networkAffiliations;
  458.       }
  459.       
  460.       public function set sex(param1:String) : void
  461.       {
  462.          var _loc2_:Object = this._113766sex;
  463.          if(_loc2_ !== param1)
  464.          {
  465.             this._113766sex = param1;
  466.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"sex",_loc2_,param1));
  467.          }
  468.       }
  469.       
  470.       public function set pic_square(param1:String) : void
  471.       {
  472.          var _loc2_:Object = this._1214494066pic_square;
  473.          if(_loc2_ !== param1)
  474.          {
  475.             this._1214494066pic_square = param1;
  476.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"pic_square",_loc2_,param1));
  477.          }
  478.       }
  479.       
  480.       public function set hs_info(param1:String) : void
  481.       {
  482.          var _loc2_:Object = this._1194426210hs_info;
  483.          if(_loc2_ !== param1)
  484.          {
  485.             this._1194426210hs_info = param1;
  486.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"hs_info",_loc2_,param1));
  487.          }
  488.       }
  489.       
  490.       public function set hs1_id(param1:int) : void
  491.       {
  492.          var _loc2_:Object = this._1209776268hs1_id;
  493.          if(_loc2_ !== param1)
  494.          {
  495.             this._1209776268hs1_id = param1;
  496.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"hs1_id",_loc2_,param1));
  497.          }
  498.       }
  499.       
  500.       [Bindable(event="propertyChange")]
  501.       public function get profile_update_time() : Date
  502.       {
  503.          return this._1413913325profile_update_time;
  504.       }
  505.       
  506.       public function set quotes(param1:String) : void
  507.       {
  508.          var _loc2_:Object = this._948399753quotes;
  509.          if(_loc2_ !== param1)
  510.          {
  511.             this._948399753quotes = param1;
  512.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"quotes",_loc2_,param1));
  513.          }
  514.       }
  515.       
  516.       [Bindable(event="propertyChange")]
  517.       public function get pic_square_with_logo() : String
  518.       {
  519.          return this._1182884599pic_square_with_logo;
  520.       }
  521.       
  522.       public function set birthday(param1:String) : void
  523.       {
  524.          var _loc2_:Object = this._1069376125birthday;
  525.          if(_loc2_ !== param1)
  526.          {
  527.             this._1069376125birthday = param1;
  528.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"birthday",_loc2_,param1));
  529.          }
  530.       }
  531.       
  532.       [Bindable(event="propertyChange")]
  533.       public function get isLoggedInUser() : Boolean
  534.       {
  535.          return this._1168278276isLoggedInUser;
  536.       }
  537.       
  538.       [Bindable(event="propertyChange")]
  539.       public function get political() : String
  540.       {
  541.          return this._210452739political;
  542.       }
  543.       
  544.       public function set tv(param1:String) : void
  545.       {
  546.          var _loc2_:Object = this._3714tv;
  547.          if(_loc2_ !== param1)
  548.          {
  549.             this._3714tv = param1;
  550.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"tv",_loc2_,param1));
  551.          }
  552.       }
  553.       
  554.       public function set affiliations(param1:Array) : void
  555.       {
  556.          var _loc2_:Object = this._1807033469affiliations;
  557.          if(_loc2_ !== param1)
  558.          {
  559.             this._1807033469affiliations = param1;
  560.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"affiliations",_loc2_,param1));
  561.          }
  562.       }
  563.       
  564.       [Bindable(event="propertyChange")]
  565.       public function get education_history() : Array
  566.       {
  567.          return this._1391670531education_history;
  568.       }
  569.       
  570.       [Bindable(event="propertyChange")]
  571.       public function get pic_with_logo() : String
  572.       {
  573.          return this._213573361pic_with_logo;
  574.       }
  575.       
  576.       public function set interests(param1:String) : void
  577.       {
  578.          var _loc2_:Object = this._502611593interests;
  579.          if(_loc2_ !== param1)
  580.          {
  581.             this._502611593interests = param1;
  582.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"interests",_loc2_,param1));
  583.          }
  584.       }
  585.       
  586.       [Bindable(event="propertyChange")]
  587.       public function get has_added_app() : Boolean
  588.       {
  589.          return this._2002886397has_added_app;
  590.       }
  591.       
  592.       public function set name(param1:String) : void
  593.       {
  594.          var _loc2_:Object = this._3373707name;
  595.          if(_loc2_ !== param1)
  596.          {
  597.             this._3373707name = param1;
  598.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"name",_loc2_,param1));
  599.          }
  600.       }
  601.       
  602.       [Bindable(event="propertyChange")]
  603.       public function get pic_big_with_logo() : String
  604.       {
  605.          return this._1678075120pic_big_with_logo;
  606.       }
  607.       
  608.       public function set pic(param1:String) : void
  609.       {
  610.          var _loc2_:Object = this._110986pic;
  611.          if(_loc2_ !== param1)
  612.          {
  613.             this._110986pic = param1;
  614.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"pic",_loc2_,param1));
  615.          }
  616.       }
  617.       
  618.       public function set last_name(param1:String) : void
  619.       {
  620.          var _loc2_:Object = this._2013122196last_name;
  621.          if(_loc2_ !== param1)
  622.          {
  623.             this._2013122196last_name = param1;
  624.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"last_name",_loc2_,param1));
  625.          }
  626.       }
  627.       
  628.       public function set grad_year(param1:String) : void
  629.       {
  630.          var _loc2_:Object = this._1524435058grad_year;
  631.          if(_loc2_ !== param1)
  632.          {
  633.             this._1524435058grad_year = param1;
  634.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"grad_year",_loc2_,param1));
  635.          }
  636.       }
  637.       
  638.       public function set pic_small_with_logo(param1:String) : void
  639.       {
  640.          var _loc2_:Object = this._1458126743pic_small_with_logo;
  641.          if(_loc2_ !== param1)
  642.          {
  643.             this._1458126743pic_small_with_logo = param1;
  644.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"pic_small_with_logo",_loc2_,param1));
  645.          }
  646.       }
  647.       
  648.       [Bindable(event="propertyChange")]
  649.       public function get religion() : String
  650.       {
  651.          return this._547435215religion;
  652.       }
  653.       
  654.       public function set is_app_user(param1:Boolean) : void
  655.       {
  656.          var _loc2_:Object = this._432843422is_app_user;
  657.          if(_loc2_ !== param1)
  658.          {
  659.             this._432843422is_app_user = param1;
  660.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"is_app_user",_loc2_,param1));
  661.          }
  662.       }
  663.       
  664.       public function set about_me(param1:String) : void
  665.       {
  666.          var _loc2_:Object = this._1619363722about_me;
  667.          if(_loc2_ !== param1)
  668.          {
  669.             this._1619363722about_me = param1;
  670.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"about_me",_loc2_,param1));
  671.          }
  672.       }
  673.       
  674.       public function set hs1_name(param1:String) : void
  675.       {
  676.          var _loc2_:Object = this._1341293220hs1_name;
  677.          if(_loc2_ !== param1)
  678.          {
  679.             this._1341293220hs1_name = param1;
  680.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"hs1_name",_loc2_,param1));
  681.          }
  682.       }
  683.       
  684.       [Bindable(event="propertyChange")]
  685.       public function get movies() : String
  686.       {
  687.          return this._1068259517movies;
  688.       }
  689.       
  690.       [Bindable(event="propertyChange")]
  691.       public function get hs2_name() : String
  692.       {
  693.          return this._1369922371hs2_name;
  694.       }
  695.       
  696.       public function set books(param1:String) : void
  697.       {
  698.          var _loc2_:Object = this._93921962books;
  699.          if(_loc2_ !== param1)
  700.          {
  701.             this._93921962books = param1;
  702.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"books",_loc2_,param1));
  703.          }
  704.       }
  705.       
  706.       [Bindable(event="propertyChange")]
  707.       public function get work_history() : Array
  708.       {
  709.          return this._1478774426work_history;
  710.       }
  711.       
  712.       [Bindable(event="propertyChange")]
  713.       public function get hs_info() : String
  714.       {
  715.          return this._1194426210hs_info;
  716.       }
  717.       
  718.       [Bindable(event="propertyChange")]
  719.       public function get pic_square() : String
  720.       {
  721.          return this._1214494066pic_square;
  722.       }
  723.       
  724.       public function set first_name(param1:String) : void
  725.       {
  726.          var _loc2_:Object = this._160985414first_name;
  727.          if(_loc2_ !== param1)
  728.          {
  729.             this._160985414first_name = param1;
  730.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"first_name",_loc2_,param1));
  731.          }
  732.       }
  733.       
  734.       public function set current_location(param1:FacebookLocation) : void
  735.       {
  736.          var _loc2_:Object = this._1126443963current_location;
  737.          if(_loc2_ !== param1)
  738.          {
  739.             this._1126443963current_location = param1;
  740.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"current_location",_loc2_,param1));
  741.          }
  742.       }
  743.       
  744.       [Bindable(event="propertyChange")]
  745.       public function get hs1_id() : int
  746.       {
  747.          return this._1209776268hs1_id;
  748.       }
  749.       
  750.       [Bindable(event="propertyChange")]
  751.       public function get affiliations() : Array
  752.       {
  753.          return this._1807033469affiliations;
  754.       }
  755.       
  756.       [Bindable(event="propertyChange")]
  757.       public function get quotes() : String
  758.       {
  759.          return this._948399753quotes;
  760.       }
  761.       
  762.       [Bindable(event="propertyChange")]
  763.       public function get grad_year() : String
  764.       {
  765.          return this._1524435058grad_year;
  766.       }
  767.       
  768.       [Bindable(event="propertyChange")]
  769.       public function get pic_small_with_logo() : String
  770.       {
  771.          return this._1458126743pic_small_with_logo;
  772.       }
  773.       
  774.       [Bindable(event="propertyChange")]
  775.       public function get pic() : String
  776.       {
  777.          return this._110986pic;
  778.       }
  779.       
  780.       public function set pic_big(param1:String) : void
  781.       {
  782.          var _loc2_:Object = this._578385717pic_big;
  783.          if(_loc2_ !== param1)
  784.          {
  785.             this._578385717pic_big = param1;
  786.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"pic_big",_loc2_,param1));
  787.          }
  788.       }
  789.       
  790.       public function set networkAffiliations(param1:Array) : void
  791.       {
  792.          var _loc2_:Object = this._776713425networkAffiliations;
  793.          if(_loc2_ !== param1)
  794.          {
  795.             this._776713425networkAffiliations = param1;
  796.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"networkAffiliations",_loc2_,param1));
  797.          }
  798.       }
  799.       
  800.       public function set birthdayDate(param1:Date) : void
  801.       {
  802.          var _loc2_:Object = this._2059518005birthdayDate;
  803.          if(_loc2_ !== param1)
  804.          {
  805.             this._2059518005birthdayDate = param1;
  806.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"birthdayDate",_loc2_,param1));
  807.          }
  808.       }
  809.       
  810.       public function set hs2_id(param1:int) : void
  811.       {
  812.          var _loc2_:Object = this._1209746477hs2_id;
  813.          if(_loc2_ !== param1)
  814.          {
  815.             this._1209746477hs2_id = param1;
  816.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"hs2_id",_loc2_,param1));
  817.          }
  818.       }
  819.       
  820.       [Bindable(event="propertyChange")]
  821.       public function get about_me() : String
  822.       {
  823.          return this._1619363722about_me;
  824.       }
  825.       
  826.       public function set relationship_status(param1:String) : void
  827.       {
  828.          var _loc2_:Object = this._2025166887relationship_status;
  829.          if(_loc2_ !== param1)
  830.          {
  831.             this._2025166887relationship_status = param1;
  832.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"relationship_status",_loc2_,param1));
  833.          }
  834.       }
  835.       
  836.       public function set meeting_for(param1:Array) : void
  837.       {
  838.          var _loc2_:Object = this._883068731meeting_for;
  839.          if(_loc2_ !== param1)
  840.          {
  841.             this._883068731meeting_for = param1;
  842.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"meeting_for",_loc2_,param1));
  843.          }
  844.       }
  845.       
  846.       public function set profile_url(param1:String) : void
  847.       {
  848.          var _loc2_:Object = this._178029017profile_url;
  849.          if(_loc2_ !== param1)
  850.          {
  851.             this._178029017profile_url = param1;
  852.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"profile_url",_loc2_,param1));
  853.          }
  854.       }
  855.       
  856.       [Bindable(event="propertyChange")]
  857.       public function get current_location() : FacebookLocation
  858.       {
  859.          return this._1126443963current_location;
  860.       }
  861.       
  862.       [Bindable(event="propertyChange")]
  863.       public function get birthdayDate() : Date
  864.       {
  865.          return this._2059518005birthdayDate;
  866.       }
  867.       
  868.       [Bindable(event="propertyChange")]
  869.       public function get hs2_id() : int
  870.       {
  871.          return this._1209746477hs2_id;
  872.       }
  873.       
  874.       [Bindable(event="propertyChange")]
  875.       public function get relationship_status() : String
  876.       {
  877.          return this._2025166887relationship_status;
  878.       }
  879.       
  880.       public function set profile_update_time(param1:Date) : void
  881.       {
  882.          var _loc2_:Object = this._1413913325profile_update_time;
  883.          if(_loc2_ !== param1)
  884.          {
  885.             this._1413913325profile_update_time = param1;
  886.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"profile_update_time",_loc2_,param1));
  887.          }
  888.       }
  889.       
  890.       [Bindable(event="propertyChange")]
  891.       public function get profile_url() : String
  892.       {
  893.          return this._178029017profile_url;
  894.       }
  895.       
  896.       public function set activities(param1:String) : void
  897.       {
  898.          var _loc2_:Object = this._2048605165activities;
  899.          if(_loc2_ !== param1)
  900.          {
  901.             this._2048605165activities = param1;
  902.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"activities",_loc2_,param1));
  903.          }
  904.       }
  905.       
  906.       public function set status(param1:StatusData) : void
  907.       {
  908.          var _loc2_:Object = this._892481550status;
  909.          if(_loc2_ !== param1)
  910.          {
  911.             this._892481550status = param1;
  912.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"status",_loc2_,param1));
  913.          }
  914.       }
  915.       
  916.       [Bindable(event="propertyChange")]
  917.       public function get activities() : String
  918.       {
  919.          return this._2048605165activities;
  920.       }
  921.       
  922.       public function set pic_square_with_logo(param1:String) : void
  923.       {
  924.          var _loc2_:Object = this._1182884599pic_square_with_logo;
  925.          if(_loc2_ !== param1)
  926.          {
  927.             this._1182884599pic_square_with_logo = param1;
  928.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"pic_square_with_logo",_loc2_,param1));
  929.          }
  930.       }
  931.       
  932.       public function set timezone(param1:int) : void
  933.       {
  934.          var _loc2_:Object = this._2076227591timezone;
  935.          if(_loc2_ !== param1)
  936.          {
  937.             this._2076227591timezone = param1;
  938.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"timezone",_loc2_,param1));
  939.          }
  940.       }
  941.       
  942.       public function set isLoggedInUser(param1:Boolean) : void
  943.       {
  944.          var _loc2_:Object = this._1168278276isLoggedInUser;
  945.          if(_loc2_ !== param1)
  946.          {
  947.             this._1168278276isLoggedInUser = param1;
  948.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"isLoggedInUser",_loc2_,param1));
  949.          }
  950.       }
  951.       
  952.       [Bindable(event="propertyChange")]
  953.       public function get status() : StatusData
  954.       {
  955.          return this._892481550status;
  956.       }
  957.       
  958.       public function set political(param1:String) : void
  959.       {
  960.          var _loc2_:Object = this._210452739political;
  961.          if(_loc2_ !== param1)
  962.          {
  963.             this._210452739political = param1;
  964.             this.dispatchEvent(PropertyChangeEvent.createUpdateEvent(this,"political",_loc2_,param1));
  965.          }
  966.       }
  967.    }
  968. }
  969.  
  970.