Class EntityObjectReadyForExport.CollectionElement

  • Enclosing class:
    EntityObjectReadyForExport

    public static class EntityObjectReadyForExport.CollectionElement
    extends Object
    Represent a collection of elements. Every elements is a reference to another entity. It is used for legacy format and for content properties only.
    • Constructor Detail

      • CollectionElement

        public CollectionElement​(Class<?> referencedClazz,
                                 Object id)
    • Method Detail

      • getReferencedClazz

        public Class<?> getReferencedClazz()
      • getId

        public Object getId()