Class Relation

  • All Implemented Interfaces:
    Item
    Direct Known Subclasses:
    And, Or

    public class Relation
    extends JavaBean
    implements Item
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Relation()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Item> getItems()  
      void setItems​(java.util.List<Item> items)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Relation

        protected Relation()
    • Method Detail

      • getItems

        public java.util.List<Item> getItems()
      • setItems

        public void setItems​(java.util.List<Item> items)