Interface IChange
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
public interface IChange extends IBaseFieldEx
Obsolete. IChange Interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addBugLink(int newVal)
Obsolete.Inserts bug ID.boolean
autoGetLinks()
Obsolete.void
autoGetLinks(boolean pVal)
Obsolete.com4j.Com4jObject
changeEntryFactory()
Obsolete.java.util.Date
closingDate()
Obsolete.void
closingDate(java.util.Date pVal)
Obsolete.java.lang.String
comments()
Obsolete.void
comments(java.lang.String pVal)
Obsolete.java.lang.String
createdBy()
Obsolete.java.util.Date
creationDate()
Obsolete.java.lang.String
description()
Obsolete.void
description(java.lang.String pVal)
Obsolete.IList
getBugLinks()
Obsolete.java.lang.Object
getBugLinks(int index)
java.lang.String
links()
Obsolete.void
removeBugLink(int newVal)
Obsolete.java.lang.String
voB_Labels()
Obsolete.void
voB_Labels(java.lang.String pVal)
Obsolete.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
description
java.lang.String description()
Obsolete.
Getter method for the COM property "Description"
- Returns:
- Returns a value of type java.lang.String
-
description
void description(java.lang.String pVal)
Obsolete.
Setter method for the COM property "Description"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
comments
java.lang.String comments()
Obsolete.
Getter method for the COM property "Comments"
- Returns:
- Returns a value of type java.lang.String
-
comments
void comments(java.lang.String pVal)
Obsolete.
Setter method for the COM property "Comments"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
createdBy
java.lang.String createdBy()
Obsolete.
Getter method for the COM property "CreatedBy"
- Returns:
- Returns a value of type java.lang.String
-
creationDate
java.util.Date creationDate()
Obsolete.
Getter method for the COM property "CreationDate"
- Returns:
- Returns a value of type java.util.Date
-
closingDate
java.util.Date closingDate()
Obsolete.
Getter method for the COM property "ClosingDate"
- Returns:
- Returns a value of type java.util.Date
-
closingDate
void closingDate(java.util.Date pVal)
Obsolete.
Setter method for the COM property "ClosingDate"
- Parameters:
pVal
- Mandatory java.util.Date parameter.
-
voB_Labels
java.lang.String voB_Labels()
Obsolete.
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)
Obsolete.
Setter method for the COM property "VOB_Labels"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
changeEntryFactory
com4j.Com4jObject changeEntryFactory()
Obsolete.
Getter method for the COM property "ChangeEntryFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
addBugLink
void addBugLink(int newVal)
Obsolete.Inserts bug ID.
- Parameters:
newVal
- Mandatory int parameter.
-
removeBugLink
void removeBugLink(int newVal)
Obsolete.
- Parameters:
newVal
- Mandatory int parameter.
-
getBugLinks
IList getBugLinks()
Obsolete.
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
getBugLinks
java.lang.Object getBugLinks(int index)
-
autoGetLinks
boolean autoGetLinks()
Obsolete.
Getter method for the COM property "AutoGetLinks"
- Returns:
- Returns a value of type boolean
-
autoGetLinks
void autoGetLinks(boolean pVal)
Obsolete.
Setter method for the COM property "AutoGetLinks"
- Parameters:
pVal
- Mandatory boolean parameter.
-
links
java.lang.String links()
Obsolete.
Getter method for the COM property "Links"
- Returns:
- Returns a value of type java.lang.String
-
-