public class SAPCpiOutboundConfigModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CLIENT
Generated constant - Attribute key of
SAPCpiOutboundConfig.client attribute defined at extension sapcpiadapter. |
static java.lang.String |
RECEIVERNAME
Generated constant - Attribute key of
SAPCpiOutboundConfig.receiverName attribute defined at extension sapcpiadapter. |
static java.lang.String |
RECEIVERPORT
Generated constant - Attribute key of
SAPCpiOutboundConfig.receiverPort attribute defined at extension sapcpiadapter. |
static java.lang.String |
SENDERNAME
Generated constant - Attribute key of
SAPCpiOutboundConfig.senderName attribute defined at extension sapcpiadapter. |
static java.lang.String |
SENDERPORT
Generated constant - Attribute key of
SAPCpiOutboundConfig.senderPort attribute defined at extension sapcpiadapter. |
static java.lang.String |
URL
Generated constant - Attribute key of
SAPCpiOutboundConfig.url attribute defined at extension sapcpiadapter. |
static java.lang.String |
USERNAME
Generated constant - Attribute key of
SAPCpiOutboundConfig.username attribute defined at extension sapcpiadapter. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPCpiOutboundConfigModel()
Generated constructor - Default constructor for generic creation.
|
SAPCpiOutboundConfigModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPCpiOutboundConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClient()
Generated method - Getter of the
SAPCpiOutboundConfig.client attribute defined at extension sapcpiadapter. |
java.lang.String |
getReceiverName()
Generated method - Getter of the
SAPCpiOutboundConfig.receiverName attribute defined at extension sapcpiadapter. |
java.lang.String |
getReceiverPort()
Generated method - Getter of the
SAPCpiOutboundConfig.receiverPort attribute defined at extension sapcpiadapter. |
java.lang.String |
getSenderName()
Generated method - Getter of the
SAPCpiOutboundConfig.senderName attribute defined at extension sapcpiadapter. |
java.lang.String |
getSenderPort()
Generated method - Getter of the
SAPCpiOutboundConfig.senderPort attribute defined at extension sapcpiadapter. |
java.lang.String |
getUrl()
Generated method - Getter of the
SAPCpiOutboundConfig.url attribute defined at extension sapcpiadapter. |
java.lang.String |
getUsername()
Generated method - Getter of the
SAPCpiOutboundConfig.username attribute defined at extension sapcpiadapter. |
void |
setClient(java.lang.String value)
Generated method - Setter of
SAPCpiOutboundConfig.client attribute defined at extension sapcpiadapter. |
void |
setReceiverName(java.lang.String value)
Generated method - Setter of
SAPCpiOutboundConfig.receiverName attribute defined at extension sapcpiadapter. |
void |
setReceiverPort(java.lang.String value)
Generated method - Setter of
SAPCpiOutboundConfig.receiverPort attribute defined at extension sapcpiadapter. |
void |
setSenderName(java.lang.String value)
Generated method - Setter of
SAPCpiOutboundConfig.senderName attribute defined at extension sapcpiadapter. |
void |
setSenderPort(java.lang.String value)
Generated method - Setter of
SAPCpiOutboundConfig.senderPort attribute defined at extension sapcpiadapter. |
void |
setUrl(java.lang.String value)
Generated method - Setter of
SAPCpiOutboundConfig.url attribute defined at extension sapcpiadapter. |
void |
setUsername(java.lang.String value)
Generated method - Setter of
SAPCpiOutboundConfig.username attribute defined at extension sapcpiadapter. |
getComments, 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 URL
SAPCpiOutboundConfig.url attribute defined at extension sapcpiadapter.public static final java.lang.String USERNAME
SAPCpiOutboundConfig.username attribute defined at extension sapcpiadapter.public static final java.lang.String SENDERNAME
SAPCpiOutboundConfig.senderName attribute defined at extension sapcpiadapter.public static final java.lang.String SENDERPORT
SAPCpiOutboundConfig.senderPort attribute defined at extension sapcpiadapter.public static final java.lang.String RECEIVERNAME
SAPCpiOutboundConfig.receiverName attribute defined at extension sapcpiadapter.public static final java.lang.String RECEIVERPORT
SAPCpiOutboundConfig.receiverPort attribute defined at extension sapcpiadapter.public static final java.lang.String CLIENT
SAPCpiOutboundConfig.client attribute defined at extension sapcpiadapter.public SAPCpiOutboundConfigModel()
public SAPCpiOutboundConfigModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPCpiOutboundConfigModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="client", type=GETTER) public java.lang.String getClient()
SAPCpiOutboundConfig.client attribute defined at extension sapcpiadapter.@Accessor(qualifier="receiverName", type=GETTER) public java.lang.String getReceiverName()
SAPCpiOutboundConfig.receiverName attribute defined at extension sapcpiadapter.@Accessor(qualifier="receiverPort", type=GETTER) public java.lang.String getReceiverPort()
SAPCpiOutboundConfig.receiverPort attribute defined at extension sapcpiadapter.@Accessor(qualifier="senderName", type=GETTER) public java.lang.String getSenderName()
SAPCpiOutboundConfig.senderName attribute defined at extension sapcpiadapter.@Accessor(qualifier="senderPort", type=GETTER) public java.lang.String getSenderPort()
SAPCpiOutboundConfig.senderPort attribute defined at extension sapcpiadapter.@Accessor(qualifier="url", type=GETTER) public java.lang.String getUrl()
SAPCpiOutboundConfig.url attribute defined at extension sapcpiadapter.@Accessor(qualifier="username", type=GETTER) public java.lang.String getUsername()
SAPCpiOutboundConfig.username attribute defined at extension sapcpiadapter.@Accessor(qualifier="client", type=SETTER) public void setClient(java.lang.String value)
SAPCpiOutboundConfig.client attribute defined at extension sapcpiadapter.value - the client@Accessor(qualifier="receiverName", type=SETTER) public void setReceiverName(java.lang.String value)
SAPCpiOutboundConfig.receiverName attribute defined at extension sapcpiadapter.value - the receiverName@Accessor(qualifier="receiverPort", type=SETTER) public void setReceiverPort(java.lang.String value)
SAPCpiOutboundConfig.receiverPort attribute defined at extension sapcpiadapter.value - the receiverPort@Accessor(qualifier="senderName", type=SETTER) public void setSenderName(java.lang.String value)
SAPCpiOutboundConfig.senderName attribute defined at extension sapcpiadapter.value - the senderName@Accessor(qualifier="senderPort", type=SETTER) public void setSenderPort(java.lang.String value)
SAPCpiOutboundConfig.senderPort attribute defined at extension sapcpiadapter.value - the senderPort@Accessor(qualifier="url", type=SETTER) public void setUrl(java.lang.String value)
SAPCpiOutboundConfig.url attribute defined at extension sapcpiadapter.value - the urlCopyright © 2018 SAP SE. All Rights Reserved.