Class ColorDataInternC

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

public class ColorDataInternC extends Object implements Serializable

Bit constants for members of ColorData

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • mbId

      public static final long mbId
      DB column: colorno
      See Also:
    • mbName

      public static final long mbName
      DB column: colorname
      See Also:
    • lnName

      protected int lnName
      DB column: colorname
    • mbRGB

      public static final long mbRGB
      DB column: colorid
      See Also:
    • mbStatus

      public static final long mbStatus
      DB column: colorstatus
      See Also:
    • mbGuid

      public static final long mbGuid
      Member bit: GUID DB column: colorguid
      Since:
      7.00.000.003
      See Also:
    • lnGuid

      protected int lnGuid
      Column length: GUID DB column: colorguid
      Since:
      7.00.000.003
    • mbTStamp

      public static final long mbTStamp
      Member bit: TStamp DB column: colortstamp
      Since:
      7.00.000.003
      See Also:
    • lnTStamp

      protected int lnTStamp
      Column length: TStamp DB column: colortstamp
      Since:
      7.00.000.003
    • mbTStampSync

      public static final long mbTStampSync
      Member bit: Timestamp of this object's last export by the replication. DB column: colortstampsync
      Since:
      9.99.009.001
      See Also:
    • lnTStampSync

      protected int lnTStampSync
      Column length: Timestamp of this object's last export by the replication. DB column: colortstampsync
      Since:
      9.99.009.001
    • mbFlags

      public static final long mbFlags
      Member bit: This color should not be selectable in client applications. This color is reserved as marker DB column: colorflags
      Since:
      20.00.000.001
      See Also:
    • mbPackageName

      public static final long mbPackageName
      Member bit: Package name of ColorData DB column: packagename
      Since:
      20.00.000.009
      See Also:
    • lnPackageName

      protected int lnPackageName
      Column length: Package name of ColorData DB column: packagename
      Since:
      20.00.000.009
    • mbNameTranslationKey

      public static final long mbNameTranslationKey
      Member bit: Translation key. Optional identifier in the localization property files or translations stored DB column: trankey
      Since:
      21.02.000.006
      See Also:
    • lnNameTranslationKey

      protected int lnNameTranslationKey
      Column length: Translation key. Optional identifier in the localization property files or translations stored DB column: trankey
      Since:
      21.02.000.006
    • mbAllMembers

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

    • ColorDataInternC

      public ColorDataInternC()
  • Method Details

    • getMbId

      public long getMbId()
    • setMbId

      public void setMbId(long v)
    • getMbName

      public long getMbName()
    • setMbName

      public void setMbName(long v)
    • getLnName

      public int getLnName()
    • setLnName

      public void setLnName(int v)
    • getMbRGB

      public long getMbRGB()
    • setMbRGB

      public void setMbRGB(long v)
    • getMbStatus

      public long getMbStatus()
    • setMbStatus

      public void setMbStatus(long v)
    • getMbGuid

      public long getMbGuid()
    • setMbGuid

      public void setMbGuid(long v)
    • getLnGuid

      public int getLnGuid()
    • setLnGuid

      public void setLnGuid(int v)
    • getMbTStamp

      public long getMbTStamp()
    • setMbTStamp

      public void setMbTStamp(long v)
    • getLnTStamp

      public int getLnTStamp()
    • setLnTStamp

      public void setLnTStamp(int v)
    • getMbTStampSync

      public long getMbTStampSync()
    • setMbTStampSync

      public void setMbTStampSync(long v)
    • getLnTStampSync

      public int getLnTStampSync()
    • setLnTStampSync

      public void setLnTStampSync(int v)
    • getMbFlags

      public long getMbFlags()
    • setMbFlags

      public void setMbFlags(long v)
    • getMbPackageName

      public long getMbPackageName()
    • setMbPackageName

      public void setMbPackageName(long v)
    • getLnPackageName

      public int getLnPackageName()
    • setLnPackageName

      public void setLnPackageName(int v)
    • getMbNameTranslationKey

      public long getMbNameTranslationKey()
    • setMbNameTranslationKey

      public void setMbNameTranslationKey(long v)
    • getLnNameTranslationKey

      public int getLnNameTranslationKey()
    • setLnNameTranslationKey

      public void setLnNameTranslationKey(int v)
    • getMbAllMembers

      public long getMbAllMembers()
    • setMbAllMembers

      public void setMbAllMembers(long v)