Class SordHistKey

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

public class SordHistKey extends ValueClass implements Serializable
This class provides the version information for a keywording attribute that has been modified.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • histGuid

      protected String histGuid
      GUID of the assigned SordHist object.
    • keyData

      protected String keyData
      Value of dat of the attribute.
    • keyName

      protected String keyName
      Name of the attribute.
    • keyNo

      protected int keyNo
      ID of the attribute.
    • keyIndex

      protected int keyIndex
      Index of the attribute within an array of attributes.
      Since:
      8.00.032.007
    • keyId

      protected int keyId
      External ID of the attribute, serves as an identifier for keyNames.
      Since:
      8.00.032.007
  • Constructor Details

    • SordHistKey

      public SordHistKey()
    • SordHistKey

      public SordHistKey(SordHistKey rhs)
  • Method Details

    • getHistGuid

      public String getHistGuid()
    • setHistGuid

      public void setHistGuid(String histGuid)
    • getKeyData

      public String getKeyData()
    • setKeyData

      public void setKeyData(String keyData)
    • getKeyName

      public String getKeyName()
    • setKeyName

      public void setKeyName(String keyName)
    • getKeyNo

      public int getKeyNo()
    • setKeyNo

      public void setKeyNo(int keyNo)
    • getKeyIndex

      public int getKeyIndex()
    • setKeyIndex

      public void setKeyIndex(int keyIndex)
    • getKeyId

      public int getKeyId()
    • setKeyId

      public void setKeyId(int keyId)
    • toString

      public String toString()
      Overrides:
      toString in class Object