Class KeywordList

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

public class KeywordList extends ValueClass implements Serializable
This class provides general informations for a keyword list.
Since:
7.00.000.033
See Also:
  • Field Details

    • id

      protected String id
      ID
    • guid

      protected String guid
      GUID
    • tStamp

      protected String tStamp
      Last modified, ISO - UTC Read-only.
    • deleted

      protected boolean deleted
      RESERVED
    • userId

      protected int userId
      ID of the user that has written the keyword list at last. Read-only.
    • userName

      protected String userName
      Name of the user that has written the keyword list at last. Read-only.
    • children

      protected Keyword[] children
      The keyword list entries.
    • lockId

      protected int lockId
      ID of the user who holds a lock on the keyword list.
      Since:
      8.00.010.004
    • TStampSync

      protected String TStampSync
      Timestamp of this object's last export by the replication.
      Since:
      9.99.009.001
    • packageName

      protected String packageName
      Package name of KeywordList
      Since:
      20.00.000.009
    • displayName

      protected String displayName
      The display name of the keyword. This value is displayed in the label before the edit field. It can be translated into reps. from the users language: set SessionOptionsC.TRANSLATE_TERM.
      Since:
      21.03.000.011
      See Also:
    • nameTranslationKey

      protected String nameTranslationKey
      Translation-keyword for displayName.
      Since:
      21.03.000.002
  • Constructor Details

    • KeywordList

      public KeywordList()
    • KeywordList

      public KeywordList(KeywordList rhs)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getGuid

      public String getGuid()
    • setGuid

      public void setGuid(String guid)
    • getTStamp

      public String getTStamp()
    • setTStamp

      public void setTStamp(String stamp)
    • isDeleted

      public boolean isDeleted()
    • setDeleted

      public void setDeleted(boolean deleted)
    • getUserId

      public int getUserId()
    • setUserId

      public void setUserId(int userId)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • getChildren

      public Keyword[] getChildren()
    • setChildren

      public void setChildren(Keyword[] children)
    • getLockId

      public int getLockId()
    • setLockId

      public void setLockId(int lockId)
    • getTStampSync

      public String getTStampSync()
    • setTStampSync

      public void setTStampSync(String TStampSync)
    • getPackageName

      public String getPackageName()
    • setPackageName

      public void setPackageName(String packageName)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • getNameTranslationKey

      public String getNameTranslationKey()
    • setNameTranslationKey

      public void setNameTranslationKey(String nameTranslationKey)