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
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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • linkPermanent

      protected boolean linkPermanent
      If true, Sords will be linked permanently. The new links between the provided Sords cannot be deleted.
  • Constructor Details

  • Method Details