public class AssociationsToFollow extends Object implements Cloneable, Serializable
AssociationsToFollow encapsulate list of associations to follow. Subsystem (archive) can
include this as member variable to manage associations to follow with different flavors (i.e:
All, All Enforced etc.)| Constructor and Description |
|---|
AssociationsToFollow() |
AssociationsToFollow(AssociationSelectionType selectionType,
List<String> associationNames) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
AssociationSelectionType |
getSelectionType() |
List<String> |
getSpecificAssociationNames() |
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
void |
setSelectionType(AssociationSelectionType selectionType) |
void |
setSpecificAssociationNames(List<String> specificAssociationNames) |
public AssociationsToFollow()
public AssociationsToFollow(AssociationSelectionType selectionType, List<String> associationNames)
public AssociationSelectionType getSelectionType()
public void setSelectionType(AssociationSelectionType selectionType)
public void setSpecificAssociationNames(List<String> specificAssociationNames)
public int hashCode()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException? Copyright 2013 BMC Software, Inc.