Class SordLink

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.SordLink
All Implemented Interfaces:
Serializable

public class SordLink extends ValueClass implements Serializable
This class represents a link to an archive entry.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • id

      protected String id
      Numerical ID or GUID of referenced Sord.
    • linkId

      protected String linkId
      Link ID.
    • permanent

      protected boolean permanent
      True, if this SordLink is permanent. Permanent links between Sords cannot be deleted.
      Since:
      9.00.016.008
  • Constructor Details

    • SordLink

      public SordLink()
    • SordLink

      public SordLink(String id, String linkId)
    • SordLink

      public SordLink(SordLink rhs)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getLinkId

      public String getLinkId()
    • setLinkId

      public void setLinkId(String linkId)
    • isPermanent

      public boolean isPermanent()
    • setPermanent

      public void setPermanent(boolean permanent)
    • toString

      public String toString()
      Overrides:
      toString in class Object