public class GatheredTransactionData
Constructor and Description |
---|
GatheredTransactionData(PartiallyResolvedTransaction transaction,
javafx.collections.ObservableList<? extends net.corda.client.jfx.model.StateMachineData> stateMachines) |
Modifier and Type | Method and Description |
---|---|
PartiallyResolvedTransaction |
component1() |
javafx.collections.ObservableList<? extends net.corda.client.jfx.model.StateMachineData> |
component2() |
GatheredTransactionData |
copy(PartiallyResolvedTransaction transaction,
javafx.collections.ObservableList<? extends net.corda.client.jfx.model.StateMachineData> stateMachines) |
boolean |
equals(java.lang.Object p) |
javafx.collections.ObservableList<? extends net.corda.client.jfx.model.StateMachineData> |
getStateMachines() |
PartiallyResolvedTransaction |
getTransaction() |
int |
hashCode() |
java.lang.String |
toString() |
public GatheredTransactionData(PartiallyResolvedTransaction transaction, javafx.collections.ObservableList<? extends net.corda.client.jfx.model.StateMachineData> stateMachines)
public PartiallyResolvedTransaction getTransaction()
public javafx.collections.ObservableList<? extends net.corda.client.jfx.model.StateMachineData> getStateMachines()
public PartiallyResolvedTransaction component1()
public javafx.collections.ObservableList<? extends net.corda.client.jfx.model.StateMachineData> component2()
public GatheredTransactionData copy(PartiallyResolvedTransaction transaction, javafx.collections.ObservableList<? extends net.corda.client.jfx.model.StateMachineData> stateMachines)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)