Package de.elo.ix.client
Class ColorDataC
java.lang.Object
de.elo.ix.client.ColorDataInternC
de.elo.ix.client.ColorDataC
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Read all colors.protected String
Color blueprotected String
Color greenprotected String
Color redprotected String
System colorstatic final int
Read colors inclusive logically deleted colors.static final int
Read colors inclusive hidden colors.static final long
static final long
Hidden flag.static final int
Read colors that can be assigned to Sord objects.Fields inherited from class de.elo.ix.client.ColorDataInternC
lnGuid, lnName, lnNameTranslationKey, lnPackageName, lnTStamp, lnTStampSync, mbAllMembers, mbFlags, mbGuid, mbId, mbName, mbNameTranslationKey, mbPackageName, mbRGB, mbStatus, mbTStamp, mbTStampSync
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
void
setGUID_BLUE
(String guid_blue) void
setGUID_GREEN
(String guid_green) void
setGUID_RED
(String guid_red) void
setGUID_SYSTEM
(String guid_system) void
setMbDeleted
(long v) Methods inherited from class de.elo.ix.client.ColorDataInternC
getLnGuid, getLnName, getLnNameTranslationKey, getLnPackageName, getLnTStamp, getLnTStampSync, getMbAllMembers, getMbFlags, getMbGuid, getMbId, getMbName, getMbNameTranslationKey, getMbPackageName, getMbRGB, getMbStatus, getMbTStamp, getMbTStampSync, setLnGuid, setLnName, setLnNameTranslationKey, setLnPackageName, setLnTStamp, setLnTStampSync, setMbAllMembers, setMbFlags, setMbGuid, setMbId, setMbName, setMbNameTranslationKey, setMbPackageName, setMbRGB, setMbStatus, setMbTStamp, setMbTStampSync
-
Field Details
-
GUID_SYSTEM
System color- Since:
- 7.00.000.003
-
GUID_RED
Color red- Since:
- 7.00.000.003
-
GUID_GREEN
Color green- Since:
- 7.00.000.003
-
GUID_BLUE
Color blue- Since:
- 7.00.000.003
-
mbDeleted
public static final long mbDeleted- See Also:
-
mbHidden
public static final long mbHiddenHidden flag.- Since:
- 20.00.000.001
- See Also:
-
SORD_COLORS
public static final int SORD_COLORSRead colors that can be assigned to Sord objects. This option can be passed toIXServicePortIF.checkoutColors2(ClientInfo, int, LockZ)
.- Since:
- 20.00.000.001
- See Also:
-
INCLUSIVE_HIDDEN
public static final int INCLUSIVE_HIDDENRead colors inclusive hidden colors. This option can be passed toIXServicePortIF.checkoutColors2(ClientInfo, int, LockZ)
.- Since:
- 20.00.000.001
- See Also:
-
INCLUSIVE_DELETED
public static final int INCLUSIVE_DELETEDRead colors inclusive logically deleted colors. This option can be passed toIXServicePortIF.checkoutColors2(ClientInfo, int, LockZ)
.- Since:
- 20.00.000.001
- See Also:
-
ALL_COLORS
public static final int ALL_COLORSRead all colors. This option can be passed toIXServicePortIF.checkoutColors2(ClientInfo, int, LockZ)
.- Since:
- 20.00.000.001
- See Also:
-
-
Constructor Details
-
ColorDataC
public ColorDataC()
-
-
Method Details
-
getGUID_SYSTEM
-
setGUID_SYSTEM
-
getGUID_RED
-
setGUID_RED
-
getGUID_GREEN
-
setGUID_GREEN
-
getGUID_BLUE
-
setGUID_BLUE
-
getMbDeleted
public long getMbDeleted() -
setMbDeleted
public void setMbDeleted(long v)
-