Package org.teamapps.dto
Class UiFileField.ReplaceFileItemCommand
- java.lang.Object
-
- org.teamapps.dto.UiFileField.ReplaceFileItemCommand
-
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiFileField
public static class UiFileField.ReplaceFileItemCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected UiIdentifiableClientRecorddataprotected java.lang.StringfileItemUuid
-
Constructor Summary
Constructors Constructor Description ReplaceFileItemCommand()Deprecated.Only for Jackson deserialization.ReplaceFileItemCommand(java.lang.String componentId, java.lang.String fileItemUuid, UiIdentifiableClientRecord data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()UiIdentifiableClientRecordgetData()java.lang.StringgetFileItemUuid()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
fileItemUuid
protected java.lang.String fileItemUuid
-
data
protected UiIdentifiableClientRecord data
-
-
Constructor Detail
-
ReplaceFileItemCommand
@Deprecated public ReplaceFileItemCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
ReplaceFileItemCommand
public ReplaceFileItemCommand(java.lang.String componentId, java.lang.String fileItemUuid, UiIdentifiableClientRecord data)
-
-
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>
-
getFileItemUuid
public java.lang.String getFileItemUuid()
-
getData
public UiIdentifiableClientRecord getData()
-
-