Class SAPLogicalSystemModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.sapmodel.model.SAPLogicalSystemModel
All Implemented Interfaces:
Serializable

public class SAPLogicalSystemModel extends ItemModel
Generated model class for type SAPLogicalSystem first defined at extension sapmodel.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation SAPGlobalConfig2LogSystem defining source attribute sapGlobalConfiguration in extension sapmodel.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SAPLogicalSystem.defaultLogicalSystem attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPLogicalSystem.sapSystemType attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPLogicalSystem.senderName attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPLogicalSystem.senderPort attribute defined at extension sapmodel.

    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
    Generated constructor - Default constructor for generic creation.
    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
    SAPLogicalSystemModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel.
    Generated method - Getter of the SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel.
    Generated method - Getter of the SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel.
    Generated method - Getter of the SAPLogicalSystem.sapSystemType attribute defined at extension sapmodel.
    Generated method - Getter of the SAPLogicalSystem.senderName attribute defined at extension sapmodel.
    Generated method - Getter of the SAPLogicalSystem.senderPort attribute defined at extension sapmodel.
    boolean
    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
    Generated method - Setter of SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPLogicalSystem.sapSystemType attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPLogicalSystem.senderName attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPLogicalSystem.senderPort attribute defined at extension sapmodel.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _SAPGLOBALCONFIG2LOGSYSTEM

      public static final String _SAPGLOBALCONFIG2LOGSYSTEM
      Generated relation code constant for relation SAPGlobalConfig2LogSystem defining source attribute sapGlobalConfiguration in extension sapmodel.
      See Also:
    • SAPLOGICALSYSTEMNAME

      public static final String SAPLOGICALSYSTEMNAME
      Generated constant - Attribute key of SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel.
      See Also:
    • SAPHTTPDESTINATION

      public static final String SAPHTTPDESTINATION
      Generated constant - Attribute key of SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel.
      See Also:
    • SAPSYSTEMTYPE

      public static final String SAPSYSTEMTYPE
      Generated constant - Attribute key of SAPLogicalSystem.sapSystemType attribute defined at extension sapmodel.
      See Also:
    • SENDERNAME

      public static final String SENDERNAME
      Generated constant - Attribute key of SAPLogicalSystem.senderName attribute defined at extension sapmodel.
      See Also:
    • SENDERPORT

      public static final String SENDERPORT
      Generated constant - Attribute key of SAPLogicalSystem.senderPort attribute defined at extension sapmodel.
      See Also:
    • DEFAULTLOGICALSYSTEM

      public static final String DEFAULTLOGICALSYSTEM
      Generated constant - Attribute key of SAPLogicalSystem.defaultLogicalSystem attribute defined at extension sapmodel.
      See Also:
    • SAPGLOBALCONFIGURATION

      public static final String SAPGLOBALCONFIGURATION
      Generated constant - Attribute key of SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel.
      See Also:
  • Constructor Details

    • SAPLogicalSystemModel

      public SAPLogicalSystemModel()
      Generated constructor - Default constructor for generic creation.
    • SAPLogicalSystemModel

      public SAPLogicalSystemModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SAPLogicalSystemModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPLogicalSystemModel(ItemModel _owner)
      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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getSapGlobalConfiguration

      @Accessor(qualifier="sapGlobalConfiguration", type=GETTER) public SAPGlobalConfigurationModel getSapGlobalConfiguration()
      Generated method - Getter of the SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel.
      Returns:
      the sapGlobalConfiguration
    • getSapHTTPDestination

      @Accessor(qualifier="sapHTTPDestination", type=GETTER) public SAPHTTPDestinationModel getSapHTTPDestination()
      Generated method - Getter of the SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel.
      Returns:
      the sapHTTPDestination - Specifies the http destination corresponding to logical system
    • getSapLogicalSystemName

      @Accessor(qualifier="sapLogicalSystemName", type=GETTER) public String getSapLogicalSystemName()
      Generated method - Getter of the SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel.
      Returns:
      the sapLogicalSystemName - Target Logical System
    • getSapSystemType

      @Accessor(qualifier="sapSystemType", type=GETTER) public SapSystemType getSapSystemType()
      Generated method - Getter of the SAPLogicalSystem.sapSystemType attribute defined at extension sapmodel.
      Returns:
      the sapSystemType - SAP System Type
    • getSenderName

      @Accessor(qualifier="senderName", type=GETTER) public String getSenderName()
      Generated method - Getter of the SAPLogicalSystem.senderName attribute defined at extension sapmodel.
      Returns:
      the senderName - Sender Name
    • getSenderPort

      @Accessor(qualifier="senderPort", type=GETTER) public String getSenderPort()
      Generated method - Getter of the SAPLogicalSystem.senderPort attribute defined at extension sapmodel.
      Returns:
      the senderPort - Sender Port
    • isDefaultLogicalSystem

      @Accessor(qualifier="defaultLogicalSystem", type=GETTER) public boolean isDefaultLogicalSystem()
      Generated method - Getter of the SAPLogicalSystem.defaultLogicalSystem attribute defined at extension sapmodel.
      Returns:
      the defaultLogicalSystem - SAP Default Logical System
    • setDefaultLogicalSystem

      @Accessor(qualifier="defaultLogicalSystem", type=SETTER) public void setDefaultLogicalSystem(boolean value)
      Generated method - Setter of SAPLogicalSystem.defaultLogicalSystem attribute defined at extension sapmodel.
      Parameters:
      value - the defaultLogicalSystem - SAP Default Logical System
    • setSapGlobalConfiguration

      @Accessor(qualifier="sapGlobalConfiguration", type=SETTER) public void setSapGlobalConfiguration(SAPGlobalConfigurationModel value)
      Generated method - Setter of SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel.
      Parameters:
      value - the sapGlobalConfiguration
    • setSapHTTPDestination

      @Accessor(qualifier="sapHTTPDestination", type=SETTER) public void setSapHTTPDestination(SAPHTTPDestinationModel value)
      Generated method - Setter of SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel.
      Parameters:
      value - the sapHTTPDestination - Specifies the http destination corresponding to logical system
    • setSapLogicalSystemName

      @Accessor(qualifier="sapLogicalSystemName", type=SETTER) public void setSapLogicalSystemName(String value)
      Generated method - Setter of SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel.
      Parameters:
      value - the sapLogicalSystemName - Target Logical System
    • setSapSystemType

      @Accessor(qualifier="sapSystemType", type=SETTER) public void setSapSystemType(SapSystemType value)
      Generated method - Setter of SAPLogicalSystem.sapSystemType attribute defined at extension sapmodel.
      Parameters:
      value - the sapSystemType - SAP System Type
    • setSenderName

      @Accessor(qualifier="senderName", type=SETTER) public void setSenderName(String value)
      Generated method - Setter of SAPLogicalSystem.senderName attribute defined at extension sapmodel.
      Parameters:
      value - the senderName - Sender Name
    • setSenderPort

      @Accessor(qualifier="senderPort", type=SETTER) public void setSenderPort(String value)
      Generated method - Setter of SAPLogicalSystem.senderPort attribute defined at extension sapmodel.
      Parameters:
      value - the senderPort - Sender Port