Class ObjLinkC

java.lang.Object
de.elo.ix.client.ObjLinkC
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SordLinkC

public class ObjLinkC extends Object implements Serializable

Bit constants for members of SordLink

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

Since:
9.00.016.008
See Also:
  • Field Details

    • mbParentId

      public static final long mbParentId
      DB column: objguidparent
      See Also:
    • lnParentId

      protected int lnParentId
      DB column: objguidparent
    • mbId

      public static final long mbId
      DB column: objguidtarget
      See Also:
    • lnId

      protected int lnId
      DB column: objguidtarget
    • mbLinkId

      public static final long mbLinkId
      DB column: linkguid
      See Also:
    • lnLinkId

      protected int lnLinkId
      DB column: linkguid
    • mbTStamp

      public static final long mbTStamp
      DB column: linktstamp
      See Also:
    • lnTStamp

      protected int lnTStamp
      DB column: linktstamp
    • mbFlags

      public static final long mbFlags
      DB column: linkflags
      See Also:
    • mbAllMembers

      public static final long mbAllMembers
      All valid member bits.
      See Also:
  • Constructor Details

    • ObjLinkC

      public ObjLinkC()
  • Method Details

    • getMbParentId

      public long getMbParentId()
    • setMbParentId

      public void setMbParentId(long v)
    • getLnParentId

      public int getLnParentId()
    • setLnParentId

      public void setLnParentId(int v)
    • getMbId

      public long getMbId()
    • setMbId

      public void setMbId(long v)
    • getLnId

      public int getLnId()
    • setLnId

      public void setLnId(int v)
    • getMbLinkId

      public long getMbLinkId()
    • setMbLinkId

      public void setMbLinkId(long v)
    • getLnLinkId

      public int getLnLinkId()
    • setLnLinkId

      public void setLnLinkId(int v)
    • getMbTStamp

      public long getMbTStamp()
    • setMbTStamp

      public void setMbTStamp(long v)
    • getLnTStamp

      public int getLnTStamp()
    • setLnTStamp

      public void setLnTStamp(int v)
    • getMbFlags

      public long getMbFlags()
    • setMbFlags

      public void setMbFlags(long v)
    • getMbAllMembers

      public long getMbAllMembers()
    • setMbAllMembers

      public void setMbAllMembers(long v)