Package org.teamapps.dto
Class UiScriptType
java.lang.Object
org.teamapps.dto.UiScriptType
- All Implemented Interfaces:
UiObject
public class UiScriptType extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiScriptType.Type -
Field Summary
Fields Modifier and Type Field Description protected UiScriptType.Typetype -
Constructor Summary
Constructors Constructor Description UiScriptType()Deprecated.Only for Jackson deserialization.UiScriptType(UiScriptType.Type type) -
Method Summary
Modifier and Type Method Description UiScriptType.TypegetType()UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
Field Details
-
Constructor Details
-
UiScriptType
@Deprecated public UiScriptType()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiScriptType
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getType
-