public class OperationResult extends Object implements Serializable
| Constructor and Description |
|---|
OperationResult() |
OperationResult(TRId trId,
ArrayList<TRId> collateralTRIds) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TRId> |
getCollateralTRIds() |
TRId |
getTrId() |
void |
setCollateralTRIds(ArrayList<TRId> collateralTRIds) |
void |
setTrId(TRId trId) |
String |
toString() |
Copyright © 2018. All Rights Reserved.