Package mc.core.model.base
Interface ICollectionListManaged
- All Superinterfaces:
IBaseEntity,ICoreEntity,IEntity,Serializable
- All Known Implementing Classes:
Asset
Interface to signal that instances of implementing classes are associated with collections.
This class does not apply to the primary collections which are handled by
ICollectionManaged. It only handles
linked collections.-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface mc.core.model.base.IBaseEntity
getId, setIdMethods inherited from interface mc.core.model.base.IEntity
getDescription, getInternalDescription, getName, getPrio, setInternalDescription
-
Method Details
-
getCollections
List<Collection> getCollections()- Returns:
- All linked collections. Does not include the primary collection which some objects have and return by
calling
ICollectionManaged.getCollection().
-