Class IntegrationObjectItemClassificationAttributeModel

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _INTEGOBJITEM2CLASSIFICATIONINTEGOBJITEMATTR

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

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

        public static final java.lang.String INTEGRATIONOBJECTITEM
        Generated constant - Attribute key of IntegrationObjectItemClassificationAttribute.integrationObjectItem attribute defined at extension integrationservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • IntegrationObjectItemClassificationAttributeModel

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

        public IntegrationObjectItemClassificationAttributeModel​(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​(java.lang.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​(java.lang.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 Detail

      • 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