@Entity
public class ErrorModelInstanceState
extends com.whitestein.lsps.common.AbstractEntity
Constructor and Description |
---|
ErrorModelInstanceState()
Creates new instance.
|
ErrorModelInstanceState(long modelInstanceId,
StateType type,
byte[] data)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Returns the data.
|
long |
getModelInstanceId()
Returns model instance id.
|
RollbackItem |
getRollbackItem()
Returns rollback item.
|
StateType |
getType()
Returns the type.
|
void |
setRollbackItem(RollbackItem rollbackItem)
Sets rollback item.
|
public ErrorModelInstanceState()
public ErrorModelInstanceState(long modelInstanceId, StateType type, byte[] data)
modelInstanceId
- type
- data
- public long getModelInstanceId()
public byte[] getData()
public StateType getType()
public RollbackItem getRollbackItem()
public void setRollbackItem(RollbackItem rollbackItem)
rollbackItem
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.