Class ObjKey

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ObjKey
All Implemented Interfaces:
Serializable

public class ObjKey extends ValueClass implements 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 Details

    • data

      protected String[] data
      Data array. The values can be translated into resp. from the system language, if SessionOptionsC.TRANSLATE_TERMS is set and the corresponding DocMaskLine has set the property translate.
      See Also:
    • displayData

      protected String[] displayData
      Human readable representation of data. This member is read-only and might not be set in server-side events. For index lines of type DocMaskLineC.TYPE_RELATION, this member contains the Sord.name of the referenced Sord.
      Since:
      12.00.000.023
    • id

      protected int id
      ID of the index line
    • name

      protected String name
      The group name of the index line
    • objId

      protected int objId
      The ELO object ID this object belongs to
  • Constructor Details

    • ObjKey

      public ObjKey()
    • ObjKey

      public ObjKey(ObjKey rhs)
    • ObjKey

      public ObjKey(String[] data, int id, String name, int objId)
  • Method Details

    • getData

      public String[] getData()
    • setData

      public void setData(String[] data)
    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getObjId

      public int getObjId()
    • setObjId

      public void setObjId(int objId)
    • getDisplayData

      public String[] getDisplayData()
    • setDisplayData

      public void setDisplayData(String[] displayData)
    • toString

      public String toString()
      Overrides:
      toString in class Object