Class FileInfoOME.OME.Image.InstrumentRef

  • Enclosing class:
    FileInfoOME.OME.Image

    public class FileInfoOME.OME.Image.InstrumentRef
    extends java.lang.Object
    DOCUMENT ME!
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Integer documentRef
      Attributes.
      private java.lang.Integer instrumentID  
      private java.lang.Integer objectiveID  
    • Constructor Summary

      Constructors 
      Constructor Description
      InstrumentRef​(java.lang.Integer docRef, java.lang.Integer instID, java.lang.Integer objID)
      Creates a new InstrumentRef object.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • documentRef

        private java.lang.Integer documentRef
        Attributes.
      • instrumentID

        private java.lang.Integer instrumentID
      • objectiveID

        private java.lang.Integer objectiveID
    • Constructor Detail

      • InstrumentRef

        public InstrumentRef​(java.lang.Integer docRef,
                             java.lang.Integer instID,
                             java.lang.Integer objID)
        Creates a new InstrumentRef object.
        Parameters:
        docRef - DOCUMENT ME!
        instID - DOCUMENT ME!
        objID - DOCUMENT ME!