Package de.elo.ix.client
Class MaskName
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.MaskName
- All Implemented Interfaces:
Serializable
Mask name object.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intAccess mode for the current user.protected booleanMask has a barcode definition.protected intThis member specifies how the index values are stored in database.protected StringTranslated name of this mask.protected booleanMask can be used as storage mask for indexing.protected booleanMask can be used as storage mask for folders.protected StringGUIDprotected intMask ID.protected booleanMask can be referenced from a DocMaskLine of typeDocMaskLineC.TYPE_RELATION.
If this mask has a data organisationDocMaskC.DATA_ORGANISATION_ASPECTthe value determines if it can be referenced by an AspectLine of typeAspectLineC.TYPE_RELATION.protected StringMask name.protected StringTranslation-keyword forname.protected StringPackage name.protected booleanSords of this mask establish a region within the repository tree.
This flag is only valid for masks of data organisationDocMaskC.DATA_ORGANISATION_ASPECT.protected booleanMask can be used for searching.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetGuid()intgetId()getName()booleanbooleanbooleanbooleanbooleanisRegion()booleanvoidsetAccess(int access) voidsetBarcodeMask(boolean barcodeMask) voidsetDataOrganisation(int dataOrganisation) voidsetDisplayName(String displayName) voidsetDocumentMask(boolean documentMask) voidsetFolderMask(boolean folderMask) voidvoidsetId(int id) voidsetKeywordingRelationAllowed(boolean keywordingRelationAllowed) voidvoidsetNameTranslationKey(String nameTranslationKey) voidsetPackageName(String packageName) voidsetRegion(boolean isRegion) voidsetSearchMask(boolean searchMask) toString()Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
documentMask
protected boolean documentMaskMask can be used as storage mask for indexing. -
id
protected int idMask ID. -
name
Mask name. -
searchMask
protected boolean searchMaskMask can be used for searching. -
folderMask
protected boolean folderMaskMask can be used as storage mask for folders.- Since:
- 7.00.000.000
-
guid
GUID- Since:
- 7.00.000.004
-
access
protected int accessAccess mode for the current user. A combination of AccessC.LUR_* constants.- Since:
- 7.00.000.042
- See Also:
-
barcodeMask
protected boolean barcodeMaskMask has a barcode definition.- Since:
- 8.00.036.001
-
nameTranslationKey
Translation-keyword forname.- Since:
- 9.00.022.007
-
dataOrganisation
protected int dataOrganisationThis member specifies how the index values are stored in database.- Since:
- 21.00.000.014
- See Also:
-
packageName
Package name.- Since:
- 21.00.000.023
-
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 keywordingRelationAllowedMask can be referenced from a DocMaskLine of typeDocMaskLineC.TYPE_RELATION.
If this mask has a data organisationDocMaskC.DATA_ORGANISATION_ASPECTthe value determines if it can be referenced by an AspectLine of typeAspectLineC.TYPE_RELATION.- Since:
- 21.02.000.015
- See Also:
-
region
protected boolean regionSords of this mask establish a region within the repository tree.
This flag is only valid for masks of data organisationDocMaskC.DATA_ORGANISATION_ASPECT.- Since:
- 21.04.000.003
-
-
Constructor Details
-
MaskName
public MaskName() -
MaskName
-
-
Method Details
-
isDocumentMask
public boolean isDocumentMask() -
setDocumentMask
public void setDocumentMask(boolean documentMask) -
getId
public int getId() -
setId
public void setId(int id) -
getName
-
setName
-
isSearchMask
public boolean isSearchMask() -
setSearchMask
public void setSearchMask(boolean searchMask) -
isFolderMask
public boolean isFolderMask() -
setFolderMask
public void setFolderMask(boolean folderMask) -
getGuid
-
setGuid
-
getAccess
public int getAccess() -
setAccess
public void setAccess(int access) -
isBarcodeMask
public boolean isBarcodeMask() -
setBarcodeMask
public void setBarcodeMask(boolean barcodeMask) -
getNameTranslationKey
-
setNameTranslationKey
-
getDataOrganisation
public int getDataOrganisation() -
setDataOrganisation
public void setDataOrganisation(int dataOrganisation) -
getPackageName
-
setPackageName
-
getDisplayName
-
setDisplayName
-
isKeywordingRelationAllowed
public boolean isKeywordingRelationAllowed() -
setKeywordingRelationAllowed
public void setKeywordingRelationAllowed(boolean keywordingRelationAllowed) -
isRegion
public boolean isRegion() -
setRegion
public void setRegion(boolean isRegion) -
toString
-