public function testDeploymentStatusesIdGetAndSet()
 {
     $obj = new GD_Model_Deployment();
     $obj->setDeploymentStatusesId(5);
     $this->assertSame(5, $obj->getDeploymentStatusesId());
 }