Class AspectInfo

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

public class AspectInfo extends ValueClass implements Serializable
Aspect info object.

Copyright: Copyright (c) 2020

Organisation: ELO Digital Office GmbH

Since:
21.00.000.001
See Also:
  • Field Details

    • id

      protected int id
      Aspect ID.
    • name

      protected String name
      Aspect name.
    • guid

      protected String guid
      GUID
    • translationKey

      protected String translationKey
      Translation-keyword for name.
    • packageName

      protected String packageName
      Package name.
      Since:
      21.02.000.000
    • displayName

      protected String displayName
      Translated name of this aspect. This value is read-only and therefore ignored when changed and checked-in. Furthermore, the Indexserver always translates this value into the client language regardless whether the translation settings is enabled or not.
      Since:
      21.01.000.000
  • Constructor Details

    • AspectInfo

      public AspectInfo()
    • AspectInfo

      public AspectInfo(AspectInfo rhs)
  • Method Details

    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getGuid

      public String getGuid()
    • setGuid

      public void setGuid(String guid)
    • getTranslationKey

      public String getTranslationKey()
    • setTranslationKey

      public void setTranslationKey(String translationKey)
    • getPackageName

      public String getPackageName()
    • setPackageName

      public void setPackageName(String packageName)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • toString

      public String toString()
      Overrides:
      toString in class Object