Class FileInfoOME.ProjectRef

  • Enclosing class:
    FileInfoOME

    public class FileInfoOME.ProjectRef
    extends java.lang.Object
    DOCUMENT ME!
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Integer documentRef  
      private java.lang.Integer projectID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectRef​(java.lang.Integer docRef, java.lang.Integer id)
      Creates a new ProjectRef 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
      • projectID

        private java.lang.Integer projectID
    • Constructor Detail

      • ProjectRef

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