index = $index;
}
public function getIndex()
{
return $this->index;
}
public function setParentObjectId($parentObjectId)
{
$this->parentObjectId = $parentObjectId;
}
public function getParentObjectId()
{
return $this->parentObjectId;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}