Class AspectAssocC

java.lang.Object
de.elo.ix.client.AspectAssocC
All Implemented Interfaces:
Serializable

public class AspectAssocC extends Object implements Serializable

Bit constants for members of AspectAssoc

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

Since:
20.00.000.100
See Also:
  • Field Details

    • mbMaskId

      public static final long mbMaskId
      DB column: maskid
      Since:
      20.00.000.100
      See Also:
    • mbName

      public static final long mbName
      Member bit: Technical aspect association name. This member must start with a character between 'A' and 'Z'. DB column: name
      See Also:
    • lnName

      protected int lnName
      Column length: Technical aspect association name. This member must start with a character between 'A' and 'Z'. DB column: name
    • mbTranslationKey

      public static final long mbTranslationKey
      Member bit: Translation-keyword for AspectAssoc.displayName. Defines the #displayName as DB column: translationkey
      See Also:
    • lnTranslationKey

      protected int lnTranslationKey
      Column length: Translation-keyword for AspectAssoc.displayName. Defines the #displayName as DB column: translationkey
    • mbAspectId

      public static final long mbAspectId
      Member bit: ID of the referenced aspect. DB column: aspectid
      See Also:
    • mbRawCardinality

      public static final long mbRawCardinality
      Member bit: Cardinality. DB column: cardinality
      See Also:
    • mbAcl

      public static final long mbAcl
      Member bit: Access control list. DB column: acl
      See Also:
    • lnAcl

      protected int lnAcl
      Column length: Access control list. DB column: acl
    • mbAllMembers

      public static final long mbAllMembers
      All valid member bits.
      See Also:
  • Constructor Details

    • AspectAssocC

      public AspectAssocC()
  • Method Details

    • getMbMaskId

      public long getMbMaskId()
    • setMbMaskId

      public void setMbMaskId(long v)
    • getMbName

      public long getMbName()
    • setMbName

      public void setMbName(long v)
    • getLnName

      public int getLnName()
    • setLnName

      public void setLnName(int v)
    • getMbTranslationKey

      public long getMbTranslationKey()
    • setMbTranslationKey

      public void setMbTranslationKey(long v)
    • getLnTranslationKey

      public int getLnTranslationKey()
    • setLnTranslationKey

      public void setLnTranslationKey(int v)
    • getMbAspectId

      public long getMbAspectId()
    • setMbAspectId

      public void setMbAspectId(long v)
    • getMbRawCardinality

      public long getMbRawCardinality()
    • setMbRawCardinality

      public void setMbRawCardinality(long v)
    • getMbAcl

      public long getMbAcl()
    • setMbAcl

      public void setMbAcl(long v)
    • getLnAcl

      public int getLnAcl()
    • setLnAcl

      public void setLnAcl(int v)
    • getMbAllMembers

      public long getMbAllMembers()
    • setMbAllMembers

      public void setMbAllMembers(long v)