Interface ILink
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IObjectLockingSupport
 
 public interface ILink extends IBaseField Represents an association between a Bug and another entity.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringcomment()The link summary comment.voidcomment(java.lang.String pVal)The link summary comment.java.lang.StringcreatedBy()The user who created the link.voidcreatedBy(java.lang.String pVal)The user who created the link.java.util.DatecreationDate()The link creation date.voidcreationDate(java.util.Date pVal)The link creation date.com4j.Com4jObjectlinkedByEntity()The entity that initiated the link.java.lang.StringlinkType()The link type.voidlinkType(java.lang.String pVal)The link type.com4j.Com4jObjectsourceEntity()The source entity object of the link.com4j.Com4jObjecttargetEntity()The target entity object of the link.voidtargetEntity(com4j.Com4jObject pVal)The target entity object of the link.- 
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.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
sourceEntitycom4j.Com4jObject sourceEntity() The source entity object of the link. Getter method for the COM property "SourceEntity" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
targetEntitycom4j.Com4jObject targetEntity() The target entity object of the link. Getter method for the COM property "TargetEntity" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
targetEntityvoid targetEntity(com4j.Com4jObject pVal) The target entity object of the link. Setter method for the COM property "TargetEntity" - Parameters:
- pVal- Mandatory com4j.Com4jObject parameter.
 
 - 
linkedByEntitycom4j.Com4jObject linkedByEntity() The entity that initiated the link. Getter method for the COM property "LinkedByEntity" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
createdByjava.lang.String createdBy() The user who created the link. Getter method for the COM property "CreatedBy" - Returns:
- Returns a value of type java.lang.String
 
 - 
createdByvoid createdBy(java.lang.String pVal) The user who created the link. Setter method for the COM property "CreatedBy" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
creationDatejava.util.Date creationDate() The link creation date. Getter method for the COM property "CreationDate" - Returns:
- Returns a value of type java.util.Date
 
 - 
creationDatevoid creationDate(java.util.Date pVal) The link creation date. Setter method for the COM property "CreationDate" - Parameters:
- pVal- Mandatory java.util.Date parameter.
 
 - 
linkTypejava.lang.String linkType() The link type. Getter method for the COM property "LinkType" - Returns:
- Returns a value of type java.lang.String
 
 - 
linkTypevoid linkType(java.lang.String pVal) The link type. Setter method for the COM property "LinkType" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
commentjava.lang.String comment() The link summary comment. Getter method for the COM property "Comment" - Returns:
- Returns a value of type java.lang.String
 
 - 
commentvoid comment(java.lang.String pVal) The link summary comment. Setter method for the COM property "Comment" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 
- 
 
-