Class AsFacetRangeModel
- 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.AsFacetRangeModel
-
- All Implemented Interfaces:
java.io.Serializable
public class AsFacetRangeModel extends AbstractAsItemConfigurationModel
Generated model class for type AsFacetRange 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_ABSTRACTASFACETCONFIGURATION2ASFACETRANGEGenerated relation code constant for relationAbstractAsFacetConfiguration2AsFacetRangedefining source attributefacetConfigurationin extensionadaptivesearch.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringFACETCONFIGURATIONGenerated constant - Attribute key ofAsFacetRange.facetConfigurationattribute defined at extensionadaptivesearch.static java.lang.StringFACETCONFIGURATIONPOSGenerated constant - Attribute key ofAsFacetRange.facetConfigurationPOSattribute defined at extensionadaptivesearch.static java.lang.StringFROMGenerated constant - Attribute key ofAsFacetRange.fromattribute defined at extensionadaptivesearch.static java.lang.StringIDGenerated constant - Attribute key ofAsFacetRange.idattribute defined at extensionadaptivesearch.static java.lang.StringNAMEGenerated constant - Attribute key ofAsFacetRange.nameattribute defined at extensionadaptivesearch.static java.lang.StringQUALIFIERGenerated constant - Attribute key ofAsFacetRange.qualifierattribute defined at extensionadaptivesearch.static java.lang.StringTOGenerated constant - Attribute key ofAsFacetRange.toattribute defined at extensionadaptivesearch.static java.lang.StringUNIQUEIDXGenerated constant - Attribute key ofAsFacetRange.uniqueIdxattribute defined at extensionadaptivesearch.-
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 AsFacetRangeModel()Generated constructor - Default constructor for generic creation.AsFacetRangeModel(AbstractAsFacetConfigurationModel _facetConfiguration, java.lang.String _id, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsFacetRangeModel(CatalogVersionModel _catalogVersion, AbstractAsFacetConfigurationModel _facetConfiguration, java.lang.String _id, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAsFacetRangeModel(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 theAsFacetRange.facetConfigurationattribute defined at extensionadaptivesearch.java.lang.StringgetFrom()Generated method - Getter of theAsFacetRange.fromattribute defined at extensionadaptivesearch.java.lang.StringgetId()Generated method - Getter of theAsFacetRange.idattribute defined at extensionadaptivesearch.java.lang.StringgetName()Generated method - Getter of theAsFacetRange.nameattribute defined at extensionadaptivesearch.java.lang.StringgetName(java.util.Locale loc)Generated method - Getter of theAsFacetRange.nameattribute defined at extensionadaptivesearch.java.lang.StringgetQualifier()Generated method - Getter of theAsFacetRange.qualifierattribute defined at extensionadaptivesearch.java.lang.StringgetTo()Generated method - Getter of theAsFacetRange.toattribute defined at extensionadaptivesearch.java.lang.StringgetUniqueIdx()Generated method - Getter of theAsFacetRange.uniqueIdxattribute defined at extensionadaptivesearch.booleanisCorrupted()Generated method - Getter of theAbstractAsConfiguration.corrupteddynamic attribute defined at extensionadaptivesearchand redeclared at extensionadaptivesearch.voidsetFacetConfiguration(AbstractAsFacetConfigurationModel value)Generated method - Initial setter ofAsFacetRange.facetConfigurationattribute defined at extensionadaptivesearch.voidsetFrom(java.lang.String value)Generated method - Setter ofAsFacetRange.fromattribute defined at extensionadaptivesearch.voidsetId(java.lang.String value)Generated method - Setter ofAsFacetRange.idattribute defined at extensionadaptivesearch.voidsetName(java.lang.String value)Generated method - Setter ofAsFacetRange.nameattribute defined at extensionadaptivesearch.voidsetName(java.lang.String value, java.util.Locale loc)Generated method - Setter ofAsFacetRange.nameattribute defined at extensionadaptivesearch.voidsetQualifier(java.lang.String value)Generated method - Setter ofAsFacetRange.qualifierattribute defined at extensionadaptivesearch.voidsetTo(java.lang.String value)Generated method - Setter ofAsFacetRange.toattribute defined at extensionadaptivesearch.voidsetUniqueIdx(java.lang.String value)Generated method - Setter ofAsFacetRange.uniqueIdxattribute defined at extensionadaptivesearch.-
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
-
_ABSTRACTASFACETCONFIGURATION2ASFACETRANGE
public static final java.lang.String _ABSTRACTASFACETCONFIGURATION2ASFACETRANGE
Generated relation code constant for relationAbstractAsFacetConfiguration2AsFacetRangedefining source attributefacetConfigurationin extensionadaptivesearch.- See Also:
- Constant Field Values
-
ID
public static final java.lang.String ID
Generated constant - Attribute key ofAsFacetRange.idattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Generated constant - Attribute key ofAsFacetRange.nameattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
QUALIFIER
public static final java.lang.String QUALIFIER
Generated constant - Attribute key ofAsFacetRange.qualifierattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
FROM
public static final java.lang.String FROM
Generated constant - Attribute key ofAsFacetRange.fromattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
TO
public static final java.lang.String TO
Generated constant - Attribute key ofAsFacetRange.toattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
UNIQUEIDX
public static final java.lang.String UNIQUEIDX
Generated constant - Attribute key ofAsFacetRange.uniqueIdxattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
FACETCONFIGURATIONPOS
public static final java.lang.String FACETCONFIGURATIONPOS
Generated constant - Attribute key ofAsFacetRange.facetConfigurationPOSattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
FACETCONFIGURATION
public static final java.lang.String FACETCONFIGURATION
Generated constant - Attribute key ofAsFacetRange.facetConfigurationattribute defined at extensionadaptivesearch.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AsFacetRangeModel
public AsFacetRangeModel()
Generated constructor - Default constructor for generic creation.
-
AsFacetRangeModel
public AsFacetRangeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AsFacetRangeModel
@Deprecated(since="4.1.1", forRemoval=true) public AsFacetRangeModel(AbstractAsFacetConfigurationModel _facetConfiguration, java.lang.String _id, java.lang.String _uid, java.lang.String _uniqueIdx)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 typeAsFacetRangeat extensionadaptivesearch_id- initial attribute declared by typeAsFacetRangeat extensionadaptivesearch_uid- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_uniqueIdx- initial attribute declared by typeAsFacetRangeat extensionadaptivesearch
-
AsFacetRangeModel
@Deprecated(since="4.1.1", forRemoval=true) public AsFacetRangeModel(CatalogVersionModel _catalogVersion, AbstractAsFacetConfigurationModel _facetConfiguration, java.lang.String _id, ItemModel _owner, java.lang.String _uid, java.lang.String _uniqueIdx)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 typeAsFacetRangeat extensionadaptivesearch_id- initial attribute declared by typeAsFacetRangeat extensionadaptivesearch_owner- initial attribute declared by typeItemat extensioncore_uid- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_uniqueIdx- initial attribute declared by typeAsFacetRangeat extensionadaptivesearch
-
-
Method Detail
-
getFacetConfiguration
@Accessor(qualifier="facetConfiguration", type=GETTER) public AbstractAsFacetConfigurationModel getFacetConfiguration()
Generated method - Getter of theAsFacetRange.facetConfigurationattribute defined at extensionadaptivesearch.- Returns:
- the facetConfiguration
-
getFrom
@Accessor(qualifier="from", type=GETTER) public java.lang.String getFrom()
Generated method - Getter of theAsFacetRange.fromattribute defined at extensionadaptivesearch.- Returns:
- the from
-
getId
@Accessor(qualifier="id", type=GETTER) public java.lang.String getId()
Generated method - Getter of theAsFacetRange.idattribute defined at extensionadaptivesearch.- Returns:
- the id
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
Generated method - Getter of theAsFacetRange.nameattribute defined at extensionadaptivesearch.- Returns:
- the name
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String getName(java.util.Locale loc)
Generated method - Getter of theAsFacetRange.nameattribute defined at extensionadaptivesearch.- Parameters:
loc- the value localization key- Returns:
- the name
- Throws:
java.lang.IllegalArgumentException- if localization key cannot be mapped to data language
-
getQualifier
@Accessor(qualifier="qualifier", type=GETTER) public java.lang.String getQualifier()
Generated method - Getter of theAsFacetRange.qualifierattribute defined at extensionadaptivesearch.- Returns:
- the qualifier
-
getTo
@Accessor(qualifier="to", type=GETTER) public java.lang.String getTo()
Generated method - Getter of theAsFacetRange.toattribute defined at extensionadaptivesearch.- Returns:
- the to
-
getUniqueIdx
@Accessor(qualifier="uniqueIdx", type=GETTER) public java.lang.String getUniqueIdx()
Generated method - Getter of theAsFacetRange.uniqueIdxattribute defined at extensionadaptivesearch.- Returns:
- the uniqueIdx
-
isCorrupted
@Accessor(qualifier="corrupted", type=GETTER) public boolean isCorrupted()
Generated method - Getter of theAbstractAsConfiguration.corrupteddynamic attribute defined at extensionadaptivesearchand redeclared at extensionadaptivesearch.- Overrides:
isCorruptedin classAbstractAsConfigurationModel- Returns:
- the corrupted
-
setFacetConfiguration
@Accessor(qualifier="facetConfiguration", type=SETTER) public void setFacetConfiguration(AbstractAsFacetConfigurationModel value)
Generated method - Initial setter ofAsFacetRange.facetConfigurationattribute defined at extensionadaptivesearch. Can only be used at creation of model - before first save.- Parameters:
value- the facetConfiguration
-
setFrom
@Accessor(qualifier="from", type=SETTER) public void setFrom(java.lang.String value)
Generated method - Setter ofAsFacetRange.fromattribute defined at extensionadaptivesearch.- Parameters:
value- the from
-
setId
@Accessor(qualifier="id", type=SETTER) public void setId(java.lang.String value)
Generated method - Setter ofAsFacetRange.idattribute defined at extensionadaptivesearch.- Parameters:
value- the id
-
setName
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
Generated method - Setter ofAsFacetRange.nameattribute defined at extensionadaptivesearch.- Parameters:
value- the name
-
setName
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value, java.util.Locale loc)
Generated method - Setter ofAsFacetRange.nameattribute defined at extensionadaptivesearch.- Parameters:
value- the nameloc- the value localization key- Throws:
java.lang.IllegalArgumentException- if localization key cannot be mapped to data language
-
setQualifier
@Accessor(qualifier="qualifier", type=SETTER) public void setQualifier(java.lang.String value)
Generated method - Setter ofAsFacetRange.qualifierattribute defined at extensionadaptivesearch.- Parameters:
value- the qualifier
-
setTo
@Accessor(qualifier="to", type=SETTER) public void setTo(java.lang.String value)
Generated method - Setter ofAsFacetRange.toattribute defined at extensionadaptivesearch.- Parameters:
value- the to
-
-