public class YaasServiceModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ADDITIONALCONFIGURATIONS
Generated constant - Attribute key of
YaasService.additionalConfigurations attribute defined at extension yaasconfiguration. |
static java.lang.String |
IDENTIFIER
Generated constant - Attribute key of
YaasService.identifier attribute defined at extension yaasconfiguration. |
static java.lang.String |
SERVICESCOPE
Generated constant - Attribute key of
YaasService.serviceScope attribute defined at extension yaasconfiguration. |
static java.lang.String |
SERVICEURL
Generated constant - Attribute key of
YaasService.serviceURL attribute defined at extension yaasconfiguration. |
static java.lang.String |
YAASSERVICEMAPPINGS
Generated constant - Attribute key of
YaasService.yaasServiceMappings attribute defined at extension yaasconfiguration. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
YaasServiceModel()
Generated constructor - Default constructor for generic creation.
|
YaasServiceModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
YaasServiceModel(java.lang.String _identifier,
ItemModel _owner,
java.lang.String _serviceScope,
java.lang.String _serviceURL)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
YaasServiceModel(java.lang.String _identifier,
java.lang.String _serviceScope,
java.lang.String _serviceURL)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAdditionalConfigurations()
Generated method - Getter of the
YaasService.additionalConfigurations attribute defined at extension yaasconfiguration. |
java.lang.String |
getIdentifier()
Generated method - Getter of the
YaasService.identifier attribute defined at extension yaasconfiguration. |
java.lang.String |
getServiceScope()
Generated method - Getter of the
YaasService.serviceScope attribute defined at extension yaasconfiguration. |
java.lang.String |
getServiceURL()
Generated method - Getter of the
YaasService.serviceURL attribute defined at extension yaasconfiguration. |
java.util.Set<AbstractYaasServiceMappingModel> |
getYaasServiceMappings()
Generated method - Getter of the
YaasService.yaasServiceMappings attribute defined at extension yaasconfiguration. |
void |
setAdditionalConfigurations(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of
YaasService.additionalConfigurations attribute defined at extension yaasconfiguration. |
void |
setIdentifier(java.lang.String value)
Generated method - Setter of
YaasService.identifier attribute defined at extension yaasconfiguration. |
void |
setServiceScope(java.lang.String value)
Generated method - Setter of
YaasService.serviceScope attribute defined at extension yaasconfiguration. |
void |
setServiceURL(java.lang.String value)
Generated method - Setter of
YaasService.serviceURL attribute defined at extension yaasconfiguration. |
void |
setYaasServiceMappings(java.util.Set<AbstractYaasServiceMappingModel> value)
Generated method - Setter of
YaasService.yaasServiceMappings attribute defined at extension yaasconfiguration. |
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 IDENTIFIER
YaasService.identifier attribute defined at extension yaasconfiguration.public static final java.lang.String SERVICEURL
YaasService.serviceURL attribute defined at extension yaasconfiguration.public static final java.lang.String SERVICESCOPE
YaasService.serviceScope attribute defined at extension yaasconfiguration.public static final java.lang.String ADDITIONALCONFIGURATIONS
YaasService.additionalConfigurations attribute defined at extension yaasconfiguration.public static final java.lang.String YAASSERVICEMAPPINGS
YaasService.yaasServiceMappings attribute defined at extension yaasconfiguration.public YaasServiceModel()
public YaasServiceModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public YaasServiceModel(java.lang.String _identifier,
java.lang.String _serviceScope,
java.lang.String _serviceURL)
_identifier - initial attribute declared by type YaasService at extension yaasconfiguration_serviceScope - initial attribute declared by type YaasService at extension yaasconfiguration_serviceURL - initial attribute declared by type YaasService at extension yaasconfiguration@Deprecated
public YaasServiceModel(java.lang.String _identifier,
ItemModel _owner,
java.lang.String _serviceScope,
java.lang.String _serviceURL)
_identifier - initial attribute declared by type YaasService at extension yaasconfiguration_owner - initial attribute declared by type Item at extension core_serviceScope - initial attribute declared by type YaasService at extension yaasconfiguration_serviceURL - initial attribute declared by type YaasService at extension yaasconfiguration@Accessor(qualifier="additionalConfigurations", type=GETTER) public java.util.Map<java.lang.String,java.lang.String> getAdditionalConfigurations()
YaasService.additionalConfigurations attribute defined at extension yaasconfiguration.@Accessor(qualifier="identifier", type=GETTER) public java.lang.String getIdentifier()
YaasService.identifier attribute defined at extension yaasconfiguration.@Accessor(qualifier="serviceScope", type=GETTER) public java.lang.String getServiceScope()
YaasService.serviceScope attribute defined at extension yaasconfiguration.@Accessor(qualifier="serviceURL", type=GETTER) public java.lang.String getServiceURL()
YaasService.serviceURL attribute defined at extension yaasconfiguration.@Accessor(qualifier="yaasServiceMappings", type=GETTER) public java.util.Set<AbstractYaasServiceMappingModel> getYaasServiceMappings()
YaasService.yaasServiceMappings attribute defined at extension yaasconfiguration.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="additionalConfigurations", type=SETTER) public void setAdditionalConfigurations(java.util.Map<java.lang.String,java.lang.String> value)
YaasService.additionalConfigurations attribute defined at extension yaasconfiguration.value - the additionalConfigurations@Accessor(qualifier="identifier", type=SETTER) public void setIdentifier(java.lang.String value)
YaasService.identifier attribute defined at extension yaasconfiguration.value - the identifier@Accessor(qualifier="serviceScope", type=SETTER) public void setServiceScope(java.lang.String value)
YaasService.serviceScope attribute defined at extension yaasconfiguration.value - the serviceScope@Accessor(qualifier="serviceURL", type=SETTER) public void setServiceURL(java.lang.String value)
YaasService.serviceURL attribute defined at extension yaasconfiguration.value - the serviceURL@Accessor(qualifier="yaasServiceMappings", type=SETTER) public void setYaasServiceMappings(java.util.Set<AbstractYaasServiceMappingModel> value)
YaasService.yaasServiceMappings attribute defined at extension yaasconfiguration.value - the yaasServiceMappingsCopyright © 2018 SAP SE. All Rights Reserved.