Class AspectLineDataC

java.lang.Object
de.elo.ix.client.AspectLineDataC
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AspectLineC

public class AspectLineDataC extends Object implements Serializable

Bit constants for members of AspectLine

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

Since:
20.00.000.100
See Also:
  • Field Details

    • mbAspectId

      public static final long mbAspectId
      Member bit: This line information belongs to an aspect with the ID AspectId. DB column: aspectid
      See Also:
    • mbRawType

      public static final long mbRawType
      Member bit: The type of the line information.
      DB column: linetype
      See Also:
    • mbDisplayName

      public static final long mbDisplayName
      Member 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 lnDisplayName
      Column 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 mbKey
      Member bit: The attribute identifier. DB column: linekey
      See Also:
    • lnKey

      protected int lnKey
      Column length: The attribute identifier. DB column: linekey
    • mbRawFlags

      public static final long mbRawFlags
      Member bit: Internal flags representation. DB column: lineflags
      See Also:
    • mbExternalData

      public static final long mbExternalData
      Member bit: External data. Can be used to store an arbitary string. DB column: lineext
      See Also:
    • lnExternalData

      protected int lnExternalData
      Column length: External data. Can be used to store an arbitary string. DB column: lineext
    • mbDefaultValue

      public static final long mbDefaultValue
      Member bit: This value is assigned to the element for a new Sord object. DB column: linedefault
      See Also:
    • lnDefaultValue

      protected int lnDefaultValue
      Column length: This value is assigned to the element for a new Sord object. DB column: linedefault
    • mbNameTranslationKey

      public static final long mbNameTranslationKey
      Member bit: Translation-keyword for AspectLine.displayName. DB column: linenametrkey
      See Also:
    • lnNameTranslationKey

      protected int lnNameTranslationKey
      Column length: Translation-keyword for AspectLine.displayName. DB column: linenametrkey
    • mbAllowedReferencedMaskIdsRaw

      public static final long mbAllowedReferencedMaskIdsRaw
      Member bit: Specifies the DocMask.id allowed in a AspectLineC.TYPE_RELATION. DB column: allowedrefmaskids
      See Also:
    • lnAllowedReferencedMaskIdsRaw

      protected int lnAllowedReferencedMaskIdsRaw
      Column length: Specifies the DocMask.id allowed in a AspectLineC.TYPE_RELATION. DB column: allowedrefmaskids
    • mbDynamicKeywordReference

      public static final long mbDynamicKeywordReference
      Member 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 lnDynamicKeywordReference
      Column 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 mbSubType
      Member 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 lnSubType
      Column 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 mbComment
      Member bit: Quickinfo text for the attribute. DB column: linecomment
      Since:
      21.00.000.012
      See Also:
    • lnComment

      protected int lnComment
      Column length: Quickinfo text for the attribute. DB column: linecomment
      Since:
      21.00.000.012
    • mbCommentTranslationKey

      public static final long mbCommentTranslationKey
      Member bit: Translation-keyword for AspectLine.comment. DB column: linecommenttrkey
      Since:
      21.00.000.012
      See Also:
    • lnCommentTranslationKey

      protected int lnCommentTranslationKey
      Column length: Translation-keyword for AspectLine.comment. DB column: linecommenttrkey
      Since:
      21.00.000.012
    • mbKeywordListId

      public static final long mbKeywordListId
      Member bit: Keyword List ID. DB column: swlgroupid
      Since:
      21.03.000.002
      See Also:
    • lnKeywordListId

      protected int lnKeywordListId
      Column length: Keyword List ID. DB column: swlgroupid
      Since:
      21.03.000.002
    • mbAllMembers

      public static final long mbAllMembers
      All 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)