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 int
Access mode for the current user.protected boolean
Mask has a barcode definition.protected int
This member specifies how the index values are stored in database.protected String
Translated name of this mask.protected boolean
Mask can be used as storage mask for indexing.protected boolean
Mask can be used as storage mask for folders.protected String
GUIDprotected int
Mask ID.protected boolean
Mask can be referenced from a DocMaskLine of typeDocMaskLineC.TYPE_RELATION
.
If this mask has a data organisationDocMaskC.DATA_ORGANISATION_ASPECT
the value determines if it can be referenced by an AspectLine of typeAspectLineC.TYPE_RELATION
.protected String
Mask name.protected String
Translation-keyword forname
.protected String
Package name.protected boolean
Sords of this mask establish a region within the repository tree.
This flag is only valid for masks of data organisationDocMaskC.DATA_ORGANISATION_ASPECT
.protected boolean
Mask can be used for searching.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getGuid()
int
getId()
getName()
boolean
boolean
boolean
boolean
boolean
isRegion()
boolean
void
setAccess
(int access) void
setBarcodeMask
(boolean barcodeMask) void
setDataOrganisation
(int dataOrganisation) void
setDisplayName
(String displayName) void
setDocumentMask
(boolean documentMask) void
setFolderMask
(boolean folderMask) void
void
setId
(int id) void
setKeywordingRelationAllowed
(boolean keywordingRelationAllowed) void
void
setNameTranslationKey
(String nameTranslationKey) void
setPackageName
(String packageName) void
setRegion
(boolean isRegion) void
setSearchMask
(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_ASPECT
the 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
-