Interface Article<A extends Article>

  • Type Parameters:
    A - an article instance
    All Superinterfaces:
    Entity, Identifiable
    All Known Implementing Classes:
    ArticleImpl

    public interface Article<A extends Article>
    extends Entity
    Article is used to manage cultural articles and their hierarchy.