public class OutboundRequestModel extends MonitoredRequestModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DESTINATION
Generated constant - Attribute key of
OutboundRequest.destination attribute defined at extension outboundservices. |
static java.lang.String |
ERROR
Generated constant - Attribute key of
OutboundRequest.error attribute defined at extension outboundservices. |
static java.lang.String |
SAPPASSPORT
Generated constant - Attribute key of
OutboundRequest.sapPassport attribute defined at extension outboundservices. |
INTEGRATIONKEY, MESSAGEID, PAYLOAD, STATUS, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
OutboundRequestModel()
Generated constructor - Default constructor for generic creation.
|
OutboundRequestModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
OutboundRequestModel(java.lang.String _destination,
IntegrationRequestStatus _status,
java.lang.String _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
OutboundRequestModel(java.lang.String _destination,
ItemModel _owner,
IntegrationRequestStatus _status,
java.lang.String _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDestination()
Generated method - Getter of the
OutboundRequest.destination attribute defined at extension outboundservices. |
java.lang.String |
getError()
Generated method - Getter of the
OutboundRequest.error attribute defined at extension outboundservices. |
java.lang.String |
getSapPassport()
Generated method - Getter of the
OutboundRequest.sapPassport attribute defined at extension outboundservices. |
void |
setDestination(java.lang.String value)
Generated method - Setter of
OutboundRequest.destination attribute defined at extension outboundservices. |
void |
setError(java.lang.String value)
Generated method - Setter of
OutboundRequest.error attribute defined at extension outboundservices. |
void |
setSapPassport(java.lang.String value)
Generated method - Setter of
OutboundRequest.sapPassport attribute defined at extension outboundservices. |
getIntegrationKey, getMessageId, getPayload, getStatus, getType, setIntegrationKey, setMessageId, setPayload, setStatus, setTypegetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String DESTINATION
OutboundRequest.destination attribute defined at extension outboundservices.public static final java.lang.String SAPPASSPORT
OutboundRequest.sapPassport attribute defined at extension outboundservices.public static final java.lang.String ERROR
OutboundRequest.error attribute defined at extension outboundservices.public OutboundRequestModel()
public OutboundRequestModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public OutboundRequestModel(java.lang.String _destination,
IntegrationRequestStatus _status,
java.lang.String _type)
_destination - initial attribute declared by type OutboundRequest at extension outboundservices_status - initial attribute declared by type MonitoredRequest at extension integrationservices_type - initial attribute declared by type MonitoredRequest at extension integrationservices@Deprecated
public OutboundRequestModel(java.lang.String _destination,
ItemModel _owner,
IntegrationRequestStatus _status,
java.lang.String _type)
_destination - initial attribute declared by type OutboundRequest at extension outboundservices_owner - initial attribute declared by type Item at extension core_status - initial attribute declared by type MonitoredRequest at extension integrationservices_type - initial attribute declared by type MonitoredRequest at extension integrationservices@Accessor(qualifier="destination", type=GETTER) public java.lang.String getDestination()
OutboundRequest.destination attribute defined at extension outboundservices.@Accessor(qualifier="error", type=GETTER) public java.lang.String getError()
OutboundRequest.error attribute defined at extension outboundservices.@Accessor(qualifier="sapPassport", type=GETTER) public java.lang.String getSapPassport()
OutboundRequest.sapPassport attribute defined at extension outboundservices.@Accessor(qualifier="destination", type=SETTER) public void setDestination(java.lang.String value)
OutboundRequest.destination attribute defined at extension outboundservices.value - the destination@Accessor(qualifier="error", type=SETTER) public void setError(java.lang.String value)
OutboundRequest.error attribute defined at extension outboundservices.value - the errorCopyright © 2018 SAP SE. All Rights Reserved.