Class IntegrationObjectItemClassificationAttributeModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.integrationservices.model.AbstractIntegrationObjectItemAttributeModel
de.hybris.platform.integrationservices.model.IntegrationObjectItemClassificationAttributeModel
All Implemented Interfaces:
Serializable

public class IntegrationObjectItemClassificationAttributeModel extends AbstractIntegrationObjectItemAttributeModel
Generated model class for type IntegrationObjectItemClassificationAttribute first defined at extension integrationservices.

An Integration Object Item Attribute that uses classification attributes.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _INTEGOBJITEM2CLASSIFICATIONINTEGOBJITEMATTR
      Generated relation code constant for relation IntegObjItem2ClassificationIntegObjItemAttr defining source attribute integrationObjectItem in extension integrationservices.
      See Also:
    • CLASSATTRIBUTEASSIGNMENT

      public static final String CLASSATTRIBUTEASSIGNMENT
      Generated constant - Attribute key of IntegrationObjectItemClassificationAttribute.classAttributeAssignment attribute defined at extension integrationservices.
      See Also:
    • INTEGRATIONOBJECTITEM

      public static final String INTEGRATIONOBJECTITEM
      Generated constant - Attribute key of IntegrationObjectItemClassificationAttribute.integrationObjectItem attribute defined at extension integrationservices.
      See Also:
  • Constructor Details

    • IntegrationObjectItemClassificationAttributeModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public IntegrationObjectItemClassificationAttributeModel(String _attributeName, ClassAttributeAssignmentModel _classAttributeAssignment, IntegrationObjectItemModel _integrationObjectItem)
      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:
      _attributeName - initial attribute declared by type AbstractIntegrationObjectItemAttribute at extension integrationservices
      _classAttributeAssignment - initial attribute declared by type IntegrationObjectItemClassificationAttribute at extension integrationservices
      _integrationObjectItem - initial attribute declared by type IntegrationObjectItemClassificationAttribute at extension integrationservices
    • IntegrationObjectItemClassificationAttributeModel

      @Deprecated(since="4.1.1", forRemoval=true) public IntegrationObjectItemClassificationAttributeModel(String _attributeName, ClassAttributeAssignmentModel _classAttributeAssignment, IntegrationObjectItemModel _integrationObjectItem, 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:
      _attributeName - initial attribute declared by type AbstractIntegrationObjectItemAttribute at extension integrationservices
      _classAttributeAssignment - initial attribute declared by type IntegrationObjectItemClassificationAttribute at extension integrationservices
      _integrationObjectItem - initial attribute declared by type IntegrationObjectItemClassificationAttribute at extension integrationservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getClassAttributeAssignment

      @Accessor(qualifier="classAttributeAssignment", type=GETTER) public ClassAttributeAssignmentModel getClassAttributeAssignment()
      Generated method - Getter of the IntegrationObjectItemClassificationAttribute.classAttributeAssignment attribute defined at extension integrationservices.
      Returns:
      the classAttributeAssignment
    • getIntegrationObjectItem

      @Accessor(qualifier="integrationObjectItem", type=GETTER) public IntegrationObjectItemModel getIntegrationObjectItem()
      Generated method - Getter of the IntegrationObjectItemClassificationAttribute.integrationObjectItem attribute defined at extension integrationservices.
      Returns:
      the integrationObjectItem
    • setClassAttributeAssignment

      @Accessor(qualifier="classAttributeAssignment", type=SETTER) public void setClassAttributeAssignment(ClassAttributeAssignmentModel value)
      Generated method - Setter of IntegrationObjectItemClassificationAttribute.classAttributeAssignment attribute defined at extension integrationservices.
      Parameters:
      value - the classAttributeAssignment
    • setIntegrationObjectItem

      @Accessor(qualifier="integrationObjectItem", type=SETTER) public void setIntegrationObjectItem(IntegrationObjectItemModel value)
      Generated method - Setter of IntegrationObjectItemClassificationAttribute.integrationObjectItem attribute defined at extension integrationservices.
      Parameters:
      value - the integrationObjectItem