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:
java.io.Serializable
public class ObjKey extends ValueClass implements java.io.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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String[]dataData array.protected java.lang.String[]displayDataHuman readable representation ofdata.protected intidID of the index lineprotected java.lang.StringnameThe group name of the index lineprotected intobjIdThe ELO object ID this object belongs to -
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.lang.String[]getData()java.lang.String[]getDisplayData()intgetId()java.lang.StringgetName()intgetObjId()voidsetData(java.lang.String[] data)voidsetDisplayData(java.lang.String[] displayData)voidsetId(int id)voidsetName(java.lang.String name)voidsetObjId(int objId)java.lang.StringtoString()
-
Field Details
-
data
protected java.lang.String[] dataData array. The values can be translated into resp. from the system language, ifSessionOptionsC.TRANSLATE_TERMSis set and the correspondingDocMaskLinehas set the propertytranslate. -
displayData
protected java.lang.String[] displayDataHuman 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.nameof the referenced Sord.- Since:
- 12.00.000.023
-
id
protected int idID of the index line -
name
protected java.lang.String nameThe group name of the index line -
objId
protected int objIdThe ELO object ID this object belongs to
-
-
Constructor Details
-
Method Details
-
getData
public java.lang.String[] getData() -
setData
public void setData(java.lang.String[] data) -
getId
public int getId() -
setId
public void setId(int id) -
getName
public java.lang.String getName() -
setName
public void setName(java.lang.String name) -
getObjId
public int getObjId() -
setObjId
public void setObjId(int objId) -
getDisplayData
public java.lang.String[] getDisplayData() -
setDisplayData
public void setDisplayData(java.lang.String[] displayData) -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-