Package de.elo.ix.client
Class DocMaskInheritC
java.lang.Object
de.elo.ix.client.DocMaskInheritC
- All Implemented Interfaces:
Serializable
Bit constants for members of DocMaskInherit
Copyright: Copyright (c) 2003
Organisation: ELO Digital Office GmbH
- Since:
- 20.00.000.100
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
All valid member bits.static final long
DB column: childmaskidstatic final long
DB column: parentmaskid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
void
setMbAllMembers
(long v) void
setMbChildMaskId
(long v) void
setMbParentMaskId
(long v)
-
Field Details
-
mbChildMaskId
public static final long mbChildMaskIdDB column: childmaskid- Since:
- 20.00.000.100
- See Also:
-
mbParentMaskId
public static final long mbParentMaskIdDB column: parentmaskid- See Also:
-
mbAllMembers
public static final long mbAllMembersAll valid member bits.- See Also:
-
-
Constructor Details
-
DocMaskInheritC
public DocMaskInheritC()
-
-
Method Details
-
getMbChildMaskId
public long getMbChildMaskId() -
setMbChildMaskId
public void setMbChildMaskId(long v) -
getMbParentMaskId
public long getMbParentMaskId() -
setMbParentMaskId
public void setMbParentMaskId(long v) -
getMbAllMembers
public long getMbAllMembers() -
setMbAllMembers
public void setMbAllMembers(long v)
-