filenet.vw.api

Class VWWorkObjectNumber

  • java.lang.Object
    • filenet.vw.api.VWWorkObjectNumber
    • Constructor Summary

      Constructors 
      Constructor and Description
      VWWorkObjectNumber(java.lang.String theWorkObjectNumber)
      Creates a VWWorkObjectNumber instance having the specified number.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getWorkObjectNumber()
      Retrieves a string representation of the WorkObjectNumber.
      java.lang.String toString()
      Retrieves a string representation of the WorkObjectNumber.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VWWorkObjectNumber

        public VWWorkObjectNumber(java.lang.String theWorkObjectNumber)
        Creates a VWWorkObjectNumber instance having the specified number.
        Parameters:
        theWorkObjectNumber - A String containing the work object number to assign.
    • Method Detail

      • getWorkObjectNumber

        public java.lang.String getWorkObjectNumber()
        Retrieves a string representation of the WorkObjectNumber.
      • toString

        public java.lang.String toString()
        Retrieves a string representation of the WorkObjectNumber.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A string containing a text representation of the transfer result object.

© Copyright IBM Corporation 2002, 2019. All rights reserved.