Package org.teamapps.dto
Class UiTable.SetFooterRowFieldCommand
- java.lang.Object
-
- org.teamapps.dto.UiTable.SetFooterRowFieldCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcolumnNameprotected java.lang.StringcomponentIdprotected UiClientObjectReferencefield
-
Constructor Summary
Constructors Constructor Description SetFooterRowFieldCommand()Deprecated.Only for Jackson deserialization.SetFooterRowFieldCommand(java.lang.String componentId, java.lang.String columnName, UiClientObjectReference field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetColumnName()java.lang.StringgetComponentId()UiClientObjectReferencegetField()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
columnName
protected java.lang.String columnName
-
field
protected UiClientObjectReference field
-
-
Constructor Detail
-
SetFooterRowFieldCommand
@Deprecated public SetFooterRowFieldCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
SetFooterRowFieldCommand
public SetFooterRowFieldCommand(java.lang.String componentId, java.lang.String columnName, UiClientObjectReference field)
-
-
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>
-
getColumnName
public java.lang.String getColumnName()
-
getField
public UiClientObjectReference getField()
-
-