public final class Document
extends java.lang.Object
public Document(Asset firstAsset)
firstAsset - the first asset to addpublic Document(java.util.List<Asset> assets)
assets - a list of assets to addjava.lang.IllegalArgumentException - if the assets list is emptypublic java.util.List<Asset> getAssets()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object