Class SolrSynonymConfigModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.solrfacetsearch.model.config.SolrSynonymConfigModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SolrSynonymConfigModel extends ItemModel
Generated model class for type SolrSynonymConfig first defined at extension solrfacetsearch.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringFACETSEARCHCONFIGGenerated constant - Attribute key ofSolrSynonymConfig.facetSearchConfigattribute defined at extensionsolrfacetsearch.static java.lang.StringFACETSEARCHCONFIGPOSGenerated constant - Attribute key ofSolrSynonymConfig.facetSearchConfigPOSattribute defined at extensionsolrfacetsearch.static java.lang.StringLANGUAGEGenerated constant - Attribute key ofSolrSynonymConfig.languageattribute defined at extensionsolrfacetsearch.static java.lang.StringLANGUAGEPOSGenerated constant - Attribute key ofSolrSynonymConfig.languagePOSattribute defined at extensionsolrfacetsearch.static java.lang.StringSYNONYMFROMGenerated constant - Attribute key ofSolrSynonymConfig.synonymFromattribute defined at extensionsolrfacetsearch.static java.lang.StringSYNONYMTOGenerated constant - Attribute key ofSolrSynonymConfig.synonymToattribute defined at extensionsolrfacetsearch.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SolrSynonymConfigModel()Generated constructor - Default constructor for generic creation.SolrSynonymConfigModel(LanguageModel _language, ItemModel _owner, java.lang.String _synonymFrom)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSynonymConfigModel(LanguageModel _language, java.lang.String _synonymFrom)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSynonymConfigModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SolrFacetSearchConfigModelgetFacetSearchConfig()Generated method - Getter of theSolrSynonymConfig.facetSearchConfigattribute defined at extensionsolrfacetsearch.LanguageModelgetLanguage()Generated method - Getter of theSolrSynonymConfig.languageattribute defined at extensionsolrfacetsearch.java.lang.StringgetSynonymFrom()Generated method - Getter of theSolrSynonymConfig.synonymFromattribute defined at extensionsolrfacetsearch.java.lang.StringgetSynonymTo()Generated method - Getter of theSolrSynonymConfig.synonymToattribute defined at extensionsolrfacetsearch.voidsetFacetSearchConfig(SolrFacetSearchConfigModel value)Generated method - Setter ofSolrSynonymConfig.facetSearchConfigattribute defined at extensionsolrfacetsearch.voidsetLanguage(LanguageModel value)Generated method - Setter ofSolrSynonymConfig.languageattribute defined at extensionsolrfacetsearch.voidsetSynonymFrom(java.lang.String value)Generated method - Setter ofSolrSynonymConfig.synonymFromattribute defined at extensionsolrfacetsearch.voidsetSynonymTo(java.lang.String value)Generated method - Setter ofSolrSynonymConfig.synonymToattribute defined at extensionsolrfacetsearch.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
SYNONYMFROM
public static final java.lang.String SYNONYMFROM
Generated constant - Attribute key ofSolrSynonymConfig.synonymFromattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
SYNONYMTO
public static final java.lang.String SYNONYMTO
Generated constant - Attribute key ofSolrSynonymConfig.synonymToattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
LANGUAGEPOS
public static final java.lang.String LANGUAGEPOS
Generated constant - Attribute key ofSolrSynonymConfig.languagePOSattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Generated constant - Attribute key ofSolrSynonymConfig.languageattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
FACETSEARCHCONFIGPOS
public static final java.lang.String FACETSEARCHCONFIGPOS
Generated constant - Attribute key ofSolrSynonymConfig.facetSearchConfigPOSattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
FACETSEARCHCONFIG
public static final java.lang.String FACETSEARCHCONFIG
Generated constant - Attribute key ofSolrSynonymConfig.facetSearchConfigattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SolrSynonymConfigModel
public SolrSynonymConfigModel()
Generated constructor - Default constructor for generic creation.
-
SolrSynonymConfigModel
public SolrSynonymConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SolrSynonymConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrSynonymConfigModel(LanguageModel _language, java.lang.String _synonymFrom)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_language- initial attribute declared by typeSolrSynonymConfigat extensionsolrfacetsearch_synonymFrom- initial attribute declared by typeSolrSynonymConfigat extensionsolrfacetsearch
-
SolrSynonymConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrSynonymConfigModel(LanguageModel _language, ItemModel _owner, java.lang.String _synonymFrom)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_language- initial attribute declared by typeSolrSynonymConfigat extensionsolrfacetsearch_owner- initial attribute declared by typeItemat extensioncore_synonymFrom- initial attribute declared by typeSolrSynonymConfigat extensionsolrfacetsearch
-
-
Method Detail
-
getFacetSearchConfig
@Accessor(qualifier="facetSearchConfig", type=GETTER) public SolrFacetSearchConfigModel getFacetSearchConfig()
Generated method - Getter of theSolrSynonymConfig.facetSearchConfigattribute defined at extensionsolrfacetsearch.- Returns:
- the facetSearchConfig
-
getLanguage
@Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
Generated method - Getter of theSolrSynonymConfig.languageattribute defined at extensionsolrfacetsearch.- Returns:
- the language
-
getSynonymFrom
@Accessor(qualifier="synonymFrom", type=GETTER) public java.lang.String getSynonymFrom()
Generated method - Getter of theSolrSynonymConfig.synonymFromattribute defined at extensionsolrfacetsearch.- Returns:
- the synonymFrom
-
getSynonymTo
@Accessor(qualifier="synonymTo", type=GETTER) public java.lang.String getSynonymTo()
Generated method - Getter of theSolrSynonymConfig.synonymToattribute defined at extensionsolrfacetsearch.- Returns:
- the synonymTo
-
setFacetSearchConfig
@Accessor(qualifier="facetSearchConfig", type=SETTER) public void setFacetSearchConfig(SolrFacetSearchConfigModel value)
Generated method - Setter ofSolrSynonymConfig.facetSearchConfigattribute defined at extensionsolrfacetsearch.- Parameters:
value- the facetSearchConfig
-
setLanguage
@Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
Generated method - Setter ofSolrSynonymConfig.languageattribute defined at extensionsolrfacetsearch.- Parameters:
value- the language
-
setSynonymFrom
@Accessor(qualifier="synonymFrom", type=SETTER) public void setSynonymFrom(java.lang.String value)
Generated method - Setter ofSolrSynonymConfig.synonymFromattribute defined at extensionsolrfacetsearch.- Parameters:
value- the synonymFrom
-
-