Class SolrEndpointUrlModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.solrfacetsearch.model.config.SolrEndpointUrlModel
- All Implemented Interfaces:
Serializable
Generated model class for type SolrEndpointUrl first defined at extension solrfacetsearch.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationSolrServerConfig2SolrEndpointUrldefining source attributesolrServerConfigin extensionsolrfacetsearch.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSolrEndpointUrl.masterattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrEndpointUrl.solrServerConfigattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrEndpointUrl.urlattribute defined at extensionsolrfacetsearch.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.SolrEndpointUrlModel(ItemModel _owner, String _url) 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 - Default constructor for creation with existing contextSolrEndpointUrlModel(String _url) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSolrEndpointUrl.solrServerConfigattribute defined at extensionsolrfacetsearch.getUrl()Generated method - Getter of theSolrEndpointUrl.urlattribute defined at extensionsolrfacetsearch.booleanisMaster()Generated method - Getter of theSolrEndpointUrl.masterattribute defined at extensionsolrfacetsearch.voidsetMaster(boolean value) Generated method - Setter ofSolrEndpointUrl.masterattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrEndpointUrl.solrServerConfigattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrEndpointUrl.urlattribute defined at extensionsolrfacetsearch.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_SOLRSERVERCONFIG2SOLRENDPOINTURL
Generated relation code constant for relationSolrServerConfig2SolrEndpointUrldefining source attributesolrServerConfigin extensionsolrfacetsearch.- See Also:
-
URL
Generated constant - Attribute key ofSolrEndpointUrl.urlattribute defined at extensionsolrfacetsearch.- See Also:
-
MASTER
Generated constant - Attribute key ofSolrEndpointUrl.masterattribute defined at extensionsolrfacetsearch.- See Also:
-
SOLRSERVERCONFIG
Generated constant - Attribute key ofSolrEndpointUrl.solrServerConfigattribute defined at extensionsolrfacetsearch.- See Also:
-
-
Constructor Details
-
SolrEndpointUrlModel
public SolrEndpointUrlModel()Generated constructor - Default constructor for generic creation. -
SolrEndpointUrlModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SolrEndpointUrlModel
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:
_url- initial attribute declared by typeSolrEndpointUrlat extensionsolrfacetsearch
-
SolrEndpointUrlModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrEndpointUrlModel(ItemModel _owner, String _url) 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:
_owner- initial attribute declared by typeItemat extensioncore_url- initial attribute declared by typeSolrEndpointUrlat extensionsolrfacetsearch
-
-
Method Details
-
getSolrServerConfig
@Accessor(qualifier="solrServerConfig", type=GETTER) public SolrServerConfigModel getSolrServerConfig()Generated method - Getter of theSolrEndpointUrl.solrServerConfigattribute defined at extensionsolrfacetsearch.- Returns:
- the solrServerConfig
-
getUrl
Generated method - Getter of theSolrEndpointUrl.urlattribute defined at extensionsolrfacetsearch.- Returns:
- the url
-
isMaster
Generated method - Getter of theSolrEndpointUrl.masterattribute defined at extensionsolrfacetsearch.- Returns:
- the master
-
setMaster
Generated method - Setter ofSolrEndpointUrl.masterattribute defined at extensionsolrfacetsearch.- Parameters:
value- the master
-
setSolrServerConfig
@Accessor(qualifier="solrServerConfig", type=SETTER) public void setSolrServerConfig(SolrServerConfigModel value) Generated method - Setter ofSolrEndpointUrl.solrServerConfigattribute defined at extensionsolrfacetsearch.- Parameters:
value- the solrServerConfig
-
setUrl
Generated method - Setter ofSolrEndpointUrl.urlattribute defined at extensionsolrfacetsearch.- Parameters:
value- the url
-