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:
java.io.Serializable
public class SAPHTTPDestinationModel extends ItemModel
Generated model class for type SAPHTTPDestination first defined at extension sapcoreconfiguration.- 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.StringAUTHENTICATIONTYPEGenerated constant - Attribute key ofSAPHTTPDestination.authenticationTypeattribute defined at extensionsapcoreconfiguration.static java.lang.StringHTTPDESTINATIONNAMEGenerated constant - Attribute key ofSAPHTTPDestination.httpDestinationNameattribute defined at extensionsapcoreconfiguration.static java.lang.StringOBJSPECIFICHTTPDESTINATIONGenerated constant - Attribute key ofSAPHTTPDestination.objSpecificHTTPDestinationattribute defined at extensionsapcpiomsreturnsexchange.static java.lang.StringPASSWORDGenerated constant - Attribute key ofSAPHTTPDestination.passwordattribute defined at extensionsapcoreconfiguration.static java.lang.StringTARGETURLGenerated constant - Attribute key ofSAPHTTPDestination.targetURLattribute defined at extensionsapcoreconfiguration.static java.lang.StringUSERIDGenerated constant - Attribute key ofSAPHTTPDestination.useridattribute defined at extensionsapcoreconfiguration.-
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 SAPHTTPDestinationModel()Generated constructor - Default constructor for generic creation.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 parametersSAPHTTPDestinationModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HTTPAuthenticationTypegetAuthenticationType()Generated method - Getter of theSAPHTTPDestination.authenticationTypeattribute defined at extensionsapcoreconfiguration.java.lang.StringgetHttpDestinationName()Generated method - Getter of theSAPHTTPDestination.httpDestinationNameattribute defined at extensionsapcoreconfiguration.java.util.Set<ExtendedSAPHTTPDestinationModel>getObjSpecificHTTPDestination()Generated method - Getter of theSAPHTTPDestination.objSpecificHTTPDestinationattribute defined at extensionsapcpiomsreturnsexchange.java.lang.StringgetPassword()Generated method - Getter of theSAPHTTPDestination.passwordattribute defined at extensionsapcoreconfiguration.java.lang.StringgetTargetURL()Generated method - Getter of theSAPHTTPDestination.targetURLattribute defined at extensionsapcoreconfiguration.java.lang.StringgetUserid()Generated method - Getter of theSAPHTTPDestination.useridattribute defined at extensionsapcoreconfiguration.voidsetAuthenticationType(HTTPAuthenticationType value)Generated method - Setter ofSAPHTTPDestination.authenticationTypeattribute defined at extensionsapcoreconfiguration.voidsetHttpDestinationName(java.lang.String value)Generated method - Setter ofSAPHTTPDestination.httpDestinationNameattribute defined at extensionsapcoreconfiguration.voidsetObjSpecificHTTPDestination(java.util.Set<ExtendedSAPHTTPDestinationModel> value)Generated method - Setter ofSAPHTTPDestination.objSpecificHTTPDestinationattribute defined at extensionsapcpiomsreturnsexchange.voidsetPassword(java.lang.String value)Generated method - Setter ofSAPHTTPDestination.passwordattribute defined at extensionsapcoreconfiguration.voidsetTargetURL(java.lang.String value)Generated method - Setter ofSAPHTTPDestination.targetURLattribute defined at extensionsapcoreconfiguration.voidsetUserid(java.lang.String value)Generated method - Setter ofSAPHTTPDestination.useridattribute defined at extensionsapcoreconfiguration.-
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
-
HTTPDESTINATIONNAME
public static final java.lang.String HTTPDESTINATIONNAME
Generated constant - Attribute key ofSAPHTTPDestination.httpDestinationNameattribute defined at extensionsapcoreconfiguration.- See Also:
- Constant Field Values
-
TARGETURL
public static final java.lang.String TARGETURL
Generated constant - Attribute key ofSAPHTTPDestination.targetURLattribute defined at extensionsapcoreconfiguration.- See Also:
- Constant Field Values
-
AUTHENTICATIONTYPE
public static final java.lang.String AUTHENTICATIONTYPE
Generated constant - Attribute key ofSAPHTTPDestination.authenticationTypeattribute defined at extensionsapcoreconfiguration.- See Also:
- Constant Field Values
-
USERID
public static final java.lang.String USERID
Generated constant - Attribute key ofSAPHTTPDestination.useridattribute defined at extensionsapcoreconfiguration.- See Also:
- Constant Field Values
-
PASSWORD
public static final java.lang.String PASSWORD
Generated constant - Attribute key ofSAPHTTPDestination.passwordattribute defined at extensionsapcoreconfiguration.- See Also:
- Constant Field Values
-
OBJSPECIFICHTTPDESTINATION
public static final java.lang.String OBJSPECIFICHTTPDESTINATION
Generated constant - Attribute key ofSAPHTTPDestination.objSpecificHTTPDestinationattribute defined at extensionsapcpiomsreturnsexchange.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPHTTPDestinationModel
public SAPHTTPDestinationModel()
Generated constructor - Default constructor for generic creation.
-
SAPHTTPDestinationModel
public SAPHTTPDestinationModel(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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getAuthenticationType
@Accessor(qualifier="authenticationType", type=GETTER) public HTTPAuthenticationType getAuthenticationType()
Generated method - Getter of theSAPHTTPDestination.authenticationTypeattribute defined at extensionsapcoreconfiguration.- Returns:
- the authenticationType - Authentication type
-
getHttpDestinationName
@Accessor(qualifier="httpDestinationName", type=GETTER) public java.lang.String getHttpDestinationName()
Generated method - Getter of theSAPHTTPDestination.httpDestinationNameattribute defined at extensionsapcoreconfiguration.- Returns:
- the httpDestinationName - HTTP Destination name
-
getObjSpecificHTTPDestination
@Accessor(qualifier="objSpecificHTTPDestination", type=GETTER) public java.util.Set<ExtendedSAPHTTPDestinationModel> getObjSpecificHTTPDestination()
Generated method - Getter of theSAPHTTPDestination.objSpecificHTTPDestinationattribute defined at extensionsapcpiomsreturnsexchange. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the objSpecificHTTPDestination
-
getPassword
@Accessor(qualifier="password", type=GETTER) public java.lang.String getPassword()
Generated method - Getter of theSAPHTTPDestination.passwordattribute defined at extensionsapcoreconfiguration.- Returns:
- the password - Password for the logon to the SAP system
-
getTargetURL
@Accessor(qualifier="targetURL", type=GETTER) public java.lang.String getTargetURL()
Generated method - Getter of theSAPHTTPDestination.targetURLattribute defined at extensionsapcoreconfiguration.- Returns:
- the targetURL - URL of the target system
-
getUserid
@Accessor(qualifier="userid", type=GETTER) public java.lang.String getUserid()
Generated method - Getter of theSAPHTTPDestination.useridattribute defined at extensionsapcoreconfiguration.- 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 ofSAPHTTPDestination.authenticationTypeattribute defined at extensionsapcoreconfiguration.- Parameters:
value- the authenticationType - Authentication type
-
setHttpDestinationName
@Accessor(qualifier="httpDestinationName", type=SETTER) public void setHttpDestinationName(java.lang.String value)
Generated method - Setter ofSAPHTTPDestination.httpDestinationNameattribute defined at extensionsapcoreconfiguration.- Parameters:
value- the httpDestinationName - HTTP Destination name
-
setObjSpecificHTTPDestination
@Accessor(qualifier="objSpecificHTTPDestination", type=SETTER) public void setObjSpecificHTTPDestination(java.util.Set<ExtendedSAPHTTPDestinationModel> value)
Generated method - Setter ofSAPHTTPDestination.objSpecificHTTPDestinationattribute defined at extensionsapcpiomsreturnsexchange.- Parameters:
value- the objSpecificHTTPDestination
-
setPassword
@Accessor(qualifier="password", type=SETTER) public void setPassword(java.lang.String value)
Generated method - Setter ofSAPHTTPDestination.passwordattribute defined at extensionsapcoreconfiguration.- Parameters:
value- the password - Password for the logon to the SAP system
-
setTargetURL
@Accessor(qualifier="targetURL", type=SETTER) public void setTargetURL(java.lang.String value)
Generated method - Setter ofSAPHTTPDestination.targetURLattribute defined at extensionsapcoreconfiguration.- Parameters:
value- the targetURL - URL of the target system
-
-