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.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)
-
-
-
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)
-
-