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