ItemGroup

public void ItemGroup()

Constructs a new empty instance.


public void ItemGroup(String json)

Constructs a new instance from the given JSON String.


public void ItemGroup(JSONObject jsonObject)

Construct a new instance backed by the given JSONObject, the parameter is not copied so changes to it will be reflected in this instance and vice-versa.


public void ItemGroup(ItemGroup src)

Constructs a new instance that is a deep copy of the source instance. It does not copy the bundle or changelog.