public class XBETran extends java.lang.Object implements XBCTran, java.io.Serializable
| Constructor and Description |
|---|
XBETran()
Creates a new instance of XBESpec
|
| Modifier and Type | Method and Description |
|---|---|
XBEBlockRev |
getExcept()
Get exception of the procedure
|
java.lang.Long |
getId()
Gets item identification
|
XBELimitSpec |
getLimit()
Get limitation of the procedure
|
XBEBlockSpec |
getOwner()
Get owner which is directory
|
XBEBlockRev |
getTarget()
Get target of the procedure
|
void |
setExcept(XBEBlockRev except) |
void |
setId(java.lang.Long id) |
void |
setLimit(XBELimitSpec limit) |
void |
setOwner(XBEBlockSpec owner) |
void |
setTarget(XBEBlockRev target) |
public java.lang.Long getId()
XBCBasepublic void setId(java.lang.Long id)
public XBEBlockSpec getOwner()
XBCTranpublic void setOwner(XBEBlockSpec owner)
owner - the owner to setpublic XBEBlockRev getTarget()
XBCTranpublic void setTarget(XBEBlockRev target)
target - the target to setpublic XBELimitSpec getLimit()
XBCTranpublic void setLimit(XBELimitSpec limit)
limit - the limit to setpublic XBEBlockRev getExcept()
XBCTranpublic void setExcept(XBEBlockRev except)
except - the except to set