Package de.elo.ix.client
Class Keyword
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.Keyword
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
Prefix the text of a child keyword with the text of this keyword.protected Keyword[]
Child array.protected String
Only used in keywords for aspect lines with type =AspectLineC.TYPE_STATUS
.protected boolean
If true, this keyword can be used as a value for an index property.protected String
Keyword ID.protected boolean
The functioncookKeyword()
must be called for this keyword in order to use it for an index property.protected String
Keyword text.protected String
Translation key for text.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionKeyword[]
getId()
getText()
boolean
isAdd()
boolean
boolean
isRaw()
void
setAdd
(boolean add) void
setChildren
(Keyword[] children) void
setDisplayValue
(String displayValue) void
setEnabled
(boolean enabled) void
void
setRaw
(boolean raw) void
void
setTextTranslationKey
(String textTranslationKey) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
add
protected boolean addPrefix the text of a child keyword with the text of this keyword. This member is interpreted in
cookKeywords
. The following relationship exists between the membersenabled, add, raw
Member relationships condition conclusion add=true
enabled=false, raw=true
enabled=true
add=false, raw=any
- See Also:
-
children
Child array. -
enabled
protected boolean enabledIf true, this keyword can be used as a value for an index property. Otherwise its only purpose is to structure the keyword hierachy.- See Also:
-
id
Keyword ID. Consists of: groupid + orderid, orderid begins with a ".". -
raw
protected boolean rawThe functioncookKeyword()
must be called for this keyword in order to use it for an index property. This is because it contains placeholders that must be substituted or one of the parent keywords should be added.- See Also:
-
text
Keyword text. This term is assigned to an index property. The memberraw
should be checked before this term is used. This text can be translated into reps. from the users language: setSessionOptionsC.TRANSLATE_TERM
.- See Also:
-
displayValue
Only used in keywords for aspect lines with type =AspectLineC.TYPE_STATUS
. This field contains the translated text of the status value (fieldtext
) into user's language.- Since:
- 21.00.000.010
-
textTranslationKey
Translation key for text.- Since:
- 21.03.000.011
-
-
Constructor Details
-
Keyword
public Keyword() -
Keyword
-
Keyword
-
-
Method Details
-
isAdd
public boolean isAdd() -
setAdd
public void setAdd(boolean add) -
getChildren
-
setChildren
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getId
-
setId
-
isRaw
public boolean isRaw() -
setRaw
public void setRaw(boolean raw) -
getText
-
setText
-
getDisplayValue
-
setDisplayValue
-
getTextTranslationKey
-
setTextTranslationKey
-
toString
-