Class MappedRelation
-
- All Implemented Interfaces:
public final class MappedRelationA relation holder.
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<MappedRelationComponent>components
-
Constructor Summary
Constructors Constructor Description MappedRelation(Set<MappedRelationComponent> components)
-
Method Summary
Modifier and Type Method Description final Set<MappedRelationComponent>getComponents()-
-
Constructor Detail
-
MappedRelation
MappedRelation(Set<MappedRelationComponent> components)
- Parameters:
components- Relation components.
-
-
Method Detail
-
getComponents
final Set<MappedRelationComponent> getComponents()
-
-
-
-