Class OutboundRequestModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.integrationservices.model.MonitoredRequestModel
-
- de.hybris.platform.outboundservices.model.OutboundRequestModel
-
- All Implemented Interfaces:
java.io.Serializable
public class OutboundRequestModel extends MonitoredRequestModel
Generated model class for type OutboundRequest first defined at extension outboundservices.- 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.StringDESTINATIONGenerated constant - Attribute key ofOutboundRequest.destinationattribute defined at extensionoutboundservices.static java.lang.StringERRORGenerated constant - Attribute key ofOutboundRequest.errorattribute defined at extensionoutboundservices.static java.lang.StringSOURCEGenerated constant - Attribute key ofOutboundRequest.sourceattribute defined at extensionoutboundservices.-
Fields inherited from class de.hybris.platform.integrationservices.model.MonitoredRequestModel
INTEGRATIONKEY, MESSAGEID, PAYLOAD, SAPPASSPORT, STATUS, TYPE, USER
-
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 OutboundRequestModel()Generated constructor - Default constructor for generic creation.OutboundRequestModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextOutboundRequestModel(java.lang.String _destination, ItemModel _owner, java.lang.String _sapPassport, IntegrationRequestStatus _status, java.lang.String _type, UserModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundRequestModel(java.lang.String _destination, IntegrationRequestStatus _status, java.lang.String _type)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.StringgetDestination()Generated method - Getter of theOutboundRequest.destinationattribute defined at extensionoutboundservices.java.lang.StringgetError()Generated method - Getter of theOutboundRequest.errorattribute defined at extensionoutboundservices.OutboundSourcegetSource()Generated method - Getter of theOutboundRequest.sourceattribute defined at extensionoutboundservices.voidsetDestination(java.lang.String value)Generated method - Setter ofOutboundRequest.destinationattribute defined at extensionoutboundservices.voidsetError(java.lang.String value)Generated method - Setter ofOutboundRequest.errorattribute defined at extensionoutboundservices.voidsetSource(OutboundSource value)Generated method - Setter ofOutboundRequest.sourceattribute defined at extensionoutboundservices.-
Methods inherited from class de.hybris.platform.integrationservices.model.MonitoredRequestModel
getIntegrationKey, getMessageId, getPayload, getSapPassport, getStatus, getType, getUser, setIntegrationKey, setMessageId, setPayload, setSapPassport, setStatus, setType, setUser
-
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
-
DESTINATION
public static final java.lang.String DESTINATION
Generated constant - Attribute key ofOutboundRequest.destinationattribute defined at extensionoutboundservices.- See Also:
- Constant Field Values
-
SOURCE
public static final java.lang.String SOURCE
Generated constant - Attribute key ofOutboundRequest.sourceattribute defined at extensionoutboundservices.- See Also:
- Constant Field Values
-
ERROR
public static final java.lang.String ERROR
Generated constant - Attribute key ofOutboundRequest.errorattribute defined at extensionoutboundservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OutboundRequestModel
public OutboundRequestModel()
Generated constructor - Default constructor for generic creation.
-
OutboundRequestModel
public OutboundRequestModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
OutboundRequestModel
@Deprecated(since="4.1.1", forRemoval=true) public OutboundRequestModel(java.lang.String _destination, IntegrationRequestStatus _status, java.lang.String _type)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:
_destination- initial attribute declared by typeOutboundRequestat extensionoutboundservices_status- initial attribute declared by typeMonitoredRequestat extensionintegrationservices_type- initial attribute declared by typeMonitoredRequestat extensionintegrationservices
-
OutboundRequestModel
@Deprecated(since="4.1.1", forRemoval=true) public OutboundRequestModel(java.lang.String _destination, ItemModel _owner, java.lang.String _sapPassport, IntegrationRequestStatus _status, java.lang.String _type, UserModel _user)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:
_destination- initial attribute declared by typeOutboundRequestat extensionoutboundservices_owner- initial attribute declared by typeItemat extensioncore_sapPassport- initial attribute declared by typeMonitoredRequestat extensionintegrationservices_status- initial attribute declared by typeMonitoredRequestat extensionintegrationservices_type- initial attribute declared by typeMonitoredRequestat extensionintegrationservices_user- initial attribute declared by typeMonitoredRequestat extensionintegrationservices
-
-
Method Detail
-
getDestination
@Accessor(qualifier="destination", type=GETTER) public java.lang.String getDestination()
Generated method - Getter of theOutboundRequest.destinationattribute defined at extensionoutboundservices.- Returns:
- the destination
-
getError
@Accessor(qualifier="error", type=GETTER) public java.lang.String getError()
Generated method - Getter of theOutboundRequest.errorattribute defined at extensionoutboundservices.- Returns:
- the error
-
getSource
@Accessor(qualifier="source", type=GETTER) public OutboundSource getSource()
Generated method - Getter of theOutboundRequest.sourceattribute defined at extensionoutboundservices.- Returns:
- the source
-
setDestination
@Accessor(qualifier="destination", type=SETTER) public void setDestination(java.lang.String value)
Generated method - Setter ofOutboundRequest.destinationattribute defined at extensionoutboundservices.- Parameters:
value- the destination
-
setError
@Accessor(qualifier="error", type=SETTER) public void setError(java.lang.String value)
Generated method - Setter ofOutboundRequest.errorattribute defined at extensionoutboundservices.- Parameters:
value- the error
-
setSource
@Accessor(qualifier="source", type=SETTER) public void setSource(OutboundSource value)
Generated method - Setter ofOutboundRequest.sourceattribute defined at extensionoutboundservices.- Parameters:
value- the source
-
-