public class SolrEndpointUrlModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_SOLRSERVERCONFIG2SOLRENDPOINTURL
Generated relation code constant for relation
SolrServerConfig2SolrEndpointUrl defining source attribute solrServerConfig in extension solrfacetsearch. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
MASTER
Generated constant - Attribute key of
SolrEndpointUrl.master attribute defined at extension solrfacetsearch. |
static java.lang.String |
SOLRSERVERCONFIG
Generated constant - Attribute key of
SolrEndpointUrl.solrServerConfig attribute defined at extension solrfacetsearch. |
static java.lang.String |
URL
Generated constant - Attribute key of
SolrEndpointUrl.url attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrEndpointUrlModel()
Generated constructor - Default constructor for generic creation.
|
SolrEndpointUrlModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SolrEndpointUrlModel(ItemModel _owner,
java.lang.String _url)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrEndpointUrlModel(java.lang.String _url)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
SolrServerConfigModel |
getSolrServerConfig()
Generated method - Getter of the
SolrEndpointUrl.solrServerConfig attribute defined at extension solrfacetsearch. |
java.lang.String |
getUrl()
Generated method - Getter of the
SolrEndpointUrl.url attribute defined at extension solrfacetsearch. |
boolean |
isMaster()
Generated method - Getter of the
SolrEndpointUrl.master attribute defined at extension solrfacetsearch. |
void |
setMaster(boolean value)
Generated method - Setter of
SolrEndpointUrl.master attribute defined at extension solrfacetsearch. |
void |
setSolrServerConfig(SolrServerConfigModel value)
Generated method - Setter of
SolrEndpointUrl.solrServerConfig attribute defined at extension solrfacetsearch. |
void |
setUrl(java.lang.String value)
Generated method - Setter of
SolrEndpointUrl.url attribute defined at extension solrfacetsearch. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _SOLRSERVERCONFIG2SOLRENDPOINTURL
SolrServerConfig2SolrEndpointUrl defining source attribute solrServerConfig in extension solrfacetsearch.public static final java.lang.String URL
SolrEndpointUrl.url attribute defined at extension solrfacetsearch.public static final java.lang.String MASTER
SolrEndpointUrl.master attribute defined at extension solrfacetsearch.public static final java.lang.String SOLRSERVERCONFIG
SolrEndpointUrl.solrServerConfig attribute defined at extension solrfacetsearch.public SolrEndpointUrlModel()
public SolrEndpointUrlModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrEndpointUrlModel(java.lang.String _url)
_url - initial attribute declared by type SolrEndpointUrl at extension solrfacetsearch@Deprecated public SolrEndpointUrlModel(ItemModel _owner, java.lang.String _url)
_owner - initial attribute declared by type Item at extension core_url - initial attribute declared by type SolrEndpointUrl at extension solrfacetsearch@Accessor(qualifier="solrServerConfig", type=GETTER) public SolrServerConfigModel getSolrServerConfig()
SolrEndpointUrl.solrServerConfig attribute defined at extension solrfacetsearch.@Accessor(qualifier="url", type=GETTER) public java.lang.String getUrl()
SolrEndpointUrl.url attribute defined at extension solrfacetsearch.@Accessor(qualifier="master", type=GETTER) public boolean isMaster()
SolrEndpointUrl.master attribute defined at extension solrfacetsearch.@Accessor(qualifier="master", type=SETTER) public void setMaster(boolean value)
SolrEndpointUrl.master attribute defined at extension solrfacetsearch.value - the master@Accessor(qualifier="solrServerConfig", type=SETTER) public void setSolrServerConfig(SolrServerConfigModel value)
SolrEndpointUrl.solrServerConfig attribute defined at extension solrfacetsearch.value - the solrServerConfigCopyright © 2018 SAP SE. All Rights Reserved.