public class BrowserEntry extends Object implements Serializable
BrowserEntry(String id, Set<BrowserType> types, Map<String,Variant> attributes)
Map<String,Variant>
getAttributes()
String
getId()
Set<BrowserType>
getTypes()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public BrowserEntry(String id, Set<BrowserType> types, Map<String,Variant> attributes)
public String getId()
public Set<BrowserType> getTypes()
public Map<String,Variant> getAttributes()
public String toString()
toString
Object