public class XBEXIcon extends java.lang.Object implements XBCXIcon, java.io.Serializable
| Constructor and Description |
|---|
XBEXIcon()
Creates a new instance of XBESpec
|
| Modifier and Type | Method and Description |
|---|---|
XBEXFile |
getIconFile() |
java.lang.Long |
getId()
Gets item identification
|
XBEXIconMode |
getMode() |
XBEItem |
getOwner() |
java.lang.Long |
getXBIndex() |
void |
setIconFile(XBEXFile iconFile) |
void |
setId(java.lang.Long id) |
void |
setMode(XBEXIconMode mode) |
void |
setOwner(XBEItem owner) |
void |
setXBIndex(java.lang.Long xbIndex) |
public java.lang.Long getId()
XBCBasepublic void setId(java.lang.Long id)
public java.lang.Long getXBIndex()
getXBIndex in interface XBCXIconpublic void setXBIndex(java.lang.Long xbIndex)
xbIndex - the xbIndex to setpublic void setOwner(XBEItem owner)
owner - the owner to setpublic XBEXIconMode getMode()
public void setMode(XBEXIconMode mode)
mode - the mode to setpublic XBEXFile getIconFile()
getIconFile in interface XBCXIconpublic void setIconFile(XBEXFile iconFile)
iconFile - the iconFile to set