Class Reference

Object
AnchorBean<ObjectCollectionProvider>
InitializableBean<ObjectCollectionProvider, ImageInitialization>
ImageBean<ObjectCollectionProvider>
ObjectCollectionProvider
Reference
All Implemented Interfaces:
Provider<ObjectCollection>

public class Reference extends ObjectCollectionProvider
An ObjectCollectionProvider that references an existing ObjectCollection by its identifier.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Creates a new Reference with the specified identifier.
  • Method Summary

    Modifier and Type
    Method
    Description
    ObjectCollection
    get()
     
    The identifier of the object collection to reference.
    void
    The identifier of the object collection to reference.

    Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean

    getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

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

    • Reference

      public Reference(String id)
      Creates a new Reference with the specified identifier.
      Parameters:
      id - the identifier of the object collection to reference
    • Reference

      public Reference()
  • Method Details

    • get

      public ObjectCollection get() throws ProvisionFailedException
      Throws:
      ProvisionFailedException
    • getId

      public String getId()
      The identifier of the object collection to reference.
    • setId

      public void setId(String id)
      The identifier of the object collection to reference.