class CaribouAttributeValue extends Model (View source)

Properties

bool $booleanValue
int $intValue
string $longValue
string $rawByteValue
string $stringValue

Methods

setBooleanValue($booleanValue)

No description

bool
getBooleanValue()

No description

setIntValue($intValue)

No description

int
getIntValue()

No description

setLongValue($longValue)

No description

string
getLongValue()

No description

setRawByteValue($rawByteValue)

No description

string
getRawByteValue()

No description

setStringValue($stringValue)

No description

string
getStringValue()

No description

Details

setBooleanValue($booleanValue)

No description

Parameters

$booleanValue

bool getBooleanValue()

No description

Return Value

bool

setIntValue($intValue)

No description

Parameters

$intValue

int getIntValue()

No description

Return Value

int

setLongValue($longValue)

No description

Parameters

$longValue

string getLongValue()

No description

Return Value

string

setRawByteValue($rawByteValue)

No description

Parameters

$rawByteValue

string getRawByteValue()

No description

Return Value

string

setStringValue($stringValue)

No description

Parameters

$stringValue

string getStringValue()

No description

Return Value

string