Class SAPCpiOutboundOrderItemConfigHierarchyModel

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

public class SAPCpiOutboundOrderItemConfigHierarchyModel extends ItemModel
Generated model class for type SAPCpiOutboundOrderItemConfigHierarchy 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 relation code constant for relation SAPCpiOutboundOrder2SAPCpiOutboundOrderItemConfigHierarchy defining source attribute sapCpiOutboundOrder in extension sapproductconfigcpiorderexchange.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.author attribute defined at extension sapproductconfigcpiorderexchange.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.bomNumber attribute defined at extension sapproductconfigcpiorderexchange.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.classType attribute defined at extension sapproductconfigcpiorderexchange.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.configurationId attribute defined at extension sapproductconfigcpiorderexchange.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.instanceId attribute defined at extension sapproductconfigcpiorderexchange.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.objectKey attribute defined at extension sapproductconfigcpiorderexchange.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.objectType attribute defined at extension sapproductconfigcpiorderexchange.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.parentId attribute defined at extension sapproductconfigcpiorderexchange.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.salesRelevant attribute defined at extension sapproductconfigcpiorderexchange.
    static final String
    Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.sapCpiOutboundOrder 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
    SAPCpiOutboundOrderItemConfigHierarchyModel(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 SAPCpiOutboundOrderItemConfigHierarchy.author attribute defined at extension sapproductconfigcpiorderexchange.
    Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.bomNumber attribute defined at extension sapproductconfigcpiorderexchange.
    Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.classType attribute defined at extension sapproductconfigcpiorderexchange.
    Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.configurationId attribute defined at extension sapproductconfigcpiorderexchange.
    Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.instanceId attribute defined at extension sapproductconfigcpiorderexchange.
    Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.objectKey attribute defined at extension sapproductconfigcpiorderexchange.
    Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.objectType attribute defined at extension sapproductconfigcpiorderexchange.
    Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.parentId attribute defined at extension sapproductconfigcpiorderexchange.
    Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.salesRelevant attribute defined at extension sapproductconfigcpiorderexchange.
    Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.sapCpiOutboundOrder attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.author attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.bomNumber attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.classType attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.configurationId attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.instanceId attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.objectKey attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.objectType attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.parentId attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.salesRelevant attribute defined at extension sapproductconfigcpiorderexchange.
    void
    Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.sapCpiOutboundOrder 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:
    • _SAPCPIOUTBOUNDORDER2SAPCPIOUTBOUNDORDERITEMCONFIGHIERARCHY

      public static final String _SAPCPIOUTBOUNDORDER2SAPCPIOUTBOUNDORDERITEMCONFIGHIERARCHY
      Generated relation code constant for relation SAPCpiOutboundOrder2SAPCpiOutboundOrderItemConfigHierarchy defining source attribute sapCpiOutboundOrder in extension sapproductconfigcpiorderexchange.
      See Also:
    • CONFIGURATIONID

      public static final String CONFIGURATIONID
      Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.configurationId attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
    • INSTANCEID

      public static final String INSTANCEID
      Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.instanceId attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
    • PARENTID

      public static final String PARENTID
      Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.parentId attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
    • BOMNUMBER

      public static final String BOMNUMBER
      Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.bomNumber attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
    • OBJECTTYPE

      public static final String OBJECTTYPE
      Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.objectType attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
    • CLASSTYPE

      public static final String CLASSTYPE
      Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.classType attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
    • OBJECTKEY

      public static final String OBJECTKEY
      Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.objectKey attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
    • AUTHOR

      public static final String AUTHOR
      Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.author attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
    • SALESRELEVANT

      public static final String SALESRELEVANT
      Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.salesRelevant attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
    • SAPCPIOUTBOUNDORDER

      public static final String SAPCPIOUTBOUNDORDER
      Generated constant - Attribute key of SAPCpiOutboundOrderItemConfigHierarchy.sapCpiOutboundOrder attribute defined at extension sapproductconfigcpiorderexchange.
      See Also:
  • Constructor Details

    • SAPCpiOutboundOrderItemConfigHierarchyModel

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

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

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

    • getAuthor

      @Accessor(qualifier="author", type=GETTER) public String getAuthor()
      Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.author attribute defined at extension sapproductconfigcpiorderexchange.
      Returns:
      the author
    • getBomNumber

      @Accessor(qualifier="bomNumber", type=GETTER) public String getBomNumber()
      Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.bomNumber attribute defined at extension sapproductconfigcpiorderexchange.
      Returns:
      the bomNumber
    • getClassType

      @Accessor(qualifier="classType", type=GETTER) public String getClassType()
      Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.classType attribute defined at extension sapproductconfigcpiorderexchange.
      Returns:
      the classType
    • getConfigurationId

      @Accessor(qualifier="configurationId", type=GETTER) public String getConfigurationId()
      Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.configurationId attribute defined at extension sapproductconfigcpiorderexchange.
      Returns:
      the configurationId
    • getInstanceId

      @Accessor(qualifier="instanceId", type=GETTER) public String getInstanceId()
      Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.instanceId attribute defined at extension sapproductconfigcpiorderexchange.
      Returns:
      the instanceId
    • getObjectKey

      @Accessor(qualifier="objectKey", type=GETTER) public String getObjectKey()
      Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.objectKey attribute defined at extension sapproductconfigcpiorderexchange.
      Returns:
      the objectKey
    • getObjectType

      @Accessor(qualifier="objectType", type=GETTER) public String getObjectType()
      Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.objectType attribute defined at extension sapproductconfigcpiorderexchange.
      Returns:
      the objectType
    • getParentId

      @Accessor(qualifier="parentId", type=GETTER) public String getParentId()
      Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.parentId attribute defined at extension sapproductconfigcpiorderexchange.
      Returns:
      the parentId
    • getSalesRelevant

      @Accessor(qualifier="salesRelevant", type=GETTER) public Boolean getSalesRelevant()
      Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.salesRelevant attribute defined at extension sapproductconfigcpiorderexchange.
      Returns:
      the salesRelevant
    • getSapCpiOutboundOrder

      @Accessor(qualifier="sapCpiOutboundOrder", type=GETTER) public SAPCpiOutboundOrderModel getSapCpiOutboundOrder()
      Generated method - Getter of the SAPCpiOutboundOrderItemConfigHierarchy.sapCpiOutboundOrder attribute defined at extension sapproductconfigcpiorderexchange.
      Returns:
      the sapCpiOutboundOrder
    • setAuthor

      @Accessor(qualifier="author", type=SETTER) public void setAuthor(String value)
      Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.author attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the author
    • setBomNumber

      @Accessor(qualifier="bomNumber", type=SETTER) public void setBomNumber(String value)
      Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.bomNumber attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the bomNumber
    • setClassType

      @Accessor(qualifier="classType", type=SETTER) public void setClassType(String value)
      Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.classType attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the classType
    • setConfigurationId

      @Accessor(qualifier="configurationId", type=SETTER) public void setConfigurationId(String value)
      Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.configurationId attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the configurationId
    • setInstanceId

      @Accessor(qualifier="instanceId", type=SETTER) public void setInstanceId(String value)
      Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.instanceId attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the instanceId
    • setObjectKey

      @Accessor(qualifier="objectKey", type=SETTER) public void setObjectKey(String value)
      Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.objectKey attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the objectKey
    • setObjectType

      @Accessor(qualifier="objectType", type=SETTER) public void setObjectType(String value)
      Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.objectType attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the objectType
    • setParentId

      @Accessor(qualifier="parentId", type=SETTER) public void setParentId(String value)
      Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.parentId attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the parentId
    • setSalesRelevant

      @Accessor(qualifier="salesRelevant", type=SETTER) public void setSalesRelevant(Boolean value)
      Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.salesRelevant attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the salesRelevant
    • setSapCpiOutboundOrder

      @Accessor(qualifier="sapCpiOutboundOrder", type=SETTER) public void setSapCpiOutboundOrder(SAPCpiOutboundOrderModel value)
      Generated method - Setter of SAPCpiOutboundOrderItemConfigHierarchy.sapCpiOutboundOrder attribute defined at extension sapproductconfigcpiorderexchange.
      Parameters:
      value - the sapCpiOutboundOrder