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
      String comments()
      The check-in comment.
      String date()
      The check-in date using the server's date.
      boolean isLocked()
      Obsolete.
      String time()
      The check-in time using the server's time.
      String user()
      The user name of the user who performed the check-in.
      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

        String comments()

        The check-in comment.

        Getter method for the COM property "Comments"

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

        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

        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

        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

        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