Sets an integer value for key.
key
void setInteger(String key, int value) { _addAttribute(key, 'integer', value); }