Package org.teamapps.dto
Class UiWindow.SetCloseableCommand
- java.lang.Object
-
- org.teamapps.dto.UiWindow.SetCloseableCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancloseableprotected java.lang.StringcomponentId
-
Constructor Summary
Constructors Constructor Description SetCloseableCommand()Deprecated.Only for Jackson deserialization.SetCloseableCommand(java.lang.String componentId, boolean closeable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCloseable()java.lang.StringgetComponentId()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>
-
getCloseable
public boolean getCloseable()
-
-