Class MaskName

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.MaskName
All Implemented Interfaces:
Serializable

public class MaskName extends ValueClass implements Serializable
Mask name object.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • documentMask

      protected boolean documentMask
      Mask can be used as storage mask for indexing.
    • id

      protected int id
      Mask ID.
    • name

      protected String name
      Mask name.
    • searchMask

      protected boolean searchMask
      Mask can be used for searching.
    • folderMask

      protected boolean folderMask
      Mask can be used as storage mask for folders.
      Since:
      7.00.000.000
    • guid

      protected String guid
      GUID
      Since:
      7.00.000.004
    • access

      protected int access
      Access mode for the current user. A combination of AccessC.LUR_* constants.
      Since:
      7.00.000.042
      See Also:
    • barcodeMask

      protected boolean barcodeMask
      Mask has a barcode definition.
      Since:
      8.00.036.001
    • nameTranslationKey

      protected String nameTranslationKey
      Translation-keyword for name.
      Since:
      9.00.022.007
    • dataOrganisation

      protected int dataOrganisation
      This member specifies how the index values are stored in database.
      Since:
      21.00.000.014
      See Also:
    • packageName

      protected String packageName
      Package name.
      Since:
      21.00.000.023
    • displayName

      protected String displayName
      Translated name of this mask. This value is read-only and therefore ignored when changed and checked-in. Furthermore, the Indexserver always translates this value into the client language regardless whether the translation settings is enabled or not.
      Since:
      21.01.000.000
    • keywordingRelationAllowed

      protected boolean keywordingRelationAllowed
      Mask can be referenced from a DocMaskLine of type DocMaskLineC.TYPE_RELATION.
      If this mask has a data organisation DocMaskC.DATA_ORGANISATION_ASPECT the value determines if it can be referenced by an AspectLine of type AspectLineC.TYPE_RELATION.
      Since:
      21.02.000.015
      See Also:
    • region

      protected boolean region
      Sords of this mask establish a region within the repository tree.
      This flag is only valid for masks of data organisation DocMaskC.DATA_ORGANISATION_ASPECT.
      Since:
      21.04.000.003
  • Constructor Details

    • MaskName

      public MaskName()
    • MaskName

      public MaskName(MaskName rhs)
  • Method Details

    • isDocumentMask

      public boolean isDocumentMask()
    • setDocumentMask

      public void setDocumentMask(boolean documentMask)
    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isSearchMask

      public boolean isSearchMask()
    • setSearchMask

      public void setSearchMask(boolean searchMask)
    • isFolderMask

      public boolean isFolderMask()
    • setFolderMask

      public void setFolderMask(boolean folderMask)
    • getGuid

      public String getGuid()
    • setGuid

      public void setGuid(String guid)
    • getAccess

      public int getAccess()
    • setAccess

      public void setAccess(int access)
    • isBarcodeMask

      public boolean isBarcodeMask()
    • setBarcodeMask

      public void setBarcodeMask(boolean barcodeMask)
    • getNameTranslationKey

      public String getNameTranslationKey()
    • setNameTranslationKey

      public void setNameTranslationKey(String nameTranslationKey)
    • getDataOrganisation

      public int getDataOrganisation()
    • setDataOrganisation

      public void setDataOrganisation(int dataOrganisation)
    • getPackageName

      public String getPackageName()
    • setPackageName

      public void setPackageName(String packageName)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • isKeywordingRelationAllowed

      public boolean isKeywordingRelationAllowed()
    • setKeywordingRelationAllowed

      public void setKeywordingRelationAllowed(boolean keywordingRelationAllowed)
    • isRegion

      public boolean isRegion()
    • setRegion

      public void setRegion(boolean isRegion)
    • toString

      public String toString()
      Overrides:
      toString in class Object