Package org.kie.api.task.model
Interface I18NText
-
- All Superinterfaces:
Externalizable
,Serializable
public interface I18NText extends Externalizable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getId()
String
getLanguage()
String
getText()
-
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
-