public interface ILink extends IBaseField
Modifier and Type | Method and Description |
---|---|
String |
comment()
The link summary comment.
|
void |
comment(String pVal)
The link summary comment.
|
String |
createdBy()
The user who created the link.
|
void |
createdBy(String pVal)
The user who created the link.
|
Date |
creationDate()
The link creation date.
|
void |
creationDate(Date pVal)
The link creation date.
|
com4j.Com4jObject |
linkedByEntity()
The entity that initiated the link.
|
String |
linkType()
The link type.
|
void |
linkType(String pVal)
The link type.
|
com4j.Com4jObject |
sourceEntity()
The source entity object of the link.
|
com4j.Com4jObject |
targetEntity()
The target entity object of the link.
|
void |
targetEntity(com4j.Com4jObject pVal)
The target entity object of the link.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
com4j.Com4jObject sourceEntity()
The source entity object of the link.
Getter method for the COM property "SourceEntity"
com4j.Com4jObject targetEntity()
The target entity object of the link.
Getter method for the COM property "TargetEntity"
void targetEntity(com4j.Com4jObject pVal)
The target entity object of the link.
Setter method for the COM property "TargetEntity"
pVal
- Mandatory com4j.Com4jObject parameter.com4j.Com4jObject linkedByEntity()
The entity that initiated the link.
Getter method for the COM property "LinkedByEntity"
String createdBy()
The user who created the link.
Getter method for the COM property "CreatedBy"
void createdBy(String pVal)
The user who created the link.
Setter method for the COM property "CreatedBy"
pVal
- Mandatory java.lang.String parameter.Date creationDate()
The link creation date.
Getter method for the COM property "CreationDate"
void creationDate(Date pVal)
The link creation date.
Setter method for the COM property "CreationDate"
pVal
- Mandatory java.util.Date parameter.String linkType()
The link type.
Getter method for the COM property "LinkType"
void linkType(String pVal)
The link type.
Setter method for the COM property "LinkType"
pVal
- Mandatory java.lang.String parameter.String comment()
The link summary comment.
Getter method for the COM property "Comment"
void comment(String pVal)
The link summary comment.
Setter method for the COM property "Comment"
pVal
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.