Interface LanguageLabelMapping
-
- All Superinterfaces:
BasicLanguageLabelMapping
,Identifiable
public interface LanguageLabelMapping extends Identifiable, BasicLanguageLabelMapping
Represents a mapping from a (error) code to a language label key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setErrorCode(String errorCode)
Updates the error code of this language label mapping.void
setLanguageLabelKey(String labelKey)
Updates the key of the language label that is mapped to the error code-
Methods inherited from interface nl.gx.forms.wmpformapi.api.BasicLanguageLabelMapping
getErrorCode, getLanguageLabelKey
-
Methods inherited from interface nl.gx.webmanager.services.entitymanager.Identifiable
getId, setId
-
-
-
-
Method Detail
-
setLanguageLabelKey
void setLanguageLabelKey(String labelKey)
Updates the key of the language label that is mapped to the error code- Parameters:
labelKey
- the key of the language label
-
setErrorCode
void setErrorCode(String errorCode)
Updates the error code of this language label mapping.- Parameters:
errorCode
- the new error code
-
-