Package de.elo.ix.client
Class ObjKey
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ObjKey
- All Implemented Interfaces:
Serializable
This class wraps the ObjKeyData class to provide a convenient way to access the index lines that
have multiple columns. Unlike ObjKeyData the getData and setData functions work with String
arrays inspite of single String objects.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String[]
Data array.protected String[]
Human readable representation ofdata
.protected int
ID of the index lineprotected String
The group name of the index lineprotected int
The ELO object ID this object belongs toFields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
data
Data array. The values can be translated into resp. from the system language, ifSessionOptionsC.TRANSLATE_TERMS
is set and the correspondingDocMaskLine
has set the propertytranslate
. -
displayData
Human readable representation ofdata
. This member is read-only and might not be set in server-side events. For index lines of typeDocMaskLineC.TYPE_RELATION
, this member contains theSord.name
of the referenced Sord.- Since:
- 12.00.000.023
-
id
protected int idID of the index line -
name
The group name of the index line -
objId
protected int objIdThe ELO object ID this object belongs to
-
-
Constructor Details
-
ObjKey
public ObjKey() -
ObjKey
-
ObjKey
-
-
Method Details