Package de.elo.ix.client
Class AspectLineDataC
java.lang.Object
de.elo.ix.client.AspectLineDataC
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AspectLineC
Bit constants for members of AspectLine
Copyright: Copyright (c) 2003
Organisation: ELO Digital Office GmbH
- Since:
- 20.00.000.100
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Column length: Specifies theDocMask.id
allowed in aAspectLineC.TYPE_RELATION
.protected int
Column length: Quickinfo text for the attribute.protected int
Column length: Translation-keyword forAspectLine.comment
.protected int
Column length: This value is assigned to the element for a new Sord object.protected int
Column length: The display name of the attribute.protected int
Column length: A script or plugin at the server can serve as the data source of a dynamic keyword list.protected int
Column length: External data.protected int
Column length: The attribute identifier.protected int
Column length: Keyword List ID.protected int
Column length: Translation-keyword forAspectLine.displayName
.protected int
Column length: This field can be used by clients to determine a subtype of the given type.static final long
All valid member bits.static final long
Member bit: Specifies theDocMask.id
allowed in aAspectLineC.TYPE_RELATION
.static final long
Member bit: This line information belongs to an aspect with the ID AspectId.static final long
Member bit: Quickinfo text for the attribute.static final long
Member bit: Translation-keyword forAspectLine.comment
.static final long
Member bit: This value is assigned to the element for a new Sord object.static final long
Member bit: The display name of the attribute.static final long
Member bit: A script or plugin at the server can serve as the data source of a dynamic keyword list.static final long
Member bit: External data.static final long
Member bit: The attribute identifier.static final long
Member bit: Keyword List ID.static final long
Member bit: Translation-keyword forAspectLine.displayName
.static final long
Member bit: Internal flags representation.static final long
Member bit: The type of the line information.
DB column: linetypestatic final long
Member bit: This field can be used by clients to determine a subtype of the given type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
getLnKey()
int
int
int
long
long
long
long
long
long
long
long
long
long
getMbKey()
long
long
long
long
long
void
void
setLnComment
(int v) void
setLnCommentTranslationKey
(int v) void
setLnDefaultValue
(int v) void
setLnDisplayName
(int v) void
setLnDynamicKeywordReference
(int v) void
setLnExternalData
(int v) void
setLnKey
(int v) void
setLnKeywordListId
(int v) void
setLnNameTranslationKey
(int v) void
setLnSubType
(int v) void
setMbAllMembers
(long v) void
setMbAllowedReferencedMaskIdsRaw
(long v) void
setMbAspectId
(long v) void
setMbComment
(long v) void
setMbCommentTranslationKey
(long v) void
setMbDefaultValue
(long v) void
setMbDisplayName
(long v) void
setMbDynamicKeywordReference
(long v) void
setMbExternalData
(long v) void
setMbKey
(long v) void
setMbKeywordListId
(long v) void
setMbNameTranslationKey
(long v) void
setMbRawFlags
(long v) void
setMbRawType
(long v) void
setMbSubType
(long v)
-
Field Details
-
mbAspectId
public static final long mbAspectIdMember bit: This line information belongs to an aspect with the ID AspectId. DB column: aspectid- See Also:
-
mbRawType
public static final long mbRawTypeMember bit: The type of the line information.
DB column: linetype- See Also:
-
mbDisplayName
public static final long mbDisplayNameMember bit: The display name of the attribute. This value is displayed in the lable before the edit field. DB column: linedisplayName- See Also:
-
lnDisplayName
protected int lnDisplayNameColumn length: The display name of the attribute. This value is displayed in the lable before the edit field. DB column: linedisplayName -
mbKey
public static final long mbKeyMember bit: The attribute identifier. DB column: linekey- See Also:
-
lnKey
protected int lnKeyColumn length: The attribute identifier. DB column: linekey -
mbRawFlags
public static final long mbRawFlagsMember bit: Internal flags representation. DB column: lineflags- See Also:
-
mbExternalData
public static final long mbExternalDataMember bit: External data. Can be used to store an arbitary string. DB column: lineext- See Also:
-
lnExternalData
protected int lnExternalDataColumn length: External data. Can be used to store an arbitary string. DB column: lineext -
mbDefaultValue
public static final long mbDefaultValueMember bit: This value is assigned to the element for a new Sord object. DB column: linedefault- See Also:
-
lnDefaultValue
protected int lnDefaultValueColumn length: This value is assigned to the element for a new Sord object. DB column: linedefault -
mbNameTranslationKey
public static final long mbNameTranslationKeyMember bit: Translation-keyword forAspectLine.displayName
. DB column: linenametrkey- See Also:
-
lnNameTranslationKey
protected int lnNameTranslationKeyColumn length: Translation-keyword forAspectLine.displayName
. DB column: linenametrkey -
mbAllowedReferencedMaskIdsRaw
public static final long mbAllowedReferencedMaskIdsRawMember bit: Specifies theDocMask.id
allowed in aAspectLineC.TYPE_RELATION
. DB column: allowedrefmaskids- See Also:
-
lnAllowedReferencedMaskIdsRaw
protected int lnAllowedReferencedMaskIdsRawColumn length: Specifies theDocMask.id
allowed in aAspectLineC.TYPE_RELATION
. DB column: allowedrefmaskids -
mbDynamicKeywordReference
public static final long mbDynamicKeywordReferenceMember bit: A script or plugin at the server can serve as the data source of a dynamic keyword list. This DB column: dynkeywordreference- Since:
- 21.00.000.004
- See Also:
-
lnDynamicKeywordReference
protected int lnDynamicKeywordReferenceColumn length: A script or plugin at the server can serve as the data source of a dynamic keyword list. This DB column: dynkeywordreference- Since:
- 21.00.000.004
-
mbSubType
public static final long mbSubTypeMember bit: This field can be used by clients to determine a subtype of the given type. For the purpose of DB column: subtype- Since:
- 21.00.000.008
- See Also:
-
lnSubType
protected int lnSubTypeColumn length: This field can be used by clients to determine a subtype of the given type. For the purpose of DB column: subtype- Since:
- 21.00.000.008
-
mbComment
public static final long mbCommentMember bit: Quickinfo text for the attribute. DB column: linecomment- Since:
- 21.00.000.012
- See Also:
-
lnComment
protected int lnCommentColumn length: Quickinfo text for the attribute. DB column: linecomment- Since:
- 21.00.000.012
-
mbCommentTranslationKey
public static final long mbCommentTranslationKeyMember bit: Translation-keyword forAspectLine.comment
. DB column: linecommenttrkey- Since:
- 21.00.000.012
- See Also:
-
lnCommentTranslationKey
protected int lnCommentTranslationKeyColumn length: Translation-keyword forAspectLine.comment
. DB column: linecommenttrkey- Since:
- 21.00.000.012
-
mbKeywordListId
public static final long mbKeywordListIdMember bit: Keyword List ID. DB column: swlgroupid- Since:
- 21.03.000.002
- See Also:
-
lnKeywordListId
protected int lnKeywordListIdColumn length: Keyword List ID. DB column: swlgroupid- Since:
- 21.03.000.002
-
mbAllMembers
public static final long mbAllMembersAll valid member bits.- See Also:
-
-
Constructor Details
-
AspectLineDataC
public AspectLineDataC()
-
-
Method Details
-
getMbAspectId
public long getMbAspectId() -
setMbAspectId
public void setMbAspectId(long v) -
getMbRawType
public long getMbRawType() -
setMbRawType
public void setMbRawType(long v) -
getMbDisplayName
public long getMbDisplayName() -
setMbDisplayName
public void setMbDisplayName(long v) -
getLnDisplayName
public int getLnDisplayName() -
setLnDisplayName
public void setLnDisplayName(int v) -
getMbKey
public long getMbKey() -
setMbKey
public void setMbKey(long v) -
getLnKey
public int getLnKey() -
setLnKey
public void setLnKey(int v) -
getMbRawFlags
public long getMbRawFlags() -
setMbRawFlags
public void setMbRawFlags(long v) -
getMbExternalData
public long getMbExternalData() -
setMbExternalData
public void setMbExternalData(long v) -
getLnExternalData
public int getLnExternalData() -
setLnExternalData
public void setLnExternalData(int v) -
getMbDefaultValue
public long getMbDefaultValue() -
setMbDefaultValue
public void setMbDefaultValue(long v) -
getLnDefaultValue
public int getLnDefaultValue() -
setLnDefaultValue
public void setLnDefaultValue(int v) -
getMbNameTranslationKey
public long getMbNameTranslationKey() -
setMbNameTranslationKey
public void setMbNameTranslationKey(long v) -
getLnNameTranslationKey
public int getLnNameTranslationKey() -
setLnNameTranslationKey
public void setLnNameTranslationKey(int v) -
getMbAllowedReferencedMaskIdsRaw
public long getMbAllowedReferencedMaskIdsRaw() -
setMbAllowedReferencedMaskIdsRaw
public void setMbAllowedReferencedMaskIdsRaw(long v) -
getLnAllowedReferencedMaskIdsRaw
public int getLnAllowedReferencedMaskIdsRaw() -
setLnAllowedReferencedMaskIdsRaw
public void setLnAllowedReferencedMaskIdsRaw(int v) -
getMbDynamicKeywordReference
public long getMbDynamicKeywordReference() -
setMbDynamicKeywordReference
public void setMbDynamicKeywordReference(long v) -
getLnDynamicKeywordReference
public int getLnDynamicKeywordReference() -
setLnDynamicKeywordReference
public void setLnDynamicKeywordReference(int v) -
getMbSubType
public long getMbSubType() -
setMbSubType
public void setMbSubType(long v) -
getLnSubType
public int getLnSubType() -
setLnSubType
public void setLnSubType(int v) -
getMbComment
public long getMbComment() -
setMbComment
public void setMbComment(long v) -
getLnComment
public int getLnComment() -
setLnComment
public void setLnComment(int v) -
getMbCommentTranslationKey
public long getMbCommentTranslationKey() -
setMbCommentTranslationKey
public void setMbCommentTranslationKey(long v) -
getLnCommentTranslationKey
public int getLnCommentTranslationKey() -
setLnCommentTranslationKey
public void setLnCommentTranslationKey(int v) -
getMbKeywordListId
public long getMbKeywordListId() -
setMbKeywordListId
public void setMbKeywordListId(long v) -
getLnKeywordListId
public int getLnKeywordListId() -
setLnKeywordListId
public void setLnKeywordListId(int v) -
getMbAllMembers
public long getMbAllMembers() -
setMbAllMembers
public void setMbAllMembers(long v)
-