Package org.teamapps.dto
Class UiTable.SetRecordBoldCommand
- java.lang.Object
-
- org.teamapps.dto.UiTable.SetRecordBoldCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanboldprotected java.lang.StringcomponentIdprotected intrecordId
-
Constructor Summary
Constructors Constructor Description SetRecordBoldCommand()Deprecated.Only for Jackson deserialization.SetRecordBoldCommand(java.lang.String componentId, int recordId, boolean bold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetBold()java.lang.StringgetComponentId()intgetRecordId()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getRecordId
public int getRecordId()
-
getBold
public boolean getBold()
-
-