Package de.elo.ix.client
Class ColorData
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ColorData
- All Implemented Interfaces:
Serializable
Colours for marking entries in the archive.
Copyright: Copyright (c) 2003
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanLogically deleted.protected StringLocalized name.protected StringGUIDprotected booleanThis color should not be selectable in client applications.protected intColour number (ID).protected StringColour nameprotected StringTranslation key.protected StringPackage name of ColorDataprotected intRGB value.protected intRGB contrast value.protected StringUnique specification for a color.protected StringTStampprotected StringTimestamp of this object's last export by the replication.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGuid()intgetId()getName()intgetRGB()intbooleanbooleanisHidden()voidsetDeleted(boolean deleted) voidsetDisplayName(String displayName) voidvoidsetHidden(boolean hidden) voidsetId(int id) voidvoidsetNameTranslationKey(String translationKey) voidsetPackageName(String packageName) voidsetRGB(int RGB) voidsetRGBContrast(int rGBContrast) voidsetSpecName(String specName) voidvoidsetTStampSync(String TStampSync) toIdName()toString()Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
RGB
protected int RGBRGB value. -
id
protected int idColour number (ID). -
name
Colour name -
guid
GUID- Since:
- 7.00.000.003
-
TStamp
TStamp- Since:
- 7.00.000.003
-
deleted
protected boolean deletedLogically deleted.- Since:
- 7.00.000.003
-
TStampSync
Timestamp of this object's last export by the replication.- Since:
- 9.99.009.001
-
packageName
Package name of ColorData- Since:
- 20.00.000.009
-
displayName
Localized name. This read-only value is the localizednameTranslationKey. IfnameTranslationKeyis empty, this value is set toname.- Since:
- 21.02.000.006
- See Also:
-
nameTranslationKey
Translation key. Optional identifier in the localization property files or translations stored viaIXServicePortIF.checkinTranslateTerms(ClientInfo, TranslateTerm[], LockZ).- Since:
- 21.02.000.006
-
RGBContrast
protected int RGBContrastRGB contrast value. The color is intended to be used in dark themes instead of the RGB value.- Since:
- 23.04.000.002
-
specName
Unique specification for a color. ELO provides a set of standard colors with such a specification. The ELO clients have a color palette for these standard specifications and can use a different color that optimally matches different color themes.- Since:
- 23.04.000.002
-
-
Constructor Details
-
ColorData
public ColorData() -
ColorData
-
-
Method Details
-
getRGBContrast
public int getRGBContrast() -
setRGBContrast
public void setRGBContrast(int rGBContrast) -
getSpecName
-
setSpecName
-
getRGB
public int getRGB() -
setRGB
public void setRGB(int RGB) -
getId
public int getId() -
setId
public void setId(int id) -
getName
-
setName
-
getGuid
-
setGuid
-
getTStamp
-
setTStamp
-
isDeleted
public boolean isDeleted() -
setDeleted
public void setDeleted(boolean deleted) -
toString
-
getTStampSync
-
setTStampSync
-
isHidden
public boolean isHidden() -
setHidden
public void setHidden(boolean hidden) -
getPackageName
-
setPackageName
-
getDisplayName
-
setDisplayName
-
getNameTranslationKey
-
setNameTranslationKey
-
toIdName
-