Store.Item.getLong()

Signature

long getLong (Object storeItem, String fieldName)

Domain

ACTION

Description

Returns long value of the specified field

Parameters

NameTypeDescription
storeItemStringStore Item Object
fieldNameStringName of the field whose value needs to be retrieved

Returns

TypeDescription
longReturns long value of the specified field

Cautions

none