Uses of Class
com.funnelback.publicui.search.model.padre.Details
-
Packages that use Details Package Description com.funnelback.publicui.search.model.padre Provides classes corresponding to the XML result packet returned by PADRE. -
-
Uses of Details in com.funnelback.publicui.search.model.padre
Fields in com.funnelback.publicui.search.model.padre declared as Details Modifier and Type Field Description private Details
ResultPacket. details
Details about the index and PADRE version.Methods in com.funnelback.publicui.search.model.padre that return Details Modifier and Type Method Description Details
ResultPacket. getDetails()
Details about the index and PADRE version.Methods in com.funnelback.publicui.search.model.padre with parameters of type Details Modifier and Type Method Description void
ResultPacket. setDetails(Details details)
Details about the index and PADRE version.
-