Class ScopedTranslationRepresentation

java.lang.Object
com.flowable.platform.service.translation.ScopedTranslationRepresentation

public class ScopedTranslationRepresentation
extends java.lang.Object
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String id  
    protected java.lang.String key  
    protected java.lang.String locale  
    protected java.lang.String value  
  • Constructor Summary

    Constructors 
    Constructor Description
    ScopedTranslationRepresentation()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getId()  
    java.lang.String getKey()  
    java.lang.String getLocale()  
    java.lang.String getValue()  
    void setId​(java.lang.String id)  
    void setKey​(java.lang.String key)  
    void setLocale​(java.lang.String locale)  
    void setValue​(java.lang.String value)  

    Methods inherited from class java.lang.Object

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

    • id

      protected java.lang.String id
    • key

      protected java.lang.String key
    • locale

      protected java.lang.String locale
    • value

      protected java.lang.String value
  • Constructor Details

  • Method Details

    • getId

      public java.lang.String getId()
    • setId

      public void setId​(java.lang.String id)
    • getKey

      public java.lang.String getKey()
    • setKey

      public void setKey​(java.lang.String key)
    • getLocale

      public java.lang.String getLocale()
    • setLocale

      public void setLocale​(java.lang.String locale)
    • getValue

      public java.lang.String getValue()
    • setValue

      public void setValue​(java.lang.String value)