Store.Item.setLong()

Signature

void setLong (Object storeItem, String fieldName, long fieldValue)

Domain

ACTION

Description

Sets long value to the specified field

Parameters

NameTypeDescription
storeItemObjectStore Item Object
fieldNameStringName of the field whose value needs to be set
fieldValuelongField value

Returns

TypeDescription
void

Cautions

none