public class AssociationSet extends NamedObject
Constructor and Description |
---|
AssociationSet(String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Association |
getAssociation()
Returns the referenced schema's association.
|
List<AssociationSetEnd> |
getEnds()
Returns the list of entities implied in this association.
|
void |
setAssociation(Association association)
Sets the referenced schema's association.
|
void |
setEnds(List<AssociationSetEnd> ends)
Sets the list of entities implied in this association.
|
equals, getName, getNormalizedName, hashCode, toString
public AssociationSet(String name)
name
- The name of the association set.public Association getAssociation()
public List<AssociationSetEnd> getEnds()
public void setAssociation(Association association)
association
- The referenced schema's association.public void setEnds(List<AssociationSetEnd> ends)
ends
- The list of entities implied in this association.Copyright © 2005–2016. All rights reserved.