Class AsExcludedFacetValueModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel
-
- de.hybris.platform.adaptivesearch.model.AbstractAsItemConfigurationModel
-
- de.hybris.platform.adaptivesearch.model.AbstractAsFacetValueConfigurationModel
-
- de.hybris.platform.adaptivesearch.model.AsExcludedFacetValueModel
-
- All Implemented Interfaces:
java.io.Serializable
public class AsExcludedFacetValueModel extends AbstractAsFacetValueConfigurationModel
Generated model class for type AsExcludedFacetValue first defined at extension adaptivesearch.- 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_ABSTRACTASFACETCONFIGURATION2EXCLUDEDFACETVALUERELATIONGenerated relation code constant for relationAbstractAsFacetConfiguration2ExcludedFacetValueRelationdefining source attributefacetConfigurationin extensionadaptivesearch.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringFACETCONFIGURATIONGenerated constant - Attribute key ofAsExcludedFacetValue.facetConfigurationattribute defined at extensionadaptivesearch.static java.lang.StringFACETCONFIGURATIONPOSGenerated constant - Attribute key ofAsExcludedFacetValue.facetConfigurationPOSattribute defined at extensionadaptivesearch.-
Fields inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsFacetValueConfigurationModel
UNIQUEIDX, VALUE
-
Fields inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel
CATALOGVERSION, CORRUPTED, UID
-
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 AsExcludedFacetValueModel()Generated constructor - Default constructor for generic creation.AsExcludedFacetValueModel(AbstractAsFacetConfigurationModel _facetConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsExcludedFacetValueModel(CatalogVersionModel _catalogVersion, AbstractAsFacetConfigurationModel _facetConfiguration, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx, java.lang.String _value)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsExcludedFacetValueModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractAsFacetConfigurationModelgetFacetConfiguration()Generated method - Getter of theAsExcludedFacetValue.facetConfigurationattribute defined at extensionadaptivesearch.voidsetFacetConfiguration(AbstractAsFacetConfigurationModel value)Generated method - Initial setter ofAsExcludedFacetValue.facetConfigurationattribute defined at extensionadaptivesearch.-
Methods inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsFacetValueConfigurationModel
getUniqueIdx, getValue, isCorrupted, setUniqueIdx, setValue
-
Methods inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel
getCatalogVersion, getUid, setCatalogVersion, setUid
-
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
-
_ABSTRACTASFACETCONFIGURATION2EXCLUDEDFACETVALUERELATION
public static final java.lang.String _ABSTRACTASFACETCONFIGURATION2EXCLUDEDFACETVALUERELATION
Generated relation code constant for relationAbstractAsFacetConfiguration2ExcludedFacetValueRelationdefining source attributefacetConfigurationin extensionadaptivesearch.- See Also:
- Constant Field Values
-
FACETCONFIGURATIONPOS
public static final java.lang.String FACETCONFIGURATIONPOS
Generated constant - Attribute key ofAsExcludedFacetValue.facetConfigurationPOSattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
FACETCONFIGURATION
public static final java.lang.String FACETCONFIGURATION
Generated constant - Attribute key ofAsExcludedFacetValue.facetConfigurationattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AsExcludedFacetValueModel
public AsExcludedFacetValueModel()
Generated constructor - Default constructor for generic creation.
-
AsExcludedFacetValueModel
public AsExcludedFacetValueModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AsExcludedFacetValueModel
@Deprecated(since="4.1.1", forRemoval=true) public AsExcludedFacetValueModel(AbstractAsFacetConfigurationModel _facetConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx, java.lang.String _value)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:
_facetConfiguration- initial attribute declared by typeAsExcludedFacetValueat extensionadaptivesearch_uid- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_uniqueIdx- initial attribute declared by typeAbstractAsFacetValueConfigurationat extensionadaptivesearch_value- initial attribute declared by typeAbstractAsFacetValueConfigurationat extensionadaptivesearch
-
AsExcludedFacetValueModel
@Deprecated(since="4.1.1", forRemoval=true) public AsExcludedFacetValueModel(CatalogVersionModel _catalogVersion, AbstractAsFacetConfigurationModel _facetConfiguration, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx, java.lang.String _value)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:
_catalogVersion- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_facetConfiguration- initial attribute declared by typeAsExcludedFacetValueat extensionadaptivesearch_owner- initial attribute declared by typeItemat extensioncore_uid- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_uniqueIdx- initial attribute declared by typeAbstractAsFacetValueConfigurationat extensionadaptivesearch_value- initial attribute declared by typeAbstractAsFacetValueConfigurationat extensionadaptivesearch
-
-
Method Detail
-
getFacetConfiguration
@Accessor(qualifier="facetConfiguration", type=GETTER) public AbstractAsFacetConfigurationModel getFacetConfiguration()
Generated method - Getter of theAsExcludedFacetValue.facetConfigurationattribute defined at extensionadaptivesearch.- Returns:
- the facetConfiguration
-
setFacetConfiguration
@Accessor(qualifier="facetConfiguration", type=SETTER) public void setFacetConfiguration(AbstractAsFacetConfigurationModel value)
Generated method - Initial setter ofAsExcludedFacetValue.facetConfigurationattribute defined at extensionadaptivesearch. Can only be used at creation of model - before first save.- Parameters:
value- the facetConfiguration
-
-