Class SAPHTTPDestinationModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.core.configuration.model.SAPHTTPDestinationModel
All Implemented Interfaces:
Serializable

public class SAPHTTPDestinationModel extends ItemModel
Generated model class for type SAPHTTPDestination first defined at extension sapcoreconfiguration.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation SapCarHttpDestinationForGlobalConfiguration defining source attribute sapoaa_globalConfigurations in extension sapoaamodel.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration.
    static final String
    Generated constant - Attribute key of SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration.
    static final String
    Generated constant - Attribute key of SAPHTTPDestination.objSpecificHTTPDestination attribute defined at extension sapcpiomsreturnsexchange.
    static final String
    Generated constant - Attribute key of SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration.
    static final String
    Generated constant - Attribute key of SAPHTTPDestination.sapoaa_globalConfigurations attribute defined at extension sapoaamodel.
    static final String
    Generated constant - Attribute key of SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration.
    static final String
    Generated constant - Attribute key of SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration.

    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
    Generated constructor - Default constructor for generic creation.
    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
    SAPHTTPDestinationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration.
    Generated method - Getter of the SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration.
    Generated method - Getter of the SAPHTTPDestination.objSpecificHTTPDestination attribute defined at extension sapcpiomsreturnsexchange.
    Generated method - Getter of the SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration.
    Generated method - Getter of the SAPHTTPDestination.sapoaa_globalConfigurations attribute defined at extension sapoaamodel.
    Generated method - Getter of the SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration.
    Generated method - Getter of the SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration.
    void
    Generated method - Setter of SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration.
    void
    Generated method - Setter of SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration.
    void
    Generated method - Setter of SAPHTTPDestination.objSpecificHTTPDestination attribute defined at extension sapcpiomsreturnsexchange.
    void
    Generated method - Setter of SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration.
    void
    Generated method - Setter of SAPHTTPDestination.sapoaa_globalConfigurations attribute defined at extension sapoaamodel.
    void
    Generated method - Setter of SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration.
    void
    Generated method - Setter of SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _SAPCARHTTPDESTINATIONFORGLOBALCONFIGURATION

      public static final String _SAPCARHTTPDESTINATIONFORGLOBALCONFIGURATION
      Generated relation code constant for relation SapCarHttpDestinationForGlobalConfiguration defining source attribute sapoaa_globalConfigurations in extension sapoaamodel.
      See Also:
    • HTTPDESTINATIONNAME

      public static final String HTTPDESTINATIONNAME
      Generated constant - Attribute key of SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration.
      See Also:
    • TARGETURL

      public static final String TARGETURL
      Generated constant - Attribute key of SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration.
      See Also:
    • AUTHENTICATIONTYPE

      public static final String AUTHENTICATIONTYPE
      Generated constant - Attribute key of SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration.
      See Also:
    • USERID

      public static final String USERID
      Generated constant - Attribute key of SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration.
      See Also:
    • PASSWORD

      public static final String PASSWORD
      Generated constant - Attribute key of SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration.
      See Also:
    • SAPOAA_GLOBALCONFIGURATIONS

      public static final String SAPOAA_GLOBALCONFIGURATIONS
      Generated constant - Attribute key of SAPHTTPDestination.sapoaa_globalConfigurations attribute defined at extension sapoaamodel.
      See Also:
    • OBJSPECIFICHTTPDESTINATION

      public static final String OBJSPECIFICHTTPDESTINATION
      Generated constant - Attribute key of SAPHTTPDestination.objSpecificHTTPDestination attribute defined at extension sapcpiomsreturnsexchange.
      See Also:
  • Constructor Details

    • SAPHTTPDestinationModel

      public SAPHTTPDestinationModel()
      Generated constructor - Default constructor for generic creation.
    • SAPHTTPDestinationModel

      public SAPHTTPDestinationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SAPHTTPDestinationModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPHTTPDestinationModel(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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getAuthenticationType

      @Accessor(qualifier="authenticationType", type=GETTER) public HTTPAuthenticationType getAuthenticationType()
      Generated method - Getter of the SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration.
      Returns:
      the authenticationType - Authentication type
    • getHttpDestinationName

      @Accessor(qualifier="httpDestinationName", type=GETTER) public String getHttpDestinationName()
      Generated method - Getter of the SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration.
      Returns:
      the httpDestinationName - HTTP Destination name
    • getObjSpecificHTTPDestination

      @Accessor(qualifier="objSpecificHTTPDestination", type=GETTER) public Set<ExtendedSAPHTTPDestinationModel> getObjSpecificHTTPDestination()
      Generated method - Getter of the SAPHTTPDestination.objSpecificHTTPDestination attribute defined at extension sapcpiomsreturnsexchange. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the objSpecificHTTPDestination
    • getPassword

      @Accessor(qualifier="password", type=GETTER) public String getPassword()
      Generated method - Getter of the SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration.
      Returns:
      the password - Password for the logon to the SAP system
    • getSapoaa_globalConfigurations

      @Accessor(qualifier="sapoaa_globalConfigurations", type=GETTER) public Collection<SAPGlobalConfigurationModel> getSapoaa_globalConfigurations()
      Generated method - Getter of the SAPHTTPDestination.sapoaa_globalConfigurations attribute defined at extension sapoaamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the sapoaa_globalConfigurations
    • getTargetURL

      @Accessor(qualifier="targetURL", type=GETTER) public String getTargetURL()
      Generated method - Getter of the SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration.
      Returns:
      the targetURL - URL of the target system
    • getUserid

      @Accessor(qualifier="userid", type=GETTER) public String getUserid()
      Generated method - Getter of the SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration.
      Returns:
      the userid - User ID for the logon to the SAP system
    • setAuthenticationType

      @Accessor(qualifier="authenticationType", type=SETTER) public void setAuthenticationType(HTTPAuthenticationType value)
      Generated method - Setter of SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration.
      Parameters:
      value - the authenticationType - Authentication type
    • setHttpDestinationName

      @Accessor(qualifier="httpDestinationName", type=SETTER) public void setHttpDestinationName(String value)
      Generated method - Setter of SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration.
      Parameters:
      value - the httpDestinationName - HTTP Destination name
    • setObjSpecificHTTPDestination

      @Accessor(qualifier="objSpecificHTTPDestination", type=SETTER) public void setObjSpecificHTTPDestination(Set<ExtendedSAPHTTPDestinationModel> value)
      Generated method - Setter of SAPHTTPDestination.objSpecificHTTPDestination attribute defined at extension sapcpiomsreturnsexchange.
      Parameters:
      value - the objSpecificHTTPDestination
    • setPassword

      @Accessor(qualifier="password", type=SETTER) public void setPassword(String value)
      Generated method - Setter of SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration.
      Parameters:
      value - the password - Password for the logon to the SAP system
    • setSapoaa_globalConfigurations

      @Accessor(qualifier="sapoaa_globalConfigurations", type=SETTER) public void setSapoaa_globalConfigurations(Collection<SAPGlobalConfigurationModel> value)
      Generated method - Setter of SAPHTTPDestination.sapoaa_globalConfigurations attribute defined at extension sapoaamodel.
      Parameters:
      value - the sapoaa_globalConfigurations
    • setTargetURL

      @Accessor(qualifier="targetURL", type=SETTER) public void setTargetURL(String value)
      Generated method - Setter of SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration.
      Parameters:
      value - the targetURL - URL of the target system
    • setUserid

      @Accessor(qualifier="userid", type=SETTER) public void setUserid(String value)
      Generated method - Setter of SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration.
      Parameters:
      value - the userid - User ID for the logon to the SAP system