-
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 Stringcomponent1()final Stringcomponent2()final Localecomponent3()final Stringcomponent4()final PredefinedValueQuerycopy(String entityTypeName, String predefinedValue, Locale locale, String oldPredefinedValue)final StringgetEntityTypeName()final StringgetPredefinedValue()final LocalegetLocale()final StringgetOldPredefinedValue()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Locale component3()
-
component4
final String component4()
-
copy
final PredefinedValueQuery copy(String entityTypeName, String predefinedValue, Locale locale, String oldPredefinedValue)
-
getEntityTypeName
final String getEntityTypeName()
-
getPredefinedValue
final String getPredefinedValue()
-
getOldPredefinedValue
final String getOldPredefinedValue()
-
-
-
-