RefyItem

constructor(id: String, owner: RefyUser, title: String, description: String)

Constructor to init the RefyItem class

Parameters

id

: the identifier of the item

owner

: the owner of the item

title

: the title of the item

description

:the description of the item


constructor(jRefyItem: JSONObject)

Constructor to init the RefyItem class

Parameters

jRefyItem

: the json details of the item as JSONObject