Class SAPCPIConfigurationModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- com.sap.hybris.scpiconnector.model.SAPCPIConfigurationModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SAPCPIConfigurationModel extends ItemModel
Generated model class for type SAPCPIConfiguration first defined at extension scpiconnector.- 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
_TYPECODE
Generated model type code constant.static java.lang.String
BASEURL
Generated constant - Attribute key ofSAPCPIConfiguration.baseUrl
attribute defined at extensionscpiconnector
.static java.lang.String
IFLOWCONFIGURATION
Generated constant - Attribute key ofSAPCPIConfiguration.iflowConfiguration
attribute defined at extensionscpiconnector
.static java.lang.String
NAME
Generated constant - Attribute key ofSAPCPIConfiguration.name
attribute defined at extensionscpiconnector
.static java.lang.String
PASSWORD
Generated constant - Attribute key ofSAPCPIConfiguration.password
attribute defined at extensionscpiconnector
.static java.lang.String
PROXYURL
Generated constant - Attribute key ofSAPCPIConfiguration.proxyUrl
attribute defined at extensionscpiconnector
.static java.lang.String
USERNAME
Generated constant - Attribute key ofSAPCPIConfiguration.username
attribute defined at extensionscpiconnector
.-
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 SAPCPIConfigurationModel()
Generated constructor - Default constructor for generic creation.SAPCPIConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextSAPCPIConfigurationModel(java.lang.String _baseUrl)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCPIConfigurationModel(java.lang.String _baseUrl, ItemModel _owner)
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.lang.String
getBaseUrl()
Generated method - Getter of theSAPCPIConfiguration.baseUrl
attribute defined at extensionscpiconnector
.java.util.List<IflowConfigurationModel>
getIflowConfiguration()
Generated method - Getter of theSAPCPIConfiguration.iflowConfiguration
attribute defined at extensionscpiconnector
.java.lang.String
getName()
Generated method - Getter of theSAPCPIConfiguration.name
attribute defined at extensionscpiconnector
.java.lang.String
getPassword()
Generated method - Getter of theSAPCPIConfiguration.password
attribute defined at extensionscpiconnector
.java.lang.String
getProxyUrl()
Generated method - Getter of theSAPCPIConfiguration.proxyUrl
attribute defined at extensionscpiconnector
.java.lang.String
getUsername()
Generated method - Getter of theSAPCPIConfiguration.username
attribute defined at extensionscpiconnector
.void
setBaseUrl(java.lang.String value)
Generated method - Setter ofSAPCPIConfiguration.baseUrl
attribute defined at extensionscpiconnector
.void
setIflowConfiguration(java.util.List<IflowConfigurationModel> value)
Generated method - Setter ofSAPCPIConfiguration.iflowConfiguration
attribute defined at extensionscpiconnector
.void
setName(java.lang.String value)
Generated method - Setter ofSAPCPIConfiguration.name
attribute defined at extensionscpiconnector
.void
setPassword(java.lang.String value)
Generated method - Setter ofSAPCPIConfiguration.password
attribute defined at extensionscpiconnector
.void
setProxyUrl(java.lang.String value)
Generated method - Setter ofSAPCPIConfiguration.proxyUrl
attribute defined at extensionscpiconnector
.void
setUsername(java.lang.String value)
Generated method - Setter ofSAPCPIConfiguration.username
attribute defined at extensionscpiconnector
.-
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
-
NAME
public static final java.lang.String NAME
Generated constant - Attribute key ofSAPCPIConfiguration.name
attribute defined at extensionscpiconnector
.- See Also:
- Constant Field Values
-
USERNAME
public static final java.lang.String USERNAME
Generated constant - Attribute key ofSAPCPIConfiguration.username
attribute defined at extensionscpiconnector
.- See Also:
- Constant Field Values
-
PASSWORD
public static final java.lang.String PASSWORD
Generated constant - Attribute key ofSAPCPIConfiguration.password
attribute defined at extensionscpiconnector
.- See Also:
- Constant Field Values
-
BASEURL
public static final java.lang.String BASEURL
Generated constant - Attribute key ofSAPCPIConfiguration.baseUrl
attribute defined at extensionscpiconnector
.- See Also:
- Constant Field Values
-
PROXYURL
public static final java.lang.String PROXYURL
Generated constant - Attribute key ofSAPCPIConfiguration.proxyUrl
attribute defined at extensionscpiconnector
.- See Also:
- Constant Field Values
-
IFLOWCONFIGURATION
public static final java.lang.String IFLOWCONFIGURATION
Generated constant - Attribute key ofSAPCPIConfiguration.iflowConfiguration
attribute defined at extensionscpiconnector
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPCPIConfigurationModel
public SAPCPIConfigurationModel()
Generated constructor - Default constructor for generic creation.
-
SAPCPIConfigurationModel
public SAPCPIConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
SAPCPIConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPCPIConfigurationModel(java.lang.String _baseUrl)
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:
_baseUrl
- initial attribute declared by typeSAPCPIConfiguration
at extensionscpiconnector
-
SAPCPIConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPCPIConfigurationModel(java.lang.String _baseUrl, ItemModel _owner)
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:
_baseUrl
- initial attribute declared by typeSAPCPIConfiguration
at extensionscpiconnector
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getBaseUrl
@Accessor(qualifier="baseUrl", type=GETTER) public java.lang.String getBaseUrl()
Generated method - Getter of theSAPCPIConfiguration.baseUrl
attribute defined at extensionscpiconnector
.- Returns:
- the baseUrl - Base URL of the CPI tenant.
-
getIflowConfiguration
@Accessor(qualifier="iflowConfiguration", type=GETTER) public java.util.List<IflowConfigurationModel> getIflowConfiguration()
Generated method - Getter of theSAPCPIConfiguration.iflowConfiguration
attribute defined at extensionscpiconnector
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the iflowConfiguration - The List if Iflow Specific Configurations.
-
getName
@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
Generated method - Getter of theSAPCPIConfiguration.name
attribute defined at extensionscpiconnector
.- Returns:
- the name - Name of the Configuration item.
-
getPassword
@Accessor(qualifier="password", type=GETTER) public java.lang.String getPassword()
Generated method - Getter of theSAPCPIConfiguration.password
attribute defined at extensionscpiconnector
.- Returns:
- the password - Password of the CPI User.
-
getProxyUrl
@Accessor(qualifier="proxyUrl", type=GETTER) public java.lang.String getProxyUrl()
Generated method - Getter of theSAPCPIConfiguration.proxyUrl
attribute defined at extensionscpiconnector
.- Returns:
- the proxyUrl - Proxy if required for connection.
-
getUsername
@Accessor(qualifier="username", type=GETTER) public java.lang.String getUsername()
Generated method - Getter of theSAPCPIConfiguration.username
attribute defined at extensionscpiconnector
.- Returns:
- the username - Username of the CPI User.
-
setBaseUrl
@Accessor(qualifier="baseUrl", type=SETTER) public void setBaseUrl(java.lang.String value)
Generated method - Setter ofSAPCPIConfiguration.baseUrl
attribute defined at extensionscpiconnector
.- Parameters:
value
- the baseUrl - Base URL of the CPI tenant.
-
setIflowConfiguration
@Accessor(qualifier="iflowConfiguration", type=SETTER) public void setIflowConfiguration(java.util.List<IflowConfigurationModel> value)
Generated method - Setter ofSAPCPIConfiguration.iflowConfiguration
attribute defined at extensionscpiconnector
.- Parameters:
value
- the iflowConfiguration - The List if Iflow Specific Configurations.
-
setName
@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
Generated method - Setter ofSAPCPIConfiguration.name
attribute defined at extensionscpiconnector
.- Parameters:
value
- the name - Name of the Configuration item.
-
setPassword
@Accessor(qualifier="password", type=SETTER) public void setPassword(java.lang.String value)
Generated method - Setter ofSAPCPIConfiguration.password
attribute defined at extensionscpiconnector
.- Parameters:
value
- the password - Password of the CPI User.
-
setProxyUrl
@Accessor(qualifier="proxyUrl", type=SETTER) public void setProxyUrl(java.lang.String value)
Generated method - Setter ofSAPCPIConfiguration.proxyUrl
attribute defined at extensionscpiconnector
.- Parameters:
value
- the proxyUrl - Proxy if required for connection.
-
-