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:
java.io.Serializable
public class SolrEndpointUrlModel extends ItemModel
Generated model class for type SolrEndpointUrl 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_SOLRSERVERCONFIG2SOLRENDPOINTURLGenerated relation code constant for relationSolrServerConfig2SolrEndpointUrldefining source attributesolrServerConfigin extensionsolrfacetsearch.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringMASTERGenerated constant - Attribute key ofSolrEndpointUrl.masterattribute defined at extensionsolrfacetsearch.static java.lang.StringSOLRSERVERCONFIGGenerated constant - Attribute key ofSolrEndpointUrl.solrServerConfigattribute defined at extensionsolrfacetsearch.static java.lang.StringURLGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SolrEndpointUrlModel()Generated constructor - Default constructor for generic creation.SolrEndpointUrlModel(ItemModel _owner, java.lang.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 parametersSolrEndpointUrlModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextSolrEndpointUrlModel(java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SolrServerConfigModelgetSolrServerConfig()Generated method - Getter of theSolrEndpointUrl.solrServerConfigattribute defined at extensionsolrfacetsearch.java.lang.StringgetUrl()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.voidsetSolrServerConfig(SolrServerConfigModel value)Generated method - Setter ofSolrEndpointUrl.solrServerConfigattribute defined at extensionsolrfacetsearch.voidsetUrl(java.lang.String value)Generated 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, 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
-
_SOLRSERVERCONFIG2SOLRENDPOINTURL
public static final java.lang.String _SOLRSERVERCONFIG2SOLRENDPOINTURL
Generated relation code constant for relationSolrServerConfig2SolrEndpointUrldefining source attributesolrServerConfigin extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
URL
public static final java.lang.String URL
Generated constant - Attribute key ofSolrEndpointUrl.urlattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
MASTER
public static final java.lang.String MASTER
Generated constant - Attribute key ofSolrEndpointUrl.masterattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
SOLRSERVERCONFIG
public static final java.lang.String SOLRSERVERCONFIG
Generated constant - Attribute key ofSolrEndpointUrl.solrServerConfigattribute defined at extensionsolrfacetsearch.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SolrEndpointUrlModel
public SolrEndpointUrlModel()
Generated constructor - Default constructor for generic creation.
-
SolrEndpointUrlModel
public SolrEndpointUrlModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SolrEndpointUrlModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrEndpointUrlModel(java.lang.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 - 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, java.lang.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 Detail
-
getSolrServerConfig
@Accessor(qualifier="solrServerConfig", type=GETTER) public SolrServerConfigModel getSolrServerConfig()
Generated method - Getter of theSolrEndpointUrl.solrServerConfigattribute defined at extensionsolrfacetsearch.- Returns:
- the solrServerConfig
-
getUrl
@Accessor(qualifier="url", type=GETTER) public java.lang.String getUrl()
Generated method - Getter of theSolrEndpointUrl.urlattribute defined at extensionsolrfacetsearch.- Returns:
- the url
-
isMaster
@Accessor(qualifier="master", type=GETTER) public boolean isMaster()
Generated method - Getter of theSolrEndpointUrl.masterattribute defined at extensionsolrfacetsearch.- Returns:
- the master
-
setMaster
@Accessor(qualifier="master", type=SETTER) public void setMaster(boolean value)
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
-
-