Class ScopedTranslationRepresentation
- java.lang.Object
-
- com.flowable.platform.service.translation.ScopedTranslationRepresentation
-
public class ScopedTranslationRepresentation extends java.lang.Object- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description ScopedTranslationRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()java.lang.StringgetKey()java.lang.StringgetLocale()java.lang.StringgetValue()voidsetId(java.lang.String id)voidsetKey(java.lang.String key)voidsetLocale(java.lang.String locale)voidsetValue(java.lang.String value)
-
-
-
Method Detail
-
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)
-
-