Class ScopedTranslationRepresentation

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

public class ScopedTranslationRepresentation extends Object
Author:
Filip Hrisafov
  • Field Details

  • Constructor Details

    • ScopedTranslationRepresentation

      public ScopedTranslationRepresentation()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getLocale

      public String getLocale()
    • setLocale

      public void setLocale(String locale)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)