Class UiTemplateReference

java.lang.Object
org.teamapps.dto.UiTemplateReference
All Implemented Interfaces:
UiObject, UiTemplate

public class UiTemplateReference
extends java.lang.Object
implements UiTemplate, UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String templateId  
  • Constructor Summary

    Constructors
    Constructor Description
    UiTemplateReference()
    Deprecated.
    Only for Jackson deserialization.
    UiTemplateReference​(java.lang.String templateId)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getTemplateId()  
    UiObjectType getUiObjectType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • templateId

      protected java.lang.String templateId
  • Constructor Details

    • UiTemplateReference

      @Deprecated public UiTemplateReference()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiTemplateReference

      public UiTemplateReference​(java.lang.String templateId)
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getTemplateId

      public java.lang.String getTemplateId()