Class SearchIndexItem
- java.lang.Object
-
- gw.gosudoc.com.sun.tools.doclets.formats.html.SearchIndexItem
-
@Deprecated public class SearchIndexItem extends Object
Deprecated.Index item for search.This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
-
-
Constructor Summary
Constructors Constructor Description SearchIndexItem()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getDescription()
Deprecated.String
getHolder()
Deprecated.String
getLabel()
Deprecated.String
getUrl()
Deprecated.void
setCategory(String c)
Deprecated.void
setContainingClass(String c)
Deprecated.void
setContainingPackage(String p)
Deprecated.void
setDescription(String d)
Deprecated.void
setHolder(String h)
Deprecated.void
setLabel(String l)
Deprecated.void
setUrl(String u)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
setLabel
public void setLabel(String l)
Deprecated.
-
getLabel
public String getLabel()
Deprecated.
-
setUrl
public void setUrl(String u)
Deprecated.
-
getUrl
public String getUrl()
Deprecated.
-
setContainingPackage
public void setContainingPackage(String p)
Deprecated.
-
setContainingClass
public void setContainingClass(String c)
Deprecated.
-
setCategory
public void setCategory(String c)
Deprecated.
-
setHolder
public void setHolder(String h)
Deprecated.
-
getHolder
public String getHolder()
Deprecated.
-
setDescription
public void setDescription(String d)
Deprecated.
-
getDescription
public String getDescription()
Deprecated.
-
-