Interface IChange
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IBaseFieldEx,- IObjectLockingSupport
 
 public interface IChange extends IBaseFieldEx Obsolete. IChange Interface
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddBugLink(int newVal)Inserts bug id.booleanautoGetLinks()Getter method for the COM property "AutoGetLinks"voidautoGetLinks(boolean pVal)Setter method for the COM property "AutoGetLinks"com4j.Com4jObjectchangeEntryFactory()Getter method for the COM property "ChangeEntryFactory"java.util.DateclosingDate()Getter method for the COM property "ClosingDate"voidclosingDate(java.util.Date pVal)Setter method for the COM property "ClosingDate"java.lang.Stringcomments()Getter method for the COM property "Comments"voidcomments(java.lang.String pVal)Setter method for the COM property "Comments"java.lang.StringcreatedBy()Getter method for the COM property "CreatedBy"java.util.DatecreationDate()Getter method for the COM property "CreationDate"java.lang.Stringdescription()Getter method for the COM property "Description"voiddescription(java.lang.String pVal)Setter method for the COM property "Description"IListgetBugLinks()java.lang.ObjectgetBugLinks(int index)java.lang.Stringlinks()Getter method for the COM property "Links"voidremoveBugLink(int newVal)java.lang.StringvoB_Labels()Getter method for the COM property "VOB_Labels"voidvoB_Labels(java.lang.String pVal)Setter method for the COM property "VOB_Labels"- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldExattachments, hasAttachment, history
 - 
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
descriptionjava.lang.String description() Getter method for the COM property "Description" - Returns:
- Returns a value of type java.lang.String
 
 - 
descriptionvoid description(java.lang.String pVal) Setter method for the COM property "Description" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
commentsjava.lang.String comments() Getter method for the COM property "Comments" - Returns:
- Returns a value of type java.lang.String
 
 - 
commentsvoid comments(java.lang.String pVal) Setter method for the COM property "Comments" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
createdByjava.lang.String createdBy() Getter method for the COM property "CreatedBy" - Returns:
- Returns a value of type java.lang.String
 
 - 
creationDatejava.util.Date creationDate() Getter method for the COM property "CreationDate" - Returns:
- Returns a value of type java.util.Date
 
 - 
closingDatejava.util.Date closingDate() Getter method for the COM property "ClosingDate" - Returns:
- Returns a value of type java.util.Date
 
 - 
closingDatevoid closingDate(java.util.Date pVal) Setter method for the COM property "ClosingDate" - Parameters:
- pVal- Mandatory java.util.Date parameter.
 
 - 
voB_Labelsjava.lang.String voB_Labels() Getter method for the COM property "VOB_Labels" - Returns:
- Returns a value of type java.lang.String
 
 - 
voB_Labelsvoid voB_Labels(java.lang.String pVal) Setter method for the COM property "VOB_Labels" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
changeEntryFactorycom4j.Com4jObject changeEntryFactory() Getter method for the COM property "ChangeEntryFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
addBugLinkvoid addBugLink(int newVal) Inserts bug id. - Parameters:
- newVal- Mandatory int parameter.
 
 - 
removeBugLinkvoid removeBugLink(int newVal) - Parameters:
- newVal- Mandatory int parameter.
 
 - 
getBugLinksIList getBugLinks() - Returns:
- Returns a value of type otaclient.IList
 
 - 
getBugLinksjava.lang.Object getBugLinks(int index) 
 - 
autoGetLinksboolean autoGetLinks() Getter method for the COM property "AutoGetLinks" - Returns:
- Returns a value of type boolean
 
 - 
autoGetLinksvoid autoGetLinks(boolean pVal) Setter method for the COM property "AutoGetLinks" - Parameters:
- pVal- Mandatory boolean parameter.
 
 - 
linksjava.lang.String links() Getter method for the COM property "Links" - Returns:
- Returns a value of type java.lang.String
 
 
- 
 
-