Package org.teamapps.dto
Class UiTreeGraphNodeIcon
java.lang.Object
org.teamapps.dto.UiTreeGraphNodeIcon
- All Implemented Interfaces:
UiObject
public class UiTreeGraphNodeIcon extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UiTreeGraphNodeIcon()Deprecated.Only for Jackson deserialization.UiTreeGraphNodeIcon(java.lang.String icon, int size) -
Method Summary
Modifier and Type Method Description java.lang.StringgetIcon()intgetSize()UiObjectTypegetUiObjectType()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
icon
protected java.lang.String icon -
size
protected int size
-
-
Constructor Details
-
UiTreeGraphNodeIcon
@Deprecated public UiTreeGraphNodeIcon()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiTreeGraphNodeIcon
public UiTreeGraphNodeIcon(java.lang.String icon, int size)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getIcon
public java.lang.String getIcon() -
getSize
public int getSize()
-