Package de.elo.ix.client
Class LinkSordInfo
java.lang.Object
de.elo.ix.client.LinkSordInfo
- All Implemented Interfaces:
java.io.Serializable
public class LinkSordInfo
extends java.lang.Object
implements java.io.Serializable
Additional parameters for function
IXServicePortIF.linkSords2(de.elo.ix.client.ClientInfo, java.lang.String, java.lang.String[], de.elo.ix.client.LinkSordZ, de.elo.ix.client.LinkSordInfo)
- Since:
- 9.00.016.008
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected boolean
linkPermanent
If true, Sords will be linked permanently. -
Constructor Summary
Constructors Constructor Description LinkSordInfo()
-
Method Summary
Modifier and Type Method Description boolean
isLinkPermanent()
void
setLinkPermanent(boolean linkPermanent)
-
Field Details
-
linkPermanent
protected boolean linkPermanentIf true, Sords will be linked permanently. The new links between the provided Sords cannot be deleted.
-
-
Constructor Details
-
LinkSordInfo
public LinkSordInfo()
-
-
Method Details
-
isLinkPermanent
public boolean isLinkPermanent() -
setLinkPermanent
public void setLinkPermanent(boolean linkPermanent)
-