All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.vpro.domain.media.support.OwnableListItem Maven / Gradle / Ivy

Go to download

Several domains like 'media', pages' and 'subtitles' in the POMS system share some common properties which are collected here

There is a newer version: 8.3.1
Show newest version
package nl.vpro.domain.media.support;

import nl.vpro.domain.Child;

/**
 * An item in a {@link OwnableList}, that is, it is a {@link Child} of that.
 * 

* It also is {@link Comparable}, though this is not actually essential, * * @author Michiel Meeuwissen * @since 5.11 * @param The self type reference. * @param

The parent list type */ public interface OwnableListItem, P extends OwnableList> extends Child

, Comparable { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy