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