Interface IVersionItem

  • All Superinterfaces:
    com4j.Com4jObject
    All Known Subinterfaces:
    IVersionItem2

    public interface IVersionItem
    extends com4j.Com4jObject
    Information on a specific version.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String comments()
      The check-in comment.
      java.lang.String date()
      The check-in date using the server's date.
      boolean isLocked()
      Obsolete.
      java.lang.String time()
      The check-in time using the server's time.
      java.lang.String user()
      The user name of the user who performed the check-in.
      java.lang.String version()
      The version checked in.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • comments

        java.lang.String comments()

        The check-in comment.

        Getter method for the COM property "Comments"

        Returns:
        Returns a value of type java.lang.String
      • version

        java.lang.String version()

        The version checked in.

        Getter method for the COM property "Version"

        Returns:
        Returns a value of type java.lang.String
      • isLocked

        boolean isLocked()

        Obsolete. Always returns false.

        Getter method for the COM property "IsLocked"

        Returns:
        Returns a value of type boolean
      • date

        java.lang.String date()

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

        Getter method for the COM property "Date"

        Returns:
        Returns a value of type java.lang.String
      • user

        java.lang.String user()

        The user name of the user who performed the check-in.

        Getter method for the COM property "User"

        Returns:
        Returns a value of type java.lang.String
      • time

        java.lang.String time()

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

        Getter method for the COM property "Time"

        Returns:
        Returns a value of type java.lang.String