@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 RollBackItem
public void setId(Long id)
setId
in interface RollBackItem
public RollBack getRollBack()
getRollBack
in interface RollBackItem
public void setRollBack(RollBack rollBack)
setRollBack
in interface RollBackItem
public Blob getSerializedState()
getSerializedState
in interface RollBackItem
public void setSerializedState(Blob serializedState)
setSerializedState
in interface RollBackItem
public Long getSandBoxItemId()
getSandBoxItemId
in interface RollBackItem
public void setSandBoxItemId(Long sandBoxItemId)
setSandBoxItemId
in interface RollBackItem
public String getEntityPrimaryKey()
getEntityPrimaryKey
in interface RollBackItem
public void setEntityPrimaryKey(String entityPrimaryKey)
setEntityPrimaryKey
in interface RollBackItem
public String getOperationType()
getOperationType
in interface RollBackItem
public void setOperationType(String operationType)
setOperationType
in interface RollBackItem
Copyright © 2019. All rights reserved.