Interface IChange

    • Method Detail

      • description

        java.lang.String description()

        Getter method for the COM property "Description"

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

        void description​(java.lang.String pVal)

        Setter method for the COM property "Description"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • comments

        java.lang.String comments()

        Getter method for the COM property "Comments"

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

        void comments​(java.lang.String pVal)

        Setter method for the COM property "Comments"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • createdBy

        java.lang.String createdBy()

        Getter method for the COM property "CreatedBy"

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

        java.util.Date creationDate()

        Getter method for the COM property "CreationDate"

        Returns:
        Returns a value of type java.util.Date
      • closingDate

        java.util.Date closingDate()

        Getter method for the COM property "ClosingDate"

        Returns:
        Returns a value of type java.util.Date
      • closingDate

        void closingDate​(java.util.Date pVal)

        Setter method for the COM property "ClosingDate"

        Parameters:
        pVal - Mandatory java.util.Date parameter.
      • voB_Labels

        java.lang.String voB_Labels()

        Getter method for the COM property "VOB_Labels"

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

        void voB_Labels​(java.lang.String pVal)

        Setter method for the COM property "VOB_Labels"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • changeEntryFactory

        com4j.Com4jObject changeEntryFactory()

        Getter method for the COM property "ChangeEntryFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • addBugLink

        void addBugLink​(int newVal)

        Inserts bug id.

        Parameters:
        newVal - Mandatory int parameter.
      • removeBugLink

        void removeBugLink​(int newVal)
        Parameters:
        newVal - Mandatory int parameter.
      • getBugLinks

        IList getBugLinks()
        Returns:
        Returns a value of type otaclient.IList
      • getBugLinks

        java.lang.Object getBugLinks​(int index)
      • autoGetLinks

        boolean autoGetLinks()

        Getter method for the COM property "AutoGetLinks"

        Returns:
        Returns a value of type boolean
      • autoGetLinks

        void autoGetLinks​(boolean pVal)

        Setter method for the COM property "AutoGetLinks"

        Parameters:
        pVal - Mandatory boolean parameter.
      • links

        java.lang.String links()

        Getter method for the COM property "Links"

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