Class ScopedTranslationRepresentation
- java.lang.Object
-
- com.flowable.platform.service.translation.ScopedTranslationRepresentation
-
public class ScopedTranslationRepresentation extends Object
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description ScopedTranslationRepresentation()
-
-
-
Method Detail
-
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)
-
-