public class XBEXBlockPane extends java.lang.Object implements XBCXBlockPane, java.io.Serializable
| Constructor and Description |
|---|
XBEXBlockPane() |
| Modifier and Type | Method and Description |
|---|---|
XBEBlockRev |
getBlockRev()
Returns relevant specification
|
java.lang.Long |
getId()
Gets item identification
|
XBEXPlugPane |
getPane() |
java.lang.Long |
getPriority() |
void |
setBlockRev(XBEBlockRev blockRev) |
void |
setId(java.lang.Long id) |
void |
setPane(XBEXPlugPane pane) |
void |
setPriority(java.lang.Long priority) |
public java.lang.Long getId()
XBCBasepublic void setId(java.lang.Long id)
id - the id to setpublic XBEBlockRev getBlockRev()
XBCXBlockPanegetBlockRev in interface XBCXBlockPanepublic void setBlockRev(XBEBlockRev blockRev)
blockRev - the blockRev to setpublic XBEXPlugPane getPane()
getPane in interface XBCXBlockPanepublic void setPane(XBEXPlugPane pane)
pane - the pane to setpublic java.lang.Long getPriority()
getPriority in interface XBCXBlockPanepublic void setPriority(java.lang.Long priority)
priority - the priority to set