name = $name;
}
public function getName()
{
return $this->name;
}
public function setUint64Value($uint64Value)
{
$this->uint64Value = $uint64Value;
}
public function getUint64Value()
{
return $this->uint64Value;
}
public function setValue($value)
{
$this->value = $value;
}
public function getValue()
{
return $this->value;
}
}