Class ColorData

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

public class ColorData extends ValueClass implements Serializable

Colours for marking entries in the archive.

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • RGB

      protected int RGB
      RGB value.
    • id

      protected int id
      Colour number (ID).
    • name

      protected String name
      Colour name
    • guid

      protected String guid
      GUID
      Since:
      7.00.000.003
    • TStamp

      protected String TStamp
      TStamp
      Since:
      7.00.000.003
    • deleted

      protected boolean deleted
      Logically deleted.
      Since:
      7.00.000.003
    • TStampSync

      protected String TStampSync
      Timestamp of this object's last export by the replication.
      Since:
      9.99.009.001
    • hidden

      protected boolean hidden
      This color should not be selectable in client applications. This color is reserved as marker for technical purposes.
      Since:
      20.00.000.001
    • packageName

      protected String packageName
      Package name of ColorData
      Since:
      20.00.000.009
    • displayName

      protected String displayName
      Localized name. This read-only value is the localized nameTranslationKey. If nameTranslationKey is empty, this value is set to name.
      Since:
      21.02.000.006
      See Also:
    • nameTranslationKey

      protected String nameTranslationKey
      Translation key. Optional identifier in the localization property files or translations stored via IXServicePortIF.checkinTranslateTerms(ClientInfo, TranslateTerm[], LockZ).
      Since:
      21.02.000.006
  • Constructor Details

    • ColorData

      public ColorData()
    • ColorData

      public ColorData(ColorData rhs)
  • Method Details

    • getRGB

      public int getRGB()
    • setRGB

      public void setRGB(int RGB)
    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getGuid

      public String getGuid()
    • setGuid

      public void setGuid(String guid)
    • getTStamp

      public String getTStamp()
    • setTStamp

      public void setTStamp(String stamp)
    • isDeleted

      public boolean isDeleted()
    • setDeleted

      public void setDeleted(boolean deleted)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getTStampSync

      public String getTStampSync()
    • setTStampSync

      public void setTStampSync(String TStampSync)
    • isHidden

      public boolean isHidden()
    • setHidden

      public void setHidden(boolean hidden)
    • getPackageName

      public String getPackageName()
    • setPackageName

      public void setPackageName(String packageName)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • getNameTranslationKey

      public String getNameTranslationKey()
    • setNameTranslationKey

      public void setNameTranslationKey(String translationKey)
    • toIdName

      public IdName toIdName()