com.ibm.commerce.catalog.facade.server.entity.datatypes

Interface CatalogRelationType

    • Method Detail

      • getCatalogRelationTypeId

        java.lang.String getCatalogRelationTypeId()
        Returns the value of the 'Catalog Relation Type Id' attribute.

        If the meaning of the 'Catalog Relation Type Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Catalog Relation Type Id' attribute.
        See Also:
        setCatalogRelationTypeId(String), CatalogEntityPackage.getCatalogRelationType_CatalogRelationTypeId()
      • setCatalogRelationTypeId

        void setCatalogRelationTypeId(java.lang.String value)
        Sets the value of the 'Catalog Relation Type Id' attribute.
        Parameters:
        value - the new value of the 'Catalog Relation Type Id' attribute.
        See Also:
        getCatalogRelationTypeId()
      • getDescription

        java.lang.String getDescription()
        Returns the value of the 'Description' attribute.

        If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), CatalogEntityPackage.getCatalogRelationType_Description()
      • setDescription

        void setDescription(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • getField1

        java.lang.Integer getField1()
        Returns the value of the 'Field1' attribute.

        If the meaning of the 'Field1' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Field1' attribute.
        See Also:
        setField1(Integer), CatalogEntityPackage.getCatalogRelationType_Field1()
      • setField1

        void setField1(java.lang.Integer value)
        Sets the value of the 'Field1' attribute.
        Parameters:
        value - the new value of the 'Field1' attribute.
        See Also:
        getField1()
      • getField2

        java.math.BigDecimal getField2()
        Returns the value of the 'Field2' attribute.

        If the meaning of the 'Field2' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Field2' attribute.
        See Also:
        setField2(BigDecimal), CatalogEntityPackage.getCatalogRelationType_Field2()
      • setField2

        void setField2(java.math.BigDecimal value)
        Sets the value of the 'Field2' attribute.
        Parameters:
        value - the new value of the 'Field2' attribute.
        See Also:
        getField2()
      • getField3

        java.lang.String getField3()
        Returns the value of the 'Field3' attribute.

        If the meaning of the 'Field3' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Field3' attribute.
        See Also:
        setField3(String), CatalogEntityPackage.getCatalogRelationType_Field3()
      • setField3

        void setField3(java.lang.String value)
        Sets the value of the 'Field3' attribute.
        Parameters:
        value - the new value of the 'Field3' attribute.
        See Also:
        getField3()
      • getOptCounter

        java.lang.Short getOptCounter()
        Returns the value of the 'Opt Counter' attribute.

        If the meaning of the 'Opt Counter' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Opt Counter' attribute.
        See Also:
        setOptCounter(Short), CatalogEntityPackage.getCatalogRelationType_OptCounter()
      • setOptCounter

        void setOptCounter(java.lang.Short value)
        Sets the value of the 'Opt Counter' attribute.
        Parameters:
        value - the new value of the 'Opt Counter' attribute.
        See Also:
        getOptCounter()
      • getCatalogEntryRelationForType

        java.util.List getCatalogEntryRelationForType()
        Returns the value of the 'Catalog Entry Relation For Type' reference list. The list contents are of type CatalogEntryRelation. It is bidirectional and its opposite is 'Catalog Entry Relation Type'.

        If the meaning of the 'Catalog Entry Relation For Type' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Catalog Entry Relation For Type' reference list.
        See Also:
        CatalogEntityPackage.getCatalogRelationType_CatalogEntryRelationForType(), CatalogEntryRelation.getCatalogEntryRelationType()