Package mc.core.model.base
Interface IObjectAssignment
- All Superinterfaces:
IBaseEntity,ICoreEntity,ISortableEntity,Serializable
- All Known Subinterfaces:
IAttributeAssignment
- All Known Implementing Classes:
ClassificationToAttribute,ClassificationToEntity,ClassificationToNode,ClassificationToProfile,CollectionToEntity,EntityToAttribute,EntityToAttributePrio,EntityToEntity,IObjectAssignment.ObjectAssignmentBase,NavigationToNode,PublicationProfileToNavigationHrc,RangeItem,TypeEntityToAttribute
Interface to signal that implementing class represents an assignment of a dependent entity to an object. The list of
assigned entities can be ordered by prio.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classabstract base class to ease and unifyIObjectAssignmentimplementation -
Method Summary
Methods inherited from interface mc.core.model.base.IBaseEntity
getId, setIdMethods inherited from interface mc.core.model.base.ISortableEntity
getPrio, setPrio
-
Method Details
-
getAssignedObject
IEntity getAssignedObject()- Returns:
- the object that holds the list of assigned entities
-