Class SAPCpiOutboundOrderS4hcConfigHeaderModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.productconfig.cpiorderexchange.model.SAPCpiOutboundOrderS4hcConfigHeaderModel
All Implemented Interfaces:
Serializable

public class SAPCpiOutboundOrderS4hcConfigHeaderModel extends ItemModel
Generated model class for type SAPCpiOutboundOrderS4hcConfigHeader first defined at extension sapproductconfigcpiorderexchange.
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 model type code constant.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderS4hcConfigHeader.entryNumber attribute defined at extension sapproductconfigcpiorderexchange.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderS4hcConfigHeader.orderId attribute defined at extension sapproductconfigcpiorderexchange.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderS4hcConfigHeader.sapCpiS4hcConfigStructureNodes attribute defined at extension sapproductconfigcpiorderexchange.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderS4hcConfigHeader.sapCpiS4hcConfigValuations attribute defined at extension sapproductconfigcpiorderexchange.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderS4hcConfigHeader.status attribute defined at extension sapproductconfigcpiorderexchange.

    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
    SAPCpiOutboundOrderS4hcConfigHeaderModel(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 SAPCpiOutboundOrderS4hcConfigHeader.entryNumber attribute defined at extension sapproductconfigcpiorderexchange.
    Generated method - Getter of the SAPCpiOutboundOrderS4hcConfigHeader.orderId attribute defined at extension sapproductconfigcpiorderexchange.
    Generated method - Getter of the SAPCpiOutboundOrderS4hcConfigHeader.sapCpiS4hcConfigStructureNodes attribute defined at extension sapproductconfigcpiorderexchange.
    Generated method - Getter of the SAPCpiOutboundOrderS4hcConfigHeader.sapCpiS4hcConfigValuations attribute defined at extension sapproductconfigcpiorderexchange.
    Generated method - Getter of the SAPCpiOutboundOrderS4hcConfigHeader.status attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderS4hcConfigHeader.entryNumber attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderS4hcConfigHeader.orderId attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderS4hcConfigHeader.sapCpiS4hcConfigStructureNodes attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderS4hcConfigHeader.sapCpiS4hcConfigValuations attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderS4hcConfigHeader.status attribute defined at extension sapproductconfigcpiorderexchange.

    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:
    • ORDERID

      public static final String ORDERID
      Generated constant - Attribute key of SAPCpiOutboundOrderS4hcConfigHeader.orderId attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
    • ENTRYNUMBER

      public static final String ENTRYNUMBER
      Generated constant - Attribute key of SAPCpiOutboundOrderS4hcConfigHeader.entryNumber attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
    • STATUS

      public static final String STATUS
      Generated constant - Attribute key of SAPCpiOutboundOrderS4hcConfigHeader.status attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
    • SAPCPIS4HCCONFIGVALUATIONS

      public static final String SAPCPIS4HCCONFIGVALUATIONS
      Generated constant - Attribute key of SAPCpiOutboundOrderS4hcConfigHeader.sapCpiS4hcConfigValuations attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
    • SAPCPIS4HCCONFIGSTRUCTURENODES

      public static final String SAPCPIS4HCCONFIGSTRUCTURENODES
      Generated constant - Attribute key of SAPCpiOutboundOrderS4hcConfigHeader.sapCpiS4hcConfigStructureNodes attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
  • Constructor Details

    • SAPCpiOutboundOrderS4hcConfigHeaderModel

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

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

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

    • getEntryNumber

      @Accessor(qualifier="entryNumber", type=GETTER) public String getEntryNumber()
      Generated method - Getter of the SAPCpiOutboundOrderS4hcConfigHeader.entryNumber attribute defined at extension sapproductconfigcpiorderexchange.
      Returns:
      the entryNumber
    • getOrderId

      @Accessor(qualifier="orderId", type=GETTER) public String getOrderId()
      Generated method - Getter of the SAPCpiOutboundOrderS4hcConfigHeader.orderId attribute defined at extension sapproductconfigcpiorderexchange.
      Returns:
      the orderId
    • getSapCpiS4hcConfigStructureNodes

      @Accessor(qualifier="sapCpiS4hcConfigStructureNodes", type=GETTER) public Set<SAPCpiOutboundOrderS4hcConfigStructureNodeModel> getSapCpiS4hcConfigStructureNodes()
      Generated method - Getter of the SAPCpiOutboundOrderS4hcConfigHeader.sapCpiS4hcConfigStructureNodes attribute defined at extension sapproductconfigcpiorderexchange. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the sapCpiS4hcConfigStructureNodes
    • getSapCpiS4hcConfigValuations

      @Accessor(qualifier="sapCpiS4hcConfigValuations", type=GETTER) public Set<SAPCpiOutboundOrderS4hcConfigValuationModel> getSapCpiS4hcConfigValuations()
      Generated method - Getter of the SAPCpiOutboundOrderS4hcConfigHeader.sapCpiS4hcConfigValuations attribute defined at extension sapproductconfigcpiorderexchange. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the sapCpiS4hcConfigValuations
    • getStatus

      @Accessor(qualifier="status", type=GETTER) public String getStatus()
      Generated method - Getter of the SAPCpiOutboundOrderS4hcConfigHeader.status attribute defined at extension sapproductconfigcpiorderexchange.
      Returns:
      the status
    • setEntryNumber

      @Accessor(qualifier="entryNumber", type=SETTER) public void setEntryNumber(String value)
      Generated method - Setter of SAPCpiOutboundOrderS4hcConfigHeader.entryNumber attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the entryNumber
    • setOrderId

      @Accessor(qualifier="orderId", type=SETTER) public void setOrderId(String value)
      Generated method - Setter of SAPCpiOutboundOrderS4hcConfigHeader.orderId attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the orderId
    • setSapCpiS4hcConfigStructureNodes

      @Accessor(qualifier="sapCpiS4hcConfigStructureNodes", type=SETTER) public void setSapCpiS4hcConfigStructureNodes(Set<SAPCpiOutboundOrderS4hcConfigStructureNodeModel> value)
      Generated method - Setter of SAPCpiOutboundOrderS4hcConfigHeader.sapCpiS4hcConfigStructureNodes attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the sapCpiS4hcConfigStructureNodes
    • setSapCpiS4hcConfigValuations

      @Accessor(qualifier="sapCpiS4hcConfigValuations", type=SETTER) public void setSapCpiS4hcConfigValuations(Set<SAPCpiOutboundOrderS4hcConfigValuationModel> value)
      Generated method - Setter of SAPCpiOutboundOrderS4hcConfigHeader.sapCpiS4hcConfigValuations attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the sapCpiS4hcConfigValuations
    • setStatus

      @Accessor(qualifier="status", type=SETTER) public void setStatus(String value)
      Generated method - Setter of SAPCpiOutboundOrderS4hcConfigHeader.status attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the status