public class TransactionGroup<T extends Serializable,E extends Serializable> extends Object implements Serializable
| Constructor and Description |
|---|
TransactionGroup(T primaryObject,
Collection<? extends E> dependantObjects) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<? extends E> |
getDependantObjects() |
T |
getPrimaryObject() |
int |
hashCode() |
String |
toString() |
public TransactionGroup(T primaryObject, Collection<? extends E> dependantObjects)
public T getPrimaryObject()
public Collection<? extends E> getDependantObjects()
Copyright © 2018 Atlassian. All rights reserved.