public class BusinessEntitySnapshot extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BusinessEntitySnapshot.EntityStatusSnapshot
Holds the status snapshot for a given entity (identified by the id held).
|
static class |
BusinessEntitySnapshot.SnapshotType
The type of snapshot taken, so that during compensation we can handle the snapshot correctly.
|
Constructor and Description |
---|
BusinessEntitySnapshot() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Guid |
getCommandId() |
String |
getCommandType() |
String |
getEntityId() |
String |
getEntitySnapshot() |
String |
getEntityType() |
protected Guid |
getId() |
int |
getInsertionOrder() |
String |
getSnapshotClass() |
BusinessEntitySnapshot.SnapshotType |
getSnapshotType() |
int |
hashCode() |
void |
setCommandId(Guid commandId) |
void |
setCommandType(String commandType) |
void |
setEntityId(String entityId) |
void |
setEntitySnapshot(String entitySnapshot) |
void |
setEntityType(String entityType) |
protected void |
setId(Guid id) |
void |
setInsertionOrder(int insertionOrder) |
void |
setSnapshotClass(String snapshotClass) |
void |
setSnapshotType(BusinessEntitySnapshot.SnapshotType snapshotType) |
protected Guid getId()
protected void setId(Guid id)
public Guid getCommandId()
public void setCommandId(Guid commandId)
public String getCommandType()
public void setCommandType(String commandType)
public String getEntityId()
public void setEntityId(String entityId)
public String getEntityType()
public void setEntityType(String entityType)
public String getEntitySnapshot()
public void setEntitySnapshot(String entitySnapshot)
public String getSnapshotClass()
public void setSnapshotClass(String snapshotClass)
snapshotClass
- the snapshotClass to setpublic BusinessEntitySnapshot.SnapshotType getSnapshotType()
public void setSnapshotType(BusinessEntitySnapshot.SnapshotType snapshotType)
snapshotType
- the snapshotType to setpublic int getInsertionOrder()
public void setInsertionOrder(int insertionOrder)
Copyright © 2012. All Rights Reserved.