-
- All Implemented Interfaces:
public final class PredefinedValueQuery
-
-
Field Summary
Fields Modifier and Type Field Description private final StringentityTypeNameprivate final StringpredefinedValueprivate final Localelocaleprivate final StringoldPredefinedValue
-
Constructor Summary
Constructors Constructor Description PredefinedValueQuery(String entityTypeName, String predefinedValue, Locale locale, String oldPredefinedValue)
-
Method Summary
Modifier and Type Method Description final StringgetEntityTypeName()final StringgetPredefinedValue()final LocalegetLocale()final StringgetOldPredefinedValue()-
-
Method Detail
-
getEntityTypeName
final String getEntityTypeName()
-
getPredefinedValue
final String getPredefinedValue()
-
getOldPredefinedValue
final String getOldPredefinedValue()
-
-
-
-