public class PersistentStateRef
Embedded class StateRef
representation used in state mapping.
class StateRef
Constructor and Description |
---|
PersistentStateRef(java.lang.String txId,
java.lang.Integer index)
Embedded
class StateRef representation used in state mapping. |
PersistentStateRef(StateRef stateRef) |
PersistentStateRef() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
component1() |
java.lang.Integer |
component2() |
PersistentStateRef |
copy(java.lang.String txId,
java.lang.Integer index)
Embedded
class StateRef representation used in state mapping. |
boolean |
equals(java.lang.Object p) |
java.lang.Integer |
getIndex() |
java.lang.String |
getTxId() |
int |
hashCode() |
void |
setIndex(java.lang.Integer p) |
void |
setTxId(java.lang.String p) |
java.lang.String |
toString() |
public PersistentStateRef(java.lang.String txId, java.lang.Integer index)
Embedded class StateRef
representation used in state mapping.
class StateRef
public PersistentStateRef(StateRef stateRef)
public PersistentStateRef()
public java.lang.String getTxId()
public void setTxId(java.lang.String p)
public java.lang.Integer getIndex()
public void setIndex(java.lang.Integer p)
public java.lang.String component1()
public java.lang.Integer component2()
public PersistentStateRef copy(java.lang.String txId, java.lang.Integer index)
Embedded class StateRef
representation used in state mapping.
class StateRef
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)