Code Duplication    Length = 88-88 lines in 2 locations

geodirectory-admin/google-api-php-client/src/Google/Service/Plus.php 1 location

@@ 3218-3305 (lines=88) @@
3215
  }
3216
}
3217
3218
class Google_Service_Plus_PersonOrganizations extends Google_Model
3219
{
3220
  protected $internal_gapi_mappings = array(
3221
  );
3222
  public $department;
3223
  public $description;
3224
  public $endDate;
3225
  public $location;
3226
  public $name;
3227
  public $primary;
3228
  public $startDate;
3229
  public $title;
3230
  public $type;
3231
3232
3233
  public function setDepartment($department)
3234
  {
3235
    $this->department = $department;
3236
  }
3237
  public function getDepartment()
3238
  {
3239
    return $this->department;
3240
  }
3241
  public function setDescription($description)
3242
  {
3243
    $this->description = $description;
3244
  }
3245
  public function getDescription()
3246
  {
3247
    return $this->description;
3248
  }
3249
  public function setEndDate($endDate)
3250
  {
3251
    $this->endDate = $endDate;
3252
  }
3253
  public function getEndDate()
3254
  {
3255
    return $this->endDate;
3256
  }
3257
  public function setLocation($location)
3258
  {
3259
    $this->location = $location;
3260
  }
3261
  public function getLocation()
3262
  {
3263
    return $this->location;
3264
  }
3265
  public function setName($name)
3266
  {
3267
    $this->name = $name;
3268
  }
3269
  public function getName()
3270
  {
3271
    return $this->name;
3272
  }
3273
  public function setPrimary($primary)
3274
  {
3275
    $this->primary = $primary;
3276
  }
3277
  public function getPrimary()
3278
  {
3279
    return $this->primary;
3280
  }
3281
  public function setStartDate($startDate)
3282
  {
3283
    $this->startDate = $startDate;
3284
  }
3285
  public function getStartDate()
3286
  {
3287
    return $this->startDate;
3288
  }
3289
  public function setTitle($title)
3290
  {
3291
    $this->title = $title;
3292
  }
3293
  public function getTitle()
3294
  {
3295
    return $this->title;
3296
  }
3297
  public function setType($type)
3298
  {
3299
    $this->type = $type;
3300
  }
3301
  public function getType()
3302
  {
3303
    return $this->type;
3304
  }
3305
}
3306
3307
class Google_Service_Plus_PersonPlacesLived extends Google_Model
3308
{

geodirectory-admin/google-api-php-client/src/Google/Service/PlusDomains.php 1 location

@@ 3388-3475 (lines=88) @@
3385
  }
3386
}
3387
3388
class Google_Service_PlusDomains_PersonOrganizations extends Google_Model
3389
{
3390
  protected $internal_gapi_mappings = array(
3391
  );
3392
  public $department;
3393
  public $description;
3394
  public $endDate;
3395
  public $location;
3396
  public $name;
3397
  public $primary;
3398
  public $startDate;
3399
  public $title;
3400
  public $type;
3401
3402
3403
  public function setDepartment($department)
3404
  {
3405
    $this->department = $department;
3406
  }
3407
  public function getDepartment()
3408
  {
3409
    return $this->department;
3410
  }
3411
  public function setDescription($description)
3412
  {
3413
    $this->description = $description;
3414
  }
3415
  public function getDescription()
3416
  {
3417
    return $this->description;
3418
  }
3419
  public function setEndDate($endDate)
3420
  {
3421
    $this->endDate = $endDate;
3422
  }
3423
  public function getEndDate()
3424
  {
3425
    return $this->endDate;
3426
  }
3427
  public function setLocation($location)
3428
  {
3429
    $this->location = $location;
3430
  }
3431
  public function getLocation()
3432
  {
3433
    return $this->location;
3434
  }
3435
  public function setName($name)
3436
  {
3437
    $this->name = $name;
3438
  }
3439
  public function getName()
3440
  {
3441
    return $this->name;
3442
  }
3443
  public function setPrimary($primary)
3444
  {
3445
    $this->primary = $primary;
3446
  }
3447
  public function getPrimary()
3448
  {
3449
    return $this->primary;
3450
  }
3451
  public function setStartDate($startDate)
3452
  {
3453
    $this->startDate = $startDate;
3454
  }
3455
  public function getStartDate()
3456
  {
3457
    return $this->startDate;
3458
  }
3459
  public function setTitle($title)
3460
  {
3461
    $this->title = $title;
3462
  }
3463
  public function getTitle()
3464
  {
3465
    return $this->title;
3466
  }
3467
  public function setType($type)
3468
  {
3469
    $this->type = $type;
3470
  }
3471
  public function getType()
3472
  {
3473
    return $this->type;
3474
  }
3475
}
3476
3477
class Google_Service_PlusDomains_PersonPlacesLived extends Google_Model
3478
{