Sage Intacct SDK for PHP
AbstractFloat Class Reference
Inheritance diagram for AbstractFloat:
AbstractComparison ComparisonInterface ConditionInterface QueryInterface EqualToFloat GreaterThanFloat GreaterThanOrEqualToFloat LessThanFloat LessThanOrEqualToFloat

Public Member Functions

 getValue ()
 
 setValue ($value)
 
- Public Member Functions inherited from AbstractComparison
 getField ()
 
 setField (string $field)
 
 isNegate ()
 
 setNegate (bool $negate)
 
 getField ()
 
 setField (string $field)
 
 getValue ()
 
 setValue ($value)
 
 isNegate ()
 
 setNegate (bool $negate)
 
- Public Member Functions inherited from QueryInterface
 __toString ()
 

Protected Attributes

 $value
 
- Protected Attributes inherited from AbstractComparison
 $field
 
 $negate = false
 

Member Function Documentation

◆ getValue()

getValue ( )
Returns
float

Implements ComparisonInterface.

◆ setValue()

setValue (   $value)
Parameters
float$value

Implements ComparisonInterface.

Field Documentation

◆ $value

$value
protected