Class RestoreIconInfo

java.lang.Object
de.elo.ix.client.RestoreIconInfo
All Implemented Interfaces:
Serializable

public class RestoreIconInfo extends Object implements Serializable
Since:
23.04.000.009
See Also:
  • Field Details

    • iconId

      protected String iconId
      ID, GUID or name of the icon to restore.
  • Constructor Details

    • RestoreIconInfo

      public RestoreIconInfo()
    • RestoreIconInfo

      public RestoreIconInfo(RestoreIconInfo rhs)
  • Method Details

    • getIconId

      public String getIconId()
    • setIconId

      public void setIconId(String iconId)
    • toString

      public String toString()
      Overrides:
      toString in class Object