Package com.sap.platform.model
Class CecServiceModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- com.sap.platform.model.CecServiceModel
-
- All Implemented Interfaces:
java.io.Serializable
public class CecServiceModel extends ItemModel
Generated model class for type CecService first defined at extension sapcpconfiguration.- 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_TYPECODEGenerated model type code constant.static java.lang.StringADDITIONALCONFIGURATIONSGenerated constant - Attribute key ofCecService.additionalConfigurationsattribute defined at extensionsapcpconfiguration.static java.lang.StringCECSERVICEMAPPINGSGenerated constant - Attribute key ofCecService.CecServiceMappingsattribute defined at extensionsapcpconfiguration.static java.lang.StringIDENTIFIERGenerated constant - Attribute key ofCecService.identifierattribute defined at extensionsapcpconfiguration.static java.lang.StringSERVICEURLGenerated constant - Attribute key ofCecService.serviceURLattribute defined at extensionsapcpconfiguration.-
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 CecServiceModel()Generated constructor - Default constructor for generic creation.CecServiceModel(ItemModel _owner, java.lang.String _serviceURL)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCecServiceModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextCecServiceModel(java.lang.String _serviceURL)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 java.util.Map<java.lang.String,java.lang.String>getAdditionalConfigurations()Generated method - Getter of theCecService.additionalConfigurationsattribute defined at extensionsapcpconfiguration.java.util.Set<AbstractCecServiceMappingModel>getCecServiceMappings()Generated method - Getter of theCecService.CecServiceMappingsattribute defined at extensionsapcpconfiguration.ServiceClientgetIdentifier()Generated method - Getter of theCecService.identifierattribute defined at extensionsapcpconfiguration.java.lang.StringgetServiceURL()Generated method - Getter of theCecService.serviceURLattribute defined at extensionsapcpconfiguration.voidsetAdditionalConfigurations(java.util.Map<java.lang.String,java.lang.String> value)Generated method - Setter ofCecService.additionalConfigurationsattribute defined at extensionsapcpconfiguration.voidsetCecServiceMappings(java.util.Set<AbstractCecServiceMappingModel> value)Generated method - Setter ofCecService.CecServiceMappingsattribute defined at extensionsapcpconfiguration.voidsetIdentifier(ServiceClient value)Generated method - Setter ofCecService.identifierattribute defined at extensionsapcpconfiguration.voidsetServiceURL(java.lang.String value)Generated method - Setter ofCecService.serviceURLattribute defined at extensionsapcpconfiguration.-
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
-
IDENTIFIER
public static final java.lang.String IDENTIFIER
Generated constant - Attribute key ofCecService.identifierattribute defined at extensionsapcpconfiguration.- See Also:
- Constant Field Values
-
SERVICEURL
public static final java.lang.String SERVICEURL
Generated constant - Attribute key ofCecService.serviceURLattribute defined at extensionsapcpconfiguration.- See Also:
- Constant Field Values
-
ADDITIONALCONFIGURATIONS
public static final java.lang.String ADDITIONALCONFIGURATIONS
Generated constant - Attribute key ofCecService.additionalConfigurationsattribute defined at extensionsapcpconfiguration.- See Also:
- Constant Field Values
-
CECSERVICEMAPPINGS
public static final java.lang.String CECSERVICEMAPPINGS
Generated constant - Attribute key ofCecService.CecServiceMappingsattribute defined at extensionsapcpconfiguration.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CecServiceModel
public CecServiceModel()
Generated constructor - Default constructor for generic creation.
-
CecServiceModel
public CecServiceModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CecServiceModel
@Deprecated(since="4.1.1", forRemoval=true) public CecServiceModel(java.lang.String _serviceURL)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:
_serviceURL- initial attribute declared by typeCecServiceat extensionsapcpconfiguration
-
CecServiceModel
@Deprecated(since="4.1.1", forRemoval=true) public CecServiceModel(ItemModel _owner, java.lang.String _serviceURL)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_serviceURL- initial attribute declared by typeCecServiceat extensionsapcpconfiguration
-
-
Method Detail
-
getAdditionalConfigurations
@Accessor(qualifier="additionalConfigurations", type=GETTER) public java.util.Map<java.lang.String,java.lang.String> getAdditionalConfigurations()
Generated method - Getter of theCecService.additionalConfigurationsattribute defined at extensionsapcpconfiguration.- Returns:
- the additionalConfigurations
-
getCecServiceMappings
@Accessor(qualifier="CecServiceMappings", type=GETTER) public java.util.Set<AbstractCecServiceMappingModel> getCecServiceMappings()
Generated method - Getter of theCecService.CecServiceMappingsattribute defined at extensionsapcpconfiguration. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the CecServiceMappings
-
getIdentifier
@Accessor(qualifier="identifier", type=GETTER) public ServiceClient getIdentifier()
Generated method - Getter of theCecService.identifierattribute defined at extensionsapcpconfiguration.- Returns:
- the identifier
-
getServiceURL
@Accessor(qualifier="serviceURL", type=GETTER) public java.lang.String getServiceURL()
Generated method - Getter of theCecService.serviceURLattribute defined at extensionsapcpconfiguration.- Returns:
- the serviceURL
-
setAdditionalConfigurations
@Accessor(qualifier="additionalConfigurations", type=SETTER) public void setAdditionalConfigurations(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter ofCecService.additionalConfigurationsattribute defined at extensionsapcpconfiguration.- Parameters:
value- the additionalConfigurations
-
setCecServiceMappings
@Accessor(qualifier="CecServiceMappings", type=SETTER) public void setCecServiceMappings(java.util.Set<AbstractCecServiceMappingModel> value)
Generated method - Setter ofCecService.CecServiceMappingsattribute defined at extensionsapcpconfiguration.- Parameters:
value- the CecServiceMappings
-
setIdentifier
@Accessor(qualifier="identifier", type=SETTER) public void setIdentifier(ServiceClient value)
Generated method - Setter ofCecService.identifierattribute defined at extensionsapcpconfiguration.- Parameters:
value- the identifier
-
-