Class CollectionWrapper<T>


  • public class CollectionWrapper<T>
    extends java.lang.Object
    Wrapper for collection used in JPARS 2.0.
    Since:
    EclipseLink 2.6.0
    Author:
    Dmitry Kornilov
    • Method Summary

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

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

      • CollectionWrapper

        public CollectionWrapper()
    • Method Detail

      • getItems

        public java.util.Collection<T> getItems()
      • setItems

        public void setItems​(java.util.Collection<T> items)
      • getLinks

        public java.util.List<LinkV2> getLinks()
      • setLinks

        public void setLinks​(java.util.List<LinkV2> links)