endIndex = $endIndex;
}
public function getEndIndex()
{
return $this->endIndex;
}
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
public function getStartIndex()
{
return $this->startIndex;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}