Interface IVersionItem2

  • All Superinterfaces:
    com4j.Com4jObject, IVersionItem

    public interface IVersionItem2
    extends IVersionItem
    For HP use. Information on a specific version.
    • Method Detail

      • dateEx

        Object dateEx()

        The check-in date and time using the server's time.

        Getter method for the COM property "DateEx"

        Returns:
        Returns a value of type java.lang.Object
      • baselines

        IList baselines()

        The list of IBaseline objects to which this version belongs.

        Getter method for the COM property "Baselines"

        Returns:
        Returns a value of type otaclient.IList
      • baselines

        Object baselines​(int index)