endIndex = $endIndex;
}
public function getEndIndex()
{
return $this->endIndex;
}
public function setSegmentId($segmentId)
{
$this->segmentId = $segmentId;
}
public function getSegmentId()
{
return $this->segmentId;
}
public function setStartIndex($startIndex)
{
$this->startIndex = $startIndex;
}
public function getStartIndex()
{
return $this->startIndex;
}
}