Klasse UiTable.SetRecordBoldCommand

java.lang.Object
org.teamapps.dto.UiTable.SetRecordBoldCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiTable

public static class UiTable.SetRecordBoldCommand extends Object implements UiCommand<Void>
  • Felddetails

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • bold

      protected boolean bold
  • Konstruktordetails

    • SetRecordBoldCommand

      @Deprecated public SetRecordBoldCommand()
      Veraltet.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetRecordBoldCommand

      public SetRecordBoldCommand(String componentId, int recordId, boolean bold)
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getRecordId

      public int getRecordId()
    • getBold

      public boolean getBold()