public class ContractEvent
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
contractVersion |
java.lang.Object |
item |
ContractEventType |
type |
| Constructor and Description |
|---|
ContractEvent() |
ContractEvent(ContractEventType type,
java.lang.Object item,
java.lang.String contractVersion) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContractVersion() |
java.lang.Object |
getItem() |
ContractEventType |
getType() |
public ContractEventType type
public java.lang.Object item
public java.lang.String contractVersion
public ContractEvent()
public ContractEvent(ContractEventType type, java.lang.Object item, java.lang.String contractVersion)
public ContractEventType getType()
public java.lang.Object getItem()
public java.lang.String getContractVersion()