Package de.elo.ix.client
Class ColorDataInternC
java.lang.Object
de.elo.ix.client.ColorDataInternC
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ColorDataC
Bit constants for members of ColorData
Copyright: Copyright (c) 2003
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Column length: GUID DB column: colorguidprotected int
DB column: colornameprotected int
Column length: Translation key.protected int
Column length: Package name of ColorData DB column: packagenameprotected int
Column length: TStamp DB column: colortstampprotected int
Column length: Timestamp of this object's last export by the replication.static final long
All valid member bits.static final long
Member bit: This color should not be selectable in client applications.static final long
Member bit: GUID DB column: colorguidstatic final long
DB column: colornostatic final long
DB column: colornamestatic final long
Member bit: Translation key.static final long
Member bit: Package name of ColorData DB column: packagenamestatic final long
DB column: coloridstatic final long
DB column: colorstatusstatic final long
Member bit: TStamp DB column: colortstampstatic final long
Member bit: Timestamp of this object's last export by the replication. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
long
long
long
long
getMbId()
long
long
long
long
getMbRGB()
long
long
long
void
setLnGuid
(int v) void
setLnName
(int v) void
setLnNameTranslationKey
(int v) void
setLnPackageName
(int v) void
setLnTStamp
(int v) void
setLnTStampSync
(int v) void
setMbAllMembers
(long v) void
setMbFlags
(long v) void
setMbGuid
(long v) void
setMbId
(long v) void
setMbName
(long v) void
setMbNameTranslationKey
(long v) void
setMbPackageName
(long v) void
setMbRGB
(long v) void
setMbStatus
(long v) void
setMbTStamp
(long v) void
setMbTStampSync
(long v)
-
Field Details
-
mbId
public static final long mbIdDB column: colorno- See Also:
-
mbName
public static final long mbNameDB column: colorname- See Also:
-
lnName
protected int lnNameDB column: colorname -
mbRGB
public static final long mbRGBDB column: colorid- See Also:
-
mbStatus
public static final long mbStatusDB column: colorstatus- See Also:
-
mbGuid
public static final long mbGuidMember bit: GUID DB column: colorguid- Since:
- 7.00.000.003
- See Also:
-
lnGuid
protected int lnGuidColumn length: GUID DB column: colorguid- Since:
- 7.00.000.003
-
mbTStamp
public static final long mbTStampMember bit: TStamp DB column: colortstamp- Since:
- 7.00.000.003
- See Also:
-
lnTStamp
protected int lnTStampColumn length: TStamp DB column: colortstamp- Since:
- 7.00.000.003
-
mbTStampSync
public static final long mbTStampSyncMember bit: Timestamp of this object's last export by the replication. DB column: colortstampsync- Since:
- 9.99.009.001
- See Also:
-
lnTStampSync
protected int lnTStampSyncColumn length: Timestamp of this object's last export by the replication. DB column: colortstampsync- Since:
- 9.99.009.001
-
mbFlags
public static final long mbFlagsMember 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 mbPackageNameMember bit: Package name of ColorData DB column: packagename- Since:
- 20.00.000.009
- See Also:
-
lnPackageName
protected int lnPackageNameColumn length: Package name of ColorData DB column: packagename- Since:
- 20.00.000.009
-
mbNameTranslationKey
public static final long mbNameTranslationKeyMember 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 lnNameTranslationKeyColumn 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 mbAllMembersAll 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)
-