Package de.elo.ix.client
Class AspectAssoc
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.AspectAssoc
- All Implemented Interfaces:
Serializable
This class defines an aspect association. An AspectAssoc defines a reference to a keywording
Aspect
in DocMask.aspectAssocs
.- Since:
- 20.00.000.100
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Access control list.protected AclItem[]
Access control list.protected int
ID of the referenced aspect.protected Cardinality
Cardinality.protected String
Locale specific name.protected String
Technical aspect association name.protected String
Translation-keyword fordisplayName
.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAcl()
AclItem[]
int
getName()
boolean
void
void
setAclItems
(AclItem[] aclItems) void
setAspectId
(int aspectId) void
setCardinality
(Cardinality cardinality) void
setDisplayName
(String displayName) void
void
setRegionInherit
(boolean regionInherit) void
setTranslationKey
(String translationKey) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
name
Technical aspect association name. This member must start with a character between 'A' and 'Z'. The following characters must be alpha-numeric including underscore. -
displayName
Locale specific name. Readonly. This value is the resolvedtranslationKey
. -
translationKey
Translation-keyword fordisplayName
. Defines thedisplayName
as technical resource ID. If this value is set, translations are only based on content of properties files and not on translation table. -
aspectId
protected int aspectIdID of the referenced aspect. -
cardinality
Cardinality. -
acl
Access control list. -
aclItems
Access control list.
-
-
Constructor Details
-
AspectAssoc
public AspectAssoc() -
AspectAssoc
-
-
Method Details
-
getName
-
setName
-
getDisplayName
-
setDisplayName
-
getTranslationKey
-
setTranslationKey
-
getAspectId
public int getAspectId() -
setAspectId
public void setAspectId(int aspectId) -
getCardinality
-
setCardinality
-
getAcl
-
setAcl
-
getAclItems
-
setAclItems
-
getRegionInherit
public boolean getRegionInherit() -
setRegionInherit
public void setRegionInherit(boolean regionInherit) -
toString
-