public abstract class BaseAssetAddonEntry extends java.lang.Object implements AssetAddonEntry
| Constructor and Description |
|---|
BaseAssetAddonEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIcon() |
java.lang.String |
getKey() |
java.lang.Double |
getWeight() |
int |
hashCode() |
void |
include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
isEnabled() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetLabelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String getIcon()
getIcon in interface AssetAddonEntrypublic java.lang.String getKey()
getKey in interface AssetAddonEntrypublic java.lang.Double getWeight()
getWeight in interface AssetAddonEntrypublic int hashCode()
hashCode in class java.lang.Objectpublic void include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
include in interface AssetAddonEntryjava.io.IOExceptionpublic boolean isEnabled()
isEnabled in interface AssetAddonEntry