public class SAPLogicalSystemModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_SAPGLOBALCONFIG2LOGSYSTEM
Generated relation code constant for relation
SAPGlobalConfig2LogSystem defining source attribute sapGlobalConfiguration in extension sapmodel. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DEFAULTLOGICALSYSTEM
Generated constant - Attribute key of
SAPLogicalSystem.defaultLogicalSystem attribute defined at extension sapmodel. |
static String |
SAPGLOBALCONFIGURATION
Generated constant - Attribute key of
SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel. |
static String |
SAPHTTPDESTINATION
Generated constant - Attribute key of
SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel. |
static String |
SAPLOGICALSYSTEMNAME
Generated constant - Attribute key of
SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPLogicalSystemModel()
Generated constructor - Default constructor for generic creation.
|
SAPLogicalSystemModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SAPLogicalSystemModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
SAPGlobalConfigurationModel |
getSapGlobalConfiguration()
Generated method - Getter of the
SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel. |
SAPHTTPDestinationModel |
getSapHTTPDestination()
Generated method - Getter of the
SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel. |
String |
getSapLogicalSystemName()
Generated method - Getter of the
SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel. |
boolean |
isDefaultLogicalSystem()
Generated method - Getter of the
SAPLogicalSystem.defaultLogicalSystem attribute defined at extension sapmodel. |
void |
setDefaultLogicalSystem(boolean value)
Generated method - Setter of
SAPLogicalSystem.defaultLogicalSystem attribute defined at extension sapmodel. |
void |
setSapGlobalConfiguration(SAPGlobalConfigurationModel value)
Generated method - Setter of
SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel. |
void |
setSapHTTPDestination(SAPHTTPDestinationModel value)
Generated method - Setter of
SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel. |
void |
setSapLogicalSystemName(String value)
Generated method - Setter of
SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel. |
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 _SAPGLOBALCONFIG2LOGSYSTEM
SAPGlobalConfig2LogSystem defining source attribute sapGlobalConfiguration in extension sapmodel.public static final String SAPLOGICALSYSTEMNAME
SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel.public static final String SAPHTTPDESTINATION
SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel.public static final String DEFAULTLOGICALSYSTEM
SAPLogicalSystem.defaultLogicalSystem attribute defined at extension sapmodel.public static final String SAPGLOBALCONFIGURATION
SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel.public SAPLogicalSystemModel()
public SAPLogicalSystemModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPLogicalSystemModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="sapGlobalConfiguration", type=GETTER) public SAPGlobalConfigurationModel getSapGlobalConfiguration()
SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel.@Accessor(qualifier="sapHTTPDestination", type=GETTER) public SAPHTTPDestinationModel getSapHTTPDestination()
SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel.@Accessor(qualifier="sapLogicalSystemName", type=GETTER) public String getSapLogicalSystemName()
SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel.@Accessor(qualifier="defaultLogicalSystem", type=GETTER) public boolean isDefaultLogicalSystem()
SAPLogicalSystem.defaultLogicalSystem attribute defined at extension sapmodel.@Accessor(qualifier="defaultLogicalSystem", type=SETTER) public void setDefaultLogicalSystem(boolean value)
SAPLogicalSystem.defaultLogicalSystem attribute defined at extension sapmodel.value - the defaultLogicalSystem - SAP Default Logical System@Accessor(qualifier="sapGlobalConfiguration", type=SETTER) public void setSapGlobalConfiguration(SAPGlobalConfigurationModel value)
SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel.value - the sapGlobalConfiguration@Accessor(qualifier="sapHTTPDestination", type=SETTER) public void setSapHTTPDestination(SAPHTTPDestinationModel value)
SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel.value - the sapHTTPDestination - Specifies the http destination corresponding to logical system@Accessor(qualifier="sapLogicalSystemName", type=SETTER) public void setSapLogicalSystemName(String value)
SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel.value - the sapLogicalSystemName - Target Logical SystemCopyright © 2000-2016 SAP SE. All Rights Reserved.