Class SAPCpiOutboundServiceOrderItemModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundOrderItemModel
de.hybris.platform.sap.sapserviceorder.model.SAPCpiOutboundServiceOrderItemModel
All Implemented Interfaces:
Serializable

public class SAPCpiOutboundServiceOrderItemModel extends SAPCpiOutboundOrderItemModel
Generated model class for type SAPCpiOutboundServiceOrderItem first defined at extension sapserviceorder.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _SAPCPIOUTBOUNDSERVICEORDER2SAPCPIOUTBOUNDSERVICEORDERITEM
      Generated relation code constant for relation SAPCpiOutboundServiceOrder2SAPCpiOutboundServiceOrderItem defining source attribute sapCpiOutboundServiceOrder in extension sapserviceorder.
      See Also:
    • SKILLS

      public static final String SKILLS
      Generated constant - Attribute key of SAPCpiOutboundServiceOrderItem.skills attribute defined at extension sapserviceorder.
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Generated constant - Attribute key of SAPCpiOutboundServiceOrderItem.description attribute defined at extension sapserviceorder.
      See Also:
    • REQUESTEDSERVICESTARTDATETIME

      public static final String REQUESTEDSERVICESTARTDATETIME
      Generated constant - Attribute key of SAPCpiOutboundServiceOrderItem.requestedServiceStartDateTime attribute defined at extension sapserviceorder.
      See Also:
    • SAPCPIOUTBOUNDPRICECOMPONENTS

      public static final String SAPCPIOUTBOUNDPRICECOMPONENTS
      Generated constant - Attribute key of SAPCpiOutboundServiceOrderItem.sapCpiOutboundPriceComponents attribute defined at extension sapserviceorder.
      See Also:
    • SAPCPIOUTBOUNDSERVICEORDER

      public static final String SAPCPIOUTBOUNDSERVICEORDER
      Generated constant - Attribute key of SAPCpiOutboundServiceOrderItem.sapCpiOutboundServiceOrder attribute defined at extension sapserviceorder.
      See Also:
  • Constructor Details

    • SAPCpiOutboundServiceOrderItemModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SAPCpiOutboundServiceOrderItemModel(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

    • getDescription

      @Accessor(qualifier="description", type=GETTER) public String getDescription()
      Generated method - Getter of the SAPCpiOutboundServiceOrderItem.description attribute defined at extension sapserviceorder.
      Returns:
      the description - Service Order item description
    • getRequestedServiceStartDateTime

      @Accessor(qualifier="requestedServiceStartDateTime", type=GETTER) public String getRequestedServiceStartDateTime()
      Generated method - Getter of the SAPCpiOutboundServiceOrderItem.requestedServiceStartDateTime attribute defined at extension sapserviceorder.
      Returns:
      the requestedServiceStartDateTime - Service Order item requested start date time
    • getSapCpiOutboundPriceComponents

      @Accessor(qualifier="sapCpiOutboundPriceComponents", type=GETTER) public Set<SAPCpiOutboundPriceComponentModel> getSapCpiOutboundPriceComponents()
      Generated method - Getter of the SAPCpiOutboundServiceOrderItem.sapCpiOutboundPriceComponents attribute defined at extension sapserviceorder. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the sapCpiOutboundPriceComponents
    • getSapCpiOutboundServiceOrder

      @Accessor(qualifier="sapCpiOutboundServiceOrder", type=GETTER) public SAPCpiOutboundServiceOrderModel getSapCpiOutboundServiceOrder()
      Generated method - Getter of the SAPCpiOutboundServiceOrderItem.sapCpiOutboundServiceOrder attribute defined at extension sapserviceorder.
      Returns:
      the sapCpiOutboundServiceOrder
    • getSkills

      @Accessor(qualifier="skills", type=GETTER) public String getSkills()
      Generated method - Getter of the SAPCpiOutboundServiceOrderItem.skills attribute defined at extension sapserviceorder.
      Returns:
      the skills
    • setDescription

      @Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
      Generated method - Setter of SAPCpiOutboundServiceOrderItem.description attribute defined at extension sapserviceorder.
      Parameters:
      value - the description - Service Order item description
    • setRequestedServiceStartDateTime

      @Accessor(qualifier="requestedServiceStartDateTime", type=SETTER) public void setRequestedServiceStartDateTime(String value)
      Generated method - Setter of SAPCpiOutboundServiceOrderItem.requestedServiceStartDateTime attribute defined at extension sapserviceorder.
      Parameters:
      value - the requestedServiceStartDateTime - Service Order item requested start date time
    • setSapCpiOutboundPriceComponents

      @Accessor(qualifier="sapCpiOutboundPriceComponents", type=SETTER) public void setSapCpiOutboundPriceComponents(Set<SAPCpiOutboundPriceComponentModel> value)
      Generated method - Setter of SAPCpiOutboundServiceOrderItem.sapCpiOutboundPriceComponents attribute defined at extension sapserviceorder.
      Parameters:
      value - the sapCpiOutboundPriceComponents
    • setSapCpiOutboundServiceOrder

      @Accessor(qualifier="sapCpiOutboundServiceOrder", type=SETTER) public void setSapCpiOutboundServiceOrder(SAPCpiOutboundServiceOrderModel value)
      Generated method - Setter of SAPCpiOutboundServiceOrderItem.sapCpiOutboundServiceOrder attribute defined at extension sapserviceorder.
      Parameters:
      value - the sapCpiOutboundServiceOrder
    • setSkills

      @Accessor(qualifier="skills", type=SETTER) public void setSkills(String value)
      Generated method - Setter of SAPCpiOutboundServiceOrderItem.skills attribute defined at extension sapserviceorder.
      Parameters:
      value - the skills