public class SAPHTTPDestinationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AUTHENTICATIONTYPE
Generated constant - Attribute key of
SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration. |
static String |
HTTPDESTINATIONNAME
Generated constant - Attribute key of
SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration. |
static String |
PASSWORD
Generated constant - Attribute key of
SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration. |
static String |
TARGETURL
Generated constant - Attribute key of
SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration. |
static String |
USERID
Generated constant - Attribute key of
SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPHTTPDestinationModel()
Generated constructor - Default constructor for generic creation.
|
SAPHTTPDestinationModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SAPHTTPDestinationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
HTTPAuthenticationType |
getAuthenticationType()
Generated method - Getter of the
SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration. |
String |
getHttpDestinationName()
Generated method - Getter of the
SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration. |
String |
getPassword()
Generated method - Getter of the
SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration. |
String |
getTargetURL()
Generated method - Getter of the
SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration. |
String |
getUserid()
Generated method - Getter of the
SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration. |
void |
setAuthenticationType(HTTPAuthenticationType value)
Generated method - Setter of
SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration. |
void |
setHttpDestinationName(String value)
Generated method - Setter of
SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration. |
void |
setPassword(String value)
Generated method - Setter of
SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration. |
void |
setTargetURL(String value)
Generated method - Setter of
SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration. |
void |
setUserid(String value)
Generated method - Setter of
SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String HTTPDESTINATIONNAME
SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration.public static final String TARGETURL
SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration.public static final String AUTHENTICATIONTYPE
SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration.public static final String USERID
SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration.public static final String PASSWORD
SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration.public SAPHTTPDestinationModel()
public SAPHTTPDestinationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPHTTPDestinationModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="authenticationType", type=GETTER) public HTTPAuthenticationType getAuthenticationType()
SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration.@Accessor(qualifier="httpDestinationName", type=GETTER) public String getHttpDestinationName()
SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration.@Accessor(qualifier="password", type=GETTER) public String getPassword()
SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration.@Accessor(qualifier="targetURL", type=GETTER) public String getTargetURL()
SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration.@Accessor(qualifier="userid", type=GETTER) public String getUserid()
SAPHTTPDestination.userid attribute defined at extension sapcoreconfiguration.@Accessor(qualifier="authenticationType", type=SETTER) public void setAuthenticationType(HTTPAuthenticationType value)
SAPHTTPDestination.authenticationType attribute defined at extension sapcoreconfiguration.value - the authenticationType - Authentication type@Accessor(qualifier="httpDestinationName", type=SETTER) public void setHttpDestinationName(String value)
SAPHTTPDestination.httpDestinationName attribute defined at extension sapcoreconfiguration.value - the httpDestinationName - HTTP Destination name@Accessor(qualifier="password", type=SETTER) public void setPassword(String value)
SAPHTTPDestination.password attribute defined at extension sapcoreconfiguration.value - the password - Password for the logon to the SAP system@Accessor(qualifier="targetURL", type=SETTER) public void setTargetURL(String value)
SAPHTTPDestination.targetURL attribute defined at extension sapcoreconfiguration.value - the targetURL - URL of the target systemCopyright © 2017 SAP SE. All Rights Reserved.