Class CollectionToEntity

java.lang.Object
mc.core.model.generic.CollectionToEntity
All Implemented Interfaces:
Serializable, IBaseEntity, ICoreEntity, IObjectAssignment, ISortableEntity

@Entity public class CollectionToEntity extends Object implements IBaseEntity, IObjectAssignment
Class to represent the association of a ComplexEntity with a more as one collections the primary collection still collection in BaseEntity Currently be implemented only for Asset
See Also:
  • Constructor Details

    • CollectionToEntity

      public CollectionToEntity()
      default constructor
    • CollectionToEntity

      public CollectionToEntity(Collection collection, ComplexEntity entity, int prio)
      constructor for building a valid CollectionToEntity object
      Parameters:
      collection -
      entity -
      prio -
  • Method Details