Class SAPConsumedDestinationEntryModel

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

public class SAPConsumedDestinationEntryModel extends ItemModel
Generated model class for type SAPConsumedDestinationEntry first defined at extension sapmodel.

Map for Consumed Destination.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _SAPCONFIG2SAPCONSUMEDDESTINATIONENTRY
      Generated relation code constant for relation SAPConfig2SAPConsumedDestinationEntry defining source attribute sapConfiguration in extension sapmodel.
      See Also:
    • DESTINATIONKEY

      public static final String DESTINATIONKEY
      Generated constant - Attribute key of SAPConsumedDestinationEntry.destinationKey attribute defined at extension sapmodel.
      See Also:
    • CONSUMEDDESTINATION

      public static final String CONSUMEDDESTINATION
      Generated constant - Attribute key of SAPConsumedDestinationEntry.consumedDestination attribute defined at extension sapmodel.
      See Also:
    • SAPCONFIGURATION

      public static final String SAPCONFIGURATION
      Generated constant - Attribute key of SAPConsumedDestinationEntry.sapConfiguration attribute defined at extension sapmodel.
      See Also:
  • Constructor Details

    • SAPConsumedDestinationEntryModel

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

      public SAPConsumedDestinationEntryModel(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
    • SAPConsumedDestinationEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPConsumedDestinationEntryModel(ConsumedDestinationModel _consumedDestination, SAPDestinationKey _destinationKey, SAPConfigurationModel _sapConfiguration)
      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 - Constructor with all mandatory attributes.
      Parameters:
      _consumedDestination - initial attribute declared by type SAPConsumedDestinationEntry at extension sapmodel
      _destinationKey - initial attribute declared by type SAPConsumedDestinationEntry at extension sapmodel
      _sapConfiguration - initial attribute declared by type SAPConsumedDestinationEntry at extension sapmodel
    • SAPConsumedDestinationEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPConsumedDestinationEntryModel(ConsumedDestinationModel _consumedDestination, SAPDestinationKey _destinationKey, ItemModel _owner, SAPConfigurationModel _sapConfiguration)
      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:
      _consumedDestination - initial attribute declared by type SAPConsumedDestinationEntry at extension sapmodel
      _destinationKey - initial attribute declared by type SAPConsumedDestinationEntry at extension sapmodel
      _owner - initial attribute declared by type Item at extension core
      _sapConfiguration - initial attribute declared by type SAPConsumedDestinationEntry at extension sapmodel
  • Method Details

    • getConsumedDestination

      @Accessor(qualifier="consumedDestination", type=GETTER) public ConsumedDestinationModel getConsumedDestination()
      Generated method - Getter of the SAPConsumedDestinationEntry.consumedDestination attribute defined at extension sapmodel.
      Returns:
      the consumedDestination - Consumed Destination
    • getDestinationKey

      @Accessor(qualifier="destinationKey", type=GETTER) public SAPDestinationKey getDestinationKey()
      Generated method - Getter of the SAPConsumedDestinationEntry.destinationKey attribute defined at extension sapmodel.
      Returns:
      the destinationKey - Destination key is an ENUM used for representing consumed destination
    • getSapConfiguration

      @Accessor(qualifier="sapConfiguration", type=GETTER) public SAPConfigurationModel getSapConfiguration()
      Generated method - Getter of the SAPConsumedDestinationEntry.sapConfiguration attribute defined at extension sapmodel.
      Returns:
      the sapConfiguration
    • setConsumedDestination

      @Accessor(qualifier="consumedDestination", type=SETTER) public void setConsumedDestination(ConsumedDestinationModel value)
      Generated method - Setter of SAPConsumedDestinationEntry.consumedDestination attribute defined at extension sapmodel.
      Parameters:
      value - the consumedDestination - Consumed Destination
    • setDestinationKey

      @Accessor(qualifier="destinationKey", type=SETTER) public void setDestinationKey(SAPDestinationKey value)
      Generated method - Initial setter of SAPConsumedDestinationEntry.destinationKey attribute defined at extension sapmodel. Can only be used at creation of model - before first save.
      Parameters:
      value - the destinationKey - Destination key is an ENUM used for representing consumed destination
    • setSapConfiguration

      @Accessor(qualifier="sapConfiguration", type=SETTER) public void setSapConfiguration(SAPConfigurationModel value)
      Generated method - Setter of SAPConsumedDestinationEntry.sapConfiguration attribute defined at extension sapmodel.
      Parameters:
      value - the sapConfiguration