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

Interface CatalogContractRelation

    • Method Detail

      • getCatalogId

        long getCatalogId()
        Returns the value of the 'Catalog Id' attribute.

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

        Returns:
        the value of the 'Catalog Id' attribute.
        See Also:
        setCatalogId(long), CatalogEntityPackage.getCatalogContractRelation_CatalogId()
      • setCatalogId

        void setCatalogId(long value)
        Sets the value of the 'Catalog Id' attribute.
        Parameters:
        value - the new value of the 'Catalog Id' attribute.
        See Also:
        getCatalogId()
      • getContractId

        long getContractId()
        Returns the value of the 'Contract Id' attribute.

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

        Returns:
        the value of the 'Contract Id' attribute.
        See Also:
        setContractId(long), CatalogEntityPackage.getCatalogContractRelation_ContractId()
      • setContractId

        void setContractId(long value)
        Sets the value of the 'Contract Id' attribute.
        Parameters:
        value - the new value of the 'Contract Id' attribute.
        See Also:
        getContractId()
      • 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.getCatalogContractRelation_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()
      • getCatalogForCatalogContractRelation

        Catalog getCatalogForCatalogContractRelation()
        Returns the value of the 'Catalog For Catalog Contract Relation' reference. It is bidirectional and its opposite is 'Contracts'.

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

        Returns:
        the value of the 'Catalog For Catalog Contract Relation' reference.
        See Also:
        setCatalogForCatalogContractRelation(Catalog), CatalogEntityPackage.getCatalogContractRelation_CatalogForCatalogContractRelation(), Catalog.getContracts()