Class and this.?

i dont get how this class beginning works with the this. and _obj D:
"package code
{
import flash.display.;
import flash.events.
;
public class _obj extends MovieClip
{
var my_Parent:_obj;
public function _obj(param1:_obj)
{
this.my_Parent = param1;
return;
}// end function
"
please write in simplest form im a beginner