@Entity public class RollBackItemImpl extends Object implements RollBackItem
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityPrimaryKey
Deprecated.
|
protected Long |
id
Deprecated.
|
protected String |
operationType
Deprecated.
|
protected RollBack |
rollBack
Deprecated.
|
protected Long |
sandBoxItemId
Deprecated.
|
protected Blob |
serializedState
Deprecated.
|
| Constructor and Description |
|---|
RollBackItemImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityPrimaryKey()
Deprecated.
|
Long |
getId()
Deprecated.
|
String |
getOperationType()
Deprecated.
|
RollBack |
getRollBack()
Deprecated.
|
Long |
getSandBoxItemId()
Deprecated.
|
Blob |
getSerializedState()
Deprecated.
|
void |
setEntityPrimaryKey(String entityPrimaryKey)
Deprecated.
|
void |
setId(Long id)
Deprecated.
|
void |
setOperationType(String operationType)
Deprecated.
|
void |
setRollBack(RollBack rollBack)
Deprecated.
|
void |
setSandBoxItemId(Long sandBoxItemId)
Deprecated.
|
void |
setSerializedState(Blob serializedState)
Deprecated.
|
protected Long id
protected RollBack rollBack
protected Long sandBoxItemId
protected String operationType
protected String entityPrimaryKey
protected Blob serializedState
public Long getId()
getId in interface RollBackItempublic void setId(Long id)
setId in interface RollBackItempublic RollBack getRollBack()
getRollBack in interface RollBackItempublic void setRollBack(RollBack rollBack)
setRollBack in interface RollBackItempublic Blob getSerializedState()
getSerializedState in interface RollBackItempublic void setSerializedState(Blob serializedState)
setSerializedState in interface RollBackItempublic Long getSandBoxItemId()
getSandBoxItemId in interface RollBackItempublic void setSandBoxItemId(Long sandBoxItemId)
setSandBoxItemId in interface RollBackItempublic String getEntityPrimaryKey()
getEntityPrimaryKey in interface RollBackItempublic void setEntityPrimaryKey(String entityPrimaryKey)
setEntityPrimaryKey in interface RollBackItempublic String getOperationType()
getOperationType in interface RollBackItempublic void setOperationType(String operationType)
setOperationType in interface RollBackItemCopyright © 2019. All rights reserved.